From owner-svn-ports-all@FreeBSD.ORG Wed Apr 30 18:20:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 296BFE13; Wed, 30 Apr 2014 18:20:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0A9BC1303; Wed, 30 Apr 2014 18:20:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3UIKCbN068671; Wed, 30 Apr 2014 18:20:12 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3UIKCOc068669; Wed, 30 Apr 2014 18:20:12 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201404301820.s3UIKCOc068669@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 30 Apr 2014 18:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352695 - head/security/gnutls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 18:20:13 -0000 Author: tijl Date: Wed Apr 30 18:20:12 2014 New Revision: 352695 URL: http://svnweb.freebsd.org/changeset/ports/352695 QAT: https://qat.redports.org/buildarchive/r352695/ Log: - New LIB_DEPENDS syntax. - USES=libtool:keepla tar:bzip2. - Remove -fPIC flag. Leftover from an old version. Modified: head/security/gnutls/Makefile head/security/gnutls/pkg-plist Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Wed Apr 30 17:51:29 2014 (r352694) +++ head/security/gnutls/Makefile Wed Apr 30 18:20:12 2014 (r352695) @@ -3,7 +3,7 @@ PORTNAME= gnutls PORTVERSION= 2.12.23 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net MASTER_SITES= \ ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/ \ @@ -14,24 +14,19 @@ COMMENT= GNU Transport Layer Security li LICENSE= GPLv3 -LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle \ - gpg-error:${PORTSDIR}/security/libgpg-error \ - p11-kit:${PORTSDIR}/security/p11-kit +LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error \ + libp11-kit.so:${PORTSDIR}/security/p11-kit CONFLICTS= gnutls-devel-[0-9]* -USES= pathfix pkgconfig iconv gmake perl5 shebangfix +USES= gmake iconv libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2 USE_PERL5= build -USE_BZIP2= yes -USE_GNOME= ltverhack GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -LIBTOOLFILES= configure lib/configure libextra/configure SHEBANG_FILES= doc/scripts/gdoc doc/scripts/sort2.pl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -fPIC CONFIGURE_ARGS+= --disable-guile CONFIGURE_ARGS_PREFIX= ${STAGEDIR}${PREFIX} @@ -48,13 +43,13 @@ OPTIONS_DEFAULT= LIBTASN1 CXX .include .if ${PORT_OPTIONS:MLIBTASN1} -LIB_DEPENDS+= tasn1:${PORTSDIR}/security/libtasn1 +LIB_DEPENDS+= libtasn1.so:${PORTSDIR}/security/libtasn1 .else CONFIGURE_ARGS+= --with-included-libtasn1 .endif .if ${PORT_OPTIONS:MLZO} -LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS+= liblzo2.so:${PORTSDIR}/archivers/lzo2 CONFIGURE_ARGS+= --with-lzo .else CONFIGURE_ARGS+= --with-lzo=no Modified: head/security/gnutls/pkg-plist ============================================================================== --- head/security/gnutls/pkg-plist Wed Apr 30 17:51:29 2014 (r352694) +++ head/security/gnutls/pkg-plist Wed Apr 30 18:20:12 2014 (r352695) @@ -29,22 +29,26 @@ include/gnutls/pkcs11.h include/gnutls/pkcs12.h include/gnutls/x509.h %%CXX%%include/gnutls/gnutlsxx.h -%%CXX%%lib/libgnutlsxx.so.27 -%%CXX%%lib/libgnutlsxx.so -%%CXX%%lib/libgnutlsxx.la %%CXX%%lib/libgnutlsxx.a +%%CXX%%lib/libgnutlsxx.la +%%CXX%%lib/libgnutlsxx.so +%%CXX%%lib/libgnutlsxx.so.27 +%%CXX%%lib/libgnutlsxx.so.27.0.0 lib/libgnutls-extra.a lib/libgnutls-extra.la lib/libgnutls-extra.so lib/libgnutls-extra.so.26 +lib/libgnutls-extra.so.26.22.6 lib/libgnutls-openssl.a lib/libgnutls-openssl.la lib/libgnutls-openssl.so lib/libgnutls-openssl.so.27 +lib/libgnutls-openssl.so.27.0.0 lib/libgnutls.a lib/libgnutls.la lib/libgnutls.so lib/libgnutls.so.26 +lib/libgnutls.so.26.22.6 libdata/pkgconfig/gnutls-extra.pc libdata/pkgconfig/gnutls.pc man/man1/certtool.1.gz