From owner-svn-ports-head@freebsd.org Mon Dec 5 20:23:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44863C68904; Mon, 5 Dec 2016 20:23:20 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13F341F84; Mon, 5 Dec 2016 20:23:20 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB5KNJAJ072953; Mon, 5 Dec 2016 20:23:19 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB5KNJaR072952; Mon, 5 Dec 2016 20:23:19 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201612052023.uB5KNJaR072952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 5 Dec 2016 20:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427920 - in head/polish/libgadu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 20:23:20 -0000 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