summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorchuck <chuck>2008-11-14 03:25:55 +0000
committerchuck <chuck>2008-11-14 03:25:55 +0000
commit2ecc74aacaf15672a3e4cf5559c8d6f00caed846 (patch)
tree756b5c285bac2e5c1981217aa9c31c31a181aba6 /print
parent4cf97a27a28989ae3df674b312fd8bde2dab4420 (diff)
downloadpkgsrc-2ecc74aacaf15672a3e4cf5559c8d6f00caed846.tar.gz
fix Makefile.in error. it was adding a dependency to @INTLLIBS@ ("-lintl")
rather than @INTLDEPS@ causing some versions of make to fail with "don't know how to make -lintl" at compile time
Diffstat (limited to 'print')
-rw-r--r--print/enscript/distinfo4
-rw-r--r--print/enscript/patches/patch-af15
-rw-r--r--print/enscript/patches/patch-ag13
3 files changed, 31 insertions, 1 deletions
diff --git a/print/enscript/distinfo b/print/enscript/distinfo
index c103d0d0f50..bb076248073 100644
--- a/print/enscript/distinfo
+++ b/print/enscript/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/04/06 16:16:38 jlam Exp $
+$NetBSD: distinfo,v 1.7 2008/11/14 03:25:55 chuck Exp $
SHA1 (enscript-1.6.3.tar.gz) = 2189c1f9b80160d4b2acac0f60cc7c7ff05f10aa
RMD160 (enscript-1.6.3.tar.gz) = 7aafd03dad2e9a1fb3bbf61ed9b95ed6bef02921
@@ -7,3 +7,5 @@ SHA1 (patch-aa) = 4f958c8e2b01cf6934beebe249f1f67da2fb3f11
SHA1 (patch-ab) = 13885dbd3aa0d0e90f8aa07640c4d917d7feaf13
SHA1 (patch-ad) = b2f12cc6875289978194315927ccbc8e963476a2
SHA1 (patch-ae) = 9a3209196eea1c6ed1f07f39fb7b4f1c35cdb850
+SHA1 (patch-af) = 654752413a8d1acb60ec4e6875d1b21cf4f0ac71
+SHA1 (patch-ag) = b68f44da44e07123139ff431e884201bd990ec5a
diff --git a/print/enscript/patches/patch-af b/print/enscript/patches/patch-af
new file mode 100644
index 00000000000..6c57532c0d2
--- /dev/null
+++ b/print/enscript/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2008/11/14 03:25:55 chuck Exp $
+
+--- src/Makefile.in.orig 2008-11-13 22:19:15.000000000 -0500
++++ src/Makefile.in 2008-11-13 22:19:30.000000000 -0500
+@@ -135,8 +135,8 @@
+ mkafmmap_SOURCES = mkafmmap.c
+
+ LDADD = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a -lm
+-enscript_DEPENDENCIES = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a
+-mkafmmap_DEPENDENCIES = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a
++enscript_DEPENDENCIES = ../afmlib/libafm.a @INTLDEPS@ ../compat/libcompat.a
++mkafmmap_DEPENDENCIES = ../afmlib/libafm.a @INTLDEPS@ ../compat/libcompat.a
+
+ noinst_HEADERS = gsint.h
+
diff --git a/print/enscript/patches/patch-ag b/print/enscript/patches/patch-ag
new file mode 100644
index 00000000000..e52c8fb2371
--- /dev/null
+++ b/print/enscript/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2008/11/14 03:25:55 chuck Exp $
+
+--- states/Makefile.in.orig 2008-11-13 22:19:35.000000000 -0500
++++ states/Makefile.in 2008-11-13 22:19:48.000000000 -0500
+@@ -132,7 +132,7 @@
+
+
+ LDADD = ../afmlib/libafm.a @INTLLIBS@ ../compat/libcompat.a @LEXLIB@
+-states_DEPENDENCIES = @INTLLIBS@ ../compat/libcompat.a
++states_DEPENDENCIES = @INTLDEPS@ ../compat/libcompat.a
+
+ noinst_HEADERS = defs.h gram.h
+