diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-27 12:25:35 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-27 12:25:35 +0000 |
commit | a6ec93578ebe1bb4556465d120ae1070229a82f9 (patch) | |
tree | 8ab69e0cac2d0cd1bd3795a0f0cbbb7d6fd25fff /converters | |
parent | 4180aa0552378af84a88697cdfb5e77c438cde7e (diff) | |
download | pkgsrc-a6ec93578ebe1bb4556465d120ae1070229a82f9.tar.gz |
Fix build under darwin, using the updated btparse
bump PKGREVISION
approvd by wiz@
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bib2xml/Makefile | 3 | ||||
-rw-r--r-- | converters/bib2xml/distinfo | 4 | ||||
-rw-r--r-- | converters/bib2xml/patches/patch-aa | 11 |
3 files changed, 12 insertions, 6 deletions
diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index dc758665dbd..2e65cfb9a44 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:43 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/27 12:25:35 tonio Exp $ # DISTNAME= bib2xml-10062002 PKGNAME= ${DISTNAME:C/-(....)(....)/-\2\1/} +PKGREVISION= 1 CATEGORIES= converters textproc MASTER_SITES= http://www.cs.colorado.edu/~henkel/stuff/bib2xml/ diff --git a/converters/bib2xml/distinfo b/converters/bib2xml/distinfo index 7c8ade879fc..47815c6016c 100644 --- a/converters/bib2xml/distinfo +++ b/converters/bib2xml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 16:12:33 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/09/27 12:25:35 tonio Exp $ SHA1 (bib2xml-10062002.tar.gz) = f7b0c1a2f2bbba84162cd2df674bd9edf9aeaa4f RMD160 (bib2xml-10062002.tar.gz) = 660ba7550c4ef6b44c7c933c511d15c2b984bcc1 Size (bib2xml-10062002.tar.gz) = 302900 bytes -SHA1 (patch-aa) = debdbf7f04f1b8359f863ad68b9d9ee56b1b5038 +SHA1 (patch-aa) = e7a4266d7320b6654d3efeccdf9e31b5ec0340e6 diff --git a/converters/bib2xml/patches/patch-aa b/converters/bib2xml/patches/patch-aa index 5b9ab24aa36..b40d5a77cd8 100644 --- a/converters/bib2xml/patches/patch-aa +++ b/converters/bib2xml/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/11/01 04:25:50 rh Exp $ +$NetBSD: patch-aa,v 1.2 2005/09/27 12:25:35 tonio Exp $ ---- progs/Makefile.in.orig Tue Sep 24 14:26:50 2002 +--- progs/Makefile.in.orig 2002-09-24 06:26:50.000000000 +0200 +++ progs/Makefile.in -@@ -12,8 +12,8 @@ include ../Makefile.defs # for CC, CFLAG +@@ -12,12 +12,12 @@ include ../Makefile.defs # for CC, CFLAG # into the guts of the lexical scanner in order to ferret out the # token stream. Thus, it needs access to the PCCTS header files in # order to compile. @@ -13,6 +13,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/11/01 04:25:50 rh Exp $ LIBDIRS = -L$(LIBDIR) $(OTHERLIBDIRS) LIBS = -lbtparse $(OTHERLIBS) +-LDFLAGS = $(LIBDIRS) $(LIBS) ++LDFLAGS = $(LIBDIRS) $(LIBS) -Wl,-R$(LIBDIR) + + BPSRC = bibparse.c args.c @GETOPT_SRC@ + BPOBJ = $(BPSRC:.c=.o) @@ -46,7 +46,6 @@ dumpnames : $(DNOBJ) lib $(CC) -o $@ $(CFLAGS) $(DNOBJ) $(LDFLAGS) |