Index: head/security/libgpg-error/Makefile =================================================================== --- head/security/libgpg-error/Makefile (revision 400462) +++ head/security/libgpg-error/Makefile (revision 400463) @@ -1,39 +1,41 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= libgpg-error PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= GNUPG MAINTAINER= novel@FreeBSD.org COMMENT= Common error values for all GnuPG components OPTIONS_DEFINE= DOCS NLS USES= gmake libtool tar:bzip2 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 DOCS= AUTHORS ChangeLog NEWS README INFO= gpgrt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/security/libgpg-error/pkg-plist =================================================================== --- head/security/libgpg-error/pkg-plist (revision 400462) +++ head/security/libgpg-error/pkg-plist (revision 400463) @@ -1,35 +1,36 @@ 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 man/man1/gpg-error-config.1.gz share/aclocal/gpg-error.m4 share/common-lisp/source/gpg-error/gpg-error.asd share/common-lisp/source/gpg-error/gpg-error-package.lisp share/common-lisp/source/gpg-error/gpg-error.lisp share/common-lisp/source/gpg-error/gpg-error-codes.lisp %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/cs/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/da/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/de/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/eo/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/fr/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/hu/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/it/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/ja/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/nl/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/pl/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/pt/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/ro/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/ru/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/sr/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/sv/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/uk/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/vi/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo