1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Remove gmake dependency with trivial one-line patch

- Switch to using libtool-1.5
- Bump PORTREVISION
This commit is contained in:
Sergei Kolobov 2004-04-05 06:18:27 +00:00
parent 5569e8ddf5
commit 216ebe70b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106209
2 changed files with 13 additions and 2 deletions

View File

@ -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}

View File

@ -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 \