pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/detex This does not seem to need to link agai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47a1b4892f54
branches:  trunk
changeset: 476177:47a1b4892f54
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Jun 04 18:34:17 2004 +0000

description:
This does not seem to need to link against libl, so leave it out to allow
build on OS that don't even have libl.

diffstat:

 textproc/detex/distinfo         |   4 ++--
 textproc/detex/patches/patch-aa |  24 +++++++++++++++---------
 2 files changed, 17 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 1dc6075fd5d8 -r 47a1b4892f54 textproc/detex/distinfo
--- a/textproc/detex/distinfo   Fri Jun 04 18:19:50 2004 +0000
+++ b/textproc/detex/distinfo   Fri Jun 04 18:34:17 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/06/01 20:42:17 shannonjr Exp $
+$NetBSD: distinfo,v 1.5 2004/06/04 18:34:17 jschauma Exp $
 
 SHA1 (detex-2.7.tar) = 84b975a57ea199a29a795d699bb92dca0bad42d5
 Size (detex-2.7.tar) = 94720 bytes
-SHA1 (patch-aa) = 455387166744bb76b38efeaf5cc7b8a6fc072169
+SHA1 (patch-aa) = 09c182dbc27c3ec34a9c9919f9564b5e4d1eefb3
diff -r 1dc6075fd5d8 -r 47a1b4892f54 textproc/detex/patches/patch-aa
--- a/textproc/detex/patches/patch-aa   Fri Jun 04 18:19:50 2004 +0000
+++ b/textproc/detex/patches/patch-aa   Fri Jun 04 18:34:17 2004 +0000
@@ -1,16 +1,22 @@
-$NetBSD: patch-aa,v 1.2 2004/06/01 20:42:18 shannonjr Exp $
+$NetBSD: patch-aa,v 1.3 2004/06/04 18:34:17 jschauma Exp $
 
---- Makefile.orig      1999-05-12 11:45:55.000000000 -0600
-+++ Makefile
-@@ -35,9 +35,9 @@ DEFS =
- # Add -DNO_MALLOC_DECL if your system does not like the malloc() declaration
- # in detex.l (reported by pinard%iro.umontreal.ca@localhost)
+--- Makefile.orig      1999-05-12 13:45:55.000000000 -0400
++++ Makefile   2004-06-04 14:37:10.000000000 -0400
+@@ -37,7 +37,7 @@
  #
--#DEFS += ${DEFS} -DNO_MALLOC_DECL
-+DEFS  += -DNO_MALLOC_DECL
+ #DEFS += ${DEFS} -DNO_MALLOC_DECL
  #
 -CFLAGS        = -O ${DEFS}
-+CFLAGS        += ${DEFS}
++#CFLAGS       = -O ${DEFS}
  
  # Use your favorite lexical scanner
  #
+@@ -67,7 +67,7 @@
+ all:  ${PROGS}
+ 
+ detex: ${D_OBJ}
+-      ${CC} ${CFLAGS} -o $@ ${D_OBJ} -ll
++      ${CC} ${CFLAGS} -o $@ ${D_OBJ}
+ 
+ detex.c:
+       sed -f states.sed detex.l > xxx.l



Home | Main Index | Thread Index | Old Index