pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q2]: pkgsrc Pullup ticket 52 to the pkgsrc-2004Q2 branch, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8cf4ca7ebc4
branches:  pkgsrc-2004Q2
changeset: 476725:f8cf4ca7ebc4
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Jul 13 14:05:26 2004 +0000

description:
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.

diffstat:

 doc/CHANGES-pkgsrc-2004Q2        |   4 +++-
 graphics/netpbm/distinfo         |   3 ++-
 graphics/netpbm/patches/patch-ag |  16 ++++++++++++++++
 3 files changed, 21 insertions(+), 2 deletions(-)

diffs (49 lines):

diff -r abf9e5c7bf16 -r f8cf4ca7ebc4 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Tue Jul 13 14:00:16 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Tue Jul 13 14:05:26 2004 +0000
@@ -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 @@
        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 -r abf9e5c7bf16 -r f8cf4ca7ebc4 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Tue Jul 13 14:00:16 2004 +0000
+++ b/graphics/netpbm/distinfo  Tue Jul 13 14:05:26 2004 +0000
@@ -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-ad) = 0ca982f5ee83370b367025d5ddef74a984dc07fe
 SHA1 (patch-ae) = 8a46f8c0b1c0efe57533dba55d18459135e796ea
 SHA1 (patch-af) = 838211acc8a49aac1f5badbad74a9711735558a4
+SHA1 (patch-ag) = 13840ccb78b51bd690d6b86c1a799d21d0239598
diff -r abf9e5c7bf16 -r f8cf4ca7ebc4 graphics/netpbm/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-ag  Tue Jul 13 14:05:26 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index