summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authorgrant <grant>2004-07-10 13:29:34 +0000
committergrant <grant>2004-07-10 13:29:34 +0000
commit6bb9973ab909e2bc15a1ecbb77aa35da31b7d9e8 (patch)
tree40ce4facf92e5d0321fda6745f7aaa6f446b5729 /graphics/netpbm
parentb8b8f99bdc553295ba34b689cdd5520b40769165 (diff)
downloadpkgsrc-6bb9973ab909e2bc15a1ecbb77aa35da31b7d9e8.tar.gz
the "pgmramp" program included in this package needs to be linked
against libm for fabs(). this is the same fix as is already in netpbm-latest.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/distinfo3
-rw-r--r--graphics/netpbm/patches/patch-ag16
2 files changed, 18 insertions, 1 deletions
diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo
index bf5f0442289..bbcfb3b6f9a 100644
--- a/graphics/netpbm/distinfo
+++ b/graphics/netpbm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2004/05/20 08:41:07 adam Exp $
+$NetBSD: distinfo,v 1.23 2004/07/10 13:29:34 grant Exp $
SHA1 (netpbm-10.18.13.tgz) = a9c5170f03731b10e30001615e3f5876be5df0c4
Size (netpbm-10.18.13.tgz) = 2090771 bytes
@@ -8,3 +8,4 @@ SHA1 (patch-ac) = cd8bb4318828a9872cce2793635c4bc51272d199
SHA1 (patch-ad) = 0ca982f5ee83370b367025d5ddef74a984dc07fe
SHA1 (patch-ae) = 8a46f8c0b1c0efe57533dba55d18459135e796ea
SHA1 (patch-af) = 838211acc8a49aac1f5badbad74a9711735558a4
+SHA1 (patch-ag) = 13840ccb78b51bd690d6b86c1a799d21d0239598
diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag
new file mode 100644
index 00000000000..2ea4058a77f
--- /dev/null
+++ b/graphics/netpbm/patches/patch-ag
@@ -0,0 +1,16 @@
+$NetBSD: patch-ag,v 1.6 2004/07/10 13:29:35 grant Exp $
+
+--- generator/Makefile.orig 2003-09-07 12:09:53.000000000 +1000
++++ generator/Makefile
+@@ -14,9 +14,9 @@ include $(BUILDDIR)/Makefile.config
+ # This package is so big, it's useful even when some parts won't
+ # build.
+
+-PORTBINARIES = pamseq pbmmake pbmtext pbmtextps pbmupc pgmnoise pgmramp \
++PORTBINARIES = pamseq pbmmake pbmtext pbmtextps pbmupc pgmnoise \
+ ppmcolors ppmmake
+-MATHBINARIES = pbmpage pgmcrater pgmkernel \
++MATHBINARIES = pbmpage pgmcrater pgmkernel pgmramp \
+ ppmcie ppmforge ppmpat ppmrough ppmwheel
+
+ # We don't include programs that have special library dependencies in the