Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2014 18:20:12 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352695 - head/security/gnutls
Message-ID:  <201404301820.s3UIKCOc068669@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404301820.s3UIKCOc068669>