Date: Mon, 5 Dec 2016 20:23:19 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427920 - in head/polish/libgadu: . files Message-ID: <201612052023.uB5KNJaR072952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Dec 5 20:23:19 2016 New Revision: 427920 URL: https://svnweb.freebsd.org/changeset/ports/427920 Log: Switch to GnuTLS for secure connections, it's upstream first choice. Also newer polish/kadu (version >= 3.0, soon to be committed) have documented problems with connecting to GaduGadu servers when using OpenSSL. Deleted: head/polish/libgadu/files/ Modified: head/polish/libgadu/Makefile Modified: head/polish/libgadu/Makefile ============================================================================== --- head/polish/libgadu/Makefile Mon Dec 5 20:21:11 2016 (r427919) +++ head/polish/libgadu/Makefile Mon Dec 5 20:23:19 2016 (r427920) @@ -3,6 +3,7 @@ PORTNAME= libgadu PORTVERSION= 1.12.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im @@ -12,7 +13,8 @@ COMMENT= Instant messaging library for G LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c +LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ + libgnutls.so:security/gnutls CONFLICTS= pl-ekg-1.[0-6]* @@ -22,7 +24,7 @@ GH_ACCOUNT= wojtekka USES= autoreconf gmake libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \ - --disable-tests --without-gnutls + --disable-tests INSTALL_TARGET= install-strip USE_LDCONFIG= yes @@ -32,14 +34,4 @@ PLIST_FILES= include/libgadu.h \ lib/libgadu.so.3.13.0 \ libdata/pkgconfig/libgadu.pc -OPTIONS_DEFINE= OPENSSL -OPTIONS_DEFAULT=OPENSSL - -OPENSSL_CONFIGURE_WITH= openssl -OPENSSL_USES= ssl - -pre-install-OPENSSL-on: -# OpenSSL from base system lacks .pc file for pkgconfig - @${REINPLACE_CMD} -e 's|openssl| |g' ${WRKSRC}/pkgconfig/libgadu.pc - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612052023.uB5KNJaR072952>