pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/bib2xml Fix build under darwin, using the u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/606dcd750b28
branches:  trunk
changeset: 499799:606dcd750b28
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Sep 27 12:25:35 2005 +0000

description:
Fix build under darwin, using the updated btparse

bump PKGREVISION


approvd by wiz@

diffstat:

 converters/bib2xml/Makefile         |   3 ++-
 converters/bib2xml/distinfo         |   4 ++--
 converters/bib2xml/patches/patch-aa |  11 ++++++++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 765e1be1cbf4 -r 606dcd750b28 converters/bib2xml/Makefile
--- a/converters/bib2xml/Makefile       Tue Sep 27 12:24:06 2005 +0000
+++ b/converters/bib2xml/Makefile       Tue Sep 27 12:25:35 2005 +0000
@@ -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 -r 765e1be1cbf4 -r 606dcd750b28 converters/bib2xml/distinfo
--- a/converters/bib2xml/distinfo       Tue Sep 27 12:24:06 2005 +0000
+++ b/converters/bib2xml/distinfo       Tue Sep 27 12:25:35 2005 +0000
@@ -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 -r 765e1be1cbf4 -r 606dcd750b28 converters/bib2xml/patches/patch-aa
--- a/converters/bib2xml/patches/patch-aa       Tue Sep 27 12:24:06 2005 +0000
+++ b/converters/bib2xml/patches/patch-aa       Tue Sep 27 12:25:35 2005 +0000
@@ -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 @@
  
  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)
  



Home | Main Index | Thread Index | Old Index