Index: head/net-mgmt/ccnet-client/Makefile =================================================================== --- head/net-mgmt/ccnet-client/Makefile (revision 445122) +++ head/net-mgmt/ccnet-client/Makefile (revision 445123) @@ -1,41 +1,40 @@ # $FreeBSD$ PORTNAME= ccnet-client PORTVERSION= ${SEAFILE_CLIENT_VER} DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima@FreeBSD.org COMMENT= Framework for writing networked applications LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libsqlite3.so:databases/sqlite3 \ libzdb.so:databases/libzdb \ libuuid.so:misc/e2fsprogs-libuuid \ libevent.so:devel/libevent \ libjansson.so:devel/jansson CONFLICTS= ccnet-server-[0-9]* -USE_GITHUB= yes -GH_ACCOUNT= haiwen -GH_PROJECT= ccnet - USES= autoreconf gettext libtool localbase pathfix pkgconfig \ python:-2.7 ssl USE_GNOME= glib20 USE_LDCONFIG= yes USE_OPENLDAP= yes +USE_GITHUB= yes +GH_ACCOUNT= haiwen +GH_PROJECT= ccnet CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-ldap INSTALL_TARGET= install-strip .include "${.CURDIR}/../seafile-client/Makefile.include" .include Index: head/net-mgmt/ccnet-client/files/patch-lib_rsa.c =================================================================== --- head/net-mgmt/ccnet-client/files/patch-lib_rsa.c (nonexistent) +++ head/net-mgmt/ccnet-client/files/patch-lib_rsa.c (revision 445123) @@ -0,0 +1,11 @@ +--- lib/rsa.c.orig 2017-07-02 22:29:20 UTC ++++ lib/rsa.c +@@ -13,7 +13,7 @@ + + /* Forward compatibility functions if libssl < 1.1.0. */ + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + + int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) + { Property changes on: head/net-mgmt/ccnet-client/files/patch-lib_rsa.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