Index: head/net-mgmt/sx/Makefile =================================================================== --- head/net-mgmt/sx/Makefile (revision 402454) +++ head/net-mgmt/sx/Makefile (revision 402455) @@ -1,41 +1,42 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= sx PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://cdn.skylable.com/source/ MAINTAINER= vg@FreeBSD.org COMMENT= Skylable Sx is a reliable, fully distributed cluster solution LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libfcgi.so:${PORTSDIR}/www/fcgi HAS_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip USES= gmake libtool pkgconfig CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" --prefix="${STAGE}${PREFIX}" \ --sysconfdir="${ETCDIR}" --mandir="${MANPREFIX}/man" OPTIONS_DEFINE= SXSERVER DOCS SXSERVER_DESC= Enable sxhttpd server OPTIONS_DEFAULT=SXSERVER .include .if ${PORT_OPTIONS:MSXSERVER} CONFIGURE_ARGS+=--localstatedir="${STAGE}${PREFIX}/sxserver" PLIST_SUB+= SXSERVER="" USE_RC_SUBR= sxserver SUB_FILES= pkg-message .else CONFIGURE_ARGS+=--disable-sxhttpd --disable-server PLIST_SUB+= SXSERVER="@comment " .endif .include Index: head/net-mgmt/sx/files/patch-libsxclient_src_openssl.c =================================================================== --- head/net-mgmt/sx/files/patch-libsxclient_src_openssl.c (nonexistent) +++ head/net-mgmt/sx/files/patch-libsxclient_src_openssl.c (revision 402455) @@ -0,0 +1,11 @@ +--- libsxclient/src/openssl.c.orig 2015-07-24 14:26:43 UTC ++++ libsxclient/src/openssl.c +@@ -98,6 +98,8 @@ int sxi_sslctxfun(sxc_client_t *sx, curl + return -1; + } + SSL_CTX *ctx = (SSL_CTX*)info->internals; ++ if (!ctx) ++ return -EAGAIN; + SSL_CTX_set_cert_verify_callback(ctx, ssl_verify_hostname, ev); + return 0; + } Property changes on: head/net-mgmt/sx/files/patch-libsxclient_src_openssl.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property