diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-04-05 06:18:27 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-04-05 06:18:27 +0000 |
commit | 216ebe70b5196b8d746c75ac36a9b7cd27b3937a (patch) | |
tree | 026818e37bef99460d8c7a86259c6b5a1c5f7b17 /security/libgpg-error | |
parent | 5569e8ddf572b578140eddcdf7d15c0dda04622b (diff) |
Notes
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 4 | ||||
-rw-r--r-- | security/libgpg-error/files/patch-src_Makefile.in | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 3e1738ea81d1..693c5702967c 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgpg-error PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${PORTNAME} @@ -15,8 +16,7 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= Common error values for all GnuPG components USE_GPG= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/libgpg-error/files/patch-src_Makefile.in b/security/libgpg-error/files/patch-src_Makefile.in new file mode 100644 index 000000000000..6eb5fd405c80 --- /dev/null +++ b/security/libgpg-error/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun Mar 28 01:00:54 2004 ++++ src/Makefile.in Sun Mar 28 01:01:21 2004 +@@ -653,7 +653,7 @@ mkerrcodes: mkerrcodes.c mkerrcodes.h Ma + $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $< + + code-from-errno.h: mkerrcodes Makefile +- ./$< | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@ ++ ./mkerrcodes | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@ + + errnos-sym.h: Makefile mkstrtable.awk errnos.in + $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \ |