svn commit: r400463 - head/security/libgpg-error

Roman Bogorodskiy novel at FreeBSD.org
Thu Oct 29 14:29:07 UTC 2015


Author: novel
Date: Thu Oct 29 14:29:06 2015
New Revision: 400463
URL: https://svnweb.freebsd.org/changeset/ports/400463

Log:
  security/libgpg-error: enable static lib
  
  Enable static lib as it's needed by QEMU for static
  linking (qemu-user-static) and bump PORTREVISION.
  
  Submitted by:	sbruno

Modified:
  head/security/libgpg-error/Makefile
  head/security/libgpg-error/pkg-plist

Modified: head/security/libgpg-error/Makefile
==============================================================================
--- head/security/libgpg-error/Makefile	Thu Oct 29 13:47:49 2015	(r400462)
+++ head/security/libgpg-error/Makefile	Thu Oct 29 14:29:06 2015	(r400463)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libgpg-error
 PORTVERSION=	1.20
+PORTREVISION=	1
 CATEGORIES=	security devel
 MASTER_SITES=	GNUPG
 
@@ -16,16 +17,17 @@ USE_LDCONFIG=		yes
 GNU_CONFIGURE=		yes
 MAKE_JOBS_UNSAFE=	yes
 CPP+=			-P
+CONFIGURE_ARGS+=	--enable-static=yes
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext iconv
-CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} \
+CONFIGURE_ARGS+=	${ICONV_CONFIGURE_ARG} \
 		--with-libintl-prefix=${LOCALBASE}
 PLIST_SUB=	NLS=""
 .else
-CONFIGURE_ARGS=	--disable-nls
+CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB=	NLS="@comment "
 .endif
 

Modified: head/security/libgpg-error/pkg-plist
==============================================================================
--- head/security/libgpg-error/pkg-plist	Thu Oct 29 13:47:49 2015	(r400462)
+++ head/security/libgpg-error/pkg-plist	Thu Oct 29 14:29:06 2015	(r400463)
@@ -1,6 +1,7 @@
 bin/gpg-error
 bin/gpg-error-config
 include/gpg-error.h
+lib/libgpg-error.a
 lib/libgpg-error.so
 lib/libgpg-error.so.0
 lib/libgpg-error.so.0.16.0


More information about the svn-ports-all mailing list