diff options
author | sergei <sergei@FreeBSD.org> | 2004-04-05 14:18:27 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-04-05 14:18:27 +0800 |
commit | 2f097d9a7f9368de521f0d93b6f671c9c5818795 (patch) | |
tree | f3a43d8572cc05db61c118bac0d2347e2cab061a /security | |
parent | 89b62e16a726b79d779a24979353b718b05c4395 (diff) | |
download | freebsd-ports-gnome-2f097d9a7f9368de521f0d93b6f671c9c5818795.tar.gz freebsd-ports-gnome-2f097d9a7f9368de521f0d93b6f671c9c5818795.tar.zst freebsd-ports-gnome-2f097d9a7f9368de521f0d93b6f671c9c5818795.zip |
- Remove gmake dependency with trivial one-line patch
- Switch to using libtool-1.5
- Bump PORTREVISION
Diffstat (limited to 'security')
-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 \ |