Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 14:30:24 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400464 - head/security/libgcrypt
Message-ID:  <201510291430.t9TEUO93022599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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