From owner-svn-ports-head@freebsd.org Thu Oct 29 14:29:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2C77A2118B; Thu, 29 Oct 2015 14:29:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DDC11B9A; Thu, 29 Oct 2015 14:29:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9TET65n022433; Thu, 29 Oct 2015 14:29:06 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9TET6Xg022431; Thu, 29 Oct 2015 14:29:06 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201510291429.t9TET6Xg022431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 29 Oct 2015 14:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400463 - head/security/libgpg-error X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 14:29:07 -0000 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 .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