svn commit: r400464 - head/security/libgcrypt

Sean Bruno sbruno at FreeBSD.org
Thu Oct 29 14:30:25 UTC 2015


Author: sbruno
Date: Thu Oct 29 14:30:24 2015
New Revision: 400464
URL: https://svnweb.freebsd.org/changeset/ports/400464

Log:
  Enable the building and installation of the .a version of the library
  for static linking.  This affects emulators/qemu-user-static primarily
  but will help anyone trying to statically link their applications.
  
  Reviewed by:	tijl cpm at fbsd.es (Maintainer)

Modified:
  head/security/libgcrypt/Makefile
  head/security/libgcrypt/pkg-plist

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Thu Oct 29 14:29:06 2015	(r400463)
+++ head/security/libgcrypt/Makefile	Thu Oct 29 14:30:24 2015	(r400464)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libgcrypt
 PORTVERSION=	1.6.4
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -18,7 +19,7 @@ USES=		cpe libtool makeinfo tar:bzip2
 CPE_VENDOR=	gnupg
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-drng-support
+CONFIGURE_ARGS=	--disable-drng-support --enable-static=yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 USE_LDCONFIG=	yes

Modified: head/security/libgcrypt/pkg-plist
==============================================================================
--- head/security/libgcrypt/pkg-plist	Thu Oct 29 14:29:06 2015	(r400463)
+++ head/security/libgcrypt/pkg-plist	Thu Oct 29 14:30:24 2015	(r400464)
@@ -3,6 +3,7 @@ bin/dumpsexp
 bin/hmac256
 bin/libgcrypt-config
 include/gcrypt.h
+lib/libgcrypt.a
 lib/libgcrypt.so
 lib/libgcrypt.so.20
 lib/libgcrypt.so.20.0.4


More information about the svn-ports-all mailing list