- Update to 0.7
- Make USE_GETTEXT conditional - add WITHOUT_NLS knob
This commit is contained in:
parent
571684376c
commit
f78cf5dcf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105454
3 changed files with 12 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgpg-error
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= alpha/${PORTNAME}
|
||||
|
@ -16,12 +15,17 @@ MAINTAINER= sergei@FreeBSD.org
|
|||
COMMENT= Common error values for all GnuPG components
|
||||
|
||||
USE_GPG= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS= --without-nls
|
||||
.else
|
||||
USE_GETTEXT= yes
|
||||
.endif
|
||||
|
||||
DOCS= AUTHORS ChangeLog NEWS README
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MD5 (libgpg-error-0.6.tar.gz) = 516623893401d391b6c346cba543681d
|
||||
SIZE (libgpg-error-0.6.tar.gz) = 294648
|
||||
MD5 (libgpg-error-0.6.tar.gz.sig) = 1951524a8d8b241fbd49d84eb75b62f8
|
||||
SIZE (libgpg-error-0.6.tar.gz.sig) = 65
|
||||
MD5 (libgpg-error-0.7.tar.gz) = 5340fa28c365049c995996e8dc0f880c
|
||||
SIZE (libgpg-error-0.7.tar.gz) = 312770
|
||||
MD5 (libgpg-error-0.7.tar.gz.sig) = e182be7dd12780c56a937f9100459929
|
||||
SIZE (libgpg-error-0.7.tar.gz.sig) = 189
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $FreeBSD$
|
||||
bin/gpg-error
|
||||
bin/gpg-error-config
|
||||
include/gpg-error.h
|
||||
lib/libgpg-error.so.1
|
||||
|
@ -6,7 +7,6 @@ lib/libgpg-error.so
|
|||
lib/libgpg-error.la
|
||||
lib/libgpg-error.a
|
||||
share/aclocal/gpg-error.m4
|
||||
share/locale/de/LC_MESSAGES/libgpg-error.mo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
|
Loading…
Reference in a new issue