Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 14:29:06 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400463 - head/security/libgpg-error
Message-ID:  <201510291429.t9TET6Xg022431@repo.freebsd.org>

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



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