pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm the "pgmramp" program included in this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fffb11f5bbf2
branches:  trunk
changeset: 477846:fffb11f5bbf2
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jul 10 13:29:34 2004 +0000

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

 graphics/netpbm/distinfo         |   3 ++-
 graphics/netpbm/patches/patch-ag |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r b39c5a9c10e7 -r fffb11f5bbf2 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Sat Jul 10 13:23:55 2004 +0000
+++ b/graphics/netpbm/distinfo  Sat Jul 10 13:29:34 2004 +0000
@@ -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-ad) = 0ca982f5ee83370b367025d5ddef74a984dc07fe
 SHA1 (patch-ae) = 8a46f8c0b1c0efe57533dba55d18459135e796ea
 SHA1 (patch-af) = 838211acc8a49aac1f5badbad74a9711735558a4
+SHA1 (patch-ag) = 13840ccb78b51bd690d6b86c1a799d21d0239598
diff -r b39c5a9c10e7 -r fffb11f5bbf2 graphics/netpbm/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-ag  Sat Jul 10 13:29:34 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index