From 0884cedf1c90c398f19db984a38233f62eb67316 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 13 Jul 2004 14:05:26 +0000 Subject: Pullup ticket 52 to the pkgsrc-2004Q2 branch, requested by Grant Beattie. Fix netpbm build on Solaris (and thereby fix a number of other packages) Module Name: pkgsrc Committed By: grant Date: Sat Jul 10 13:29:35 UTC 2004 Modified Files: pkgsrc/graphics/netpbm: distinfo Added Files: pkgsrc/graphics/netpbm/patches: patch-ag Log Message: 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. --- doc/CHANGES-pkgsrc-2004Q2 | 4 +++- graphics/netpbm/distinfo | 3 ++- graphics/netpbm/patches/patch-ag | 16 ++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 graphics/netpbm/patches/patch-ag diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2 index 2a1fe7549a2..042729c717b 100644 --- a/doc/CHANGES-pkgsrc-2004Q2 +++ b/doc/CHANGES-pkgsrc-2004Q2 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.18 2004/07/13 14:00:16 agc Exp $ +$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.19 2004/07/13 14:05:27 agc Exp $ Changes to the packages collection and infrastructure on the pkgsrc-2004Q2 branch: @@ -32,3 +32,5 @@ Pullup ticket 50, requested by Martti Kuparinen [agc 2004-07-08] security fix for ethereal Pullup ticket 51, requested by Grant Beattie [agc 2004-07-13] Solaris bulk build fixes +Pullup ticket 52, requested by Grant Beattie [agc 2004-07-13] + Solaris netpbm build fix diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index bf5f0442289..fffbb59d20e 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.22.2.1 2004/07/13 14:05:26 agc 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..acdfa5923a5 --- /dev/null +++ b/graphics/netpbm/patches/patch-ag @@ -0,0 +1,16 @@ +$NetBSD: patch-ag,v 1.5.6.1 2004/07/13 14:05:27 agc 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 -- cgit v1.2.3