summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoragc <agc>2004-07-13 14:05:26 +0000
committeragc <agc>2004-07-13 14:05:26 +0000
commit03a0f780bee351c28d27a1b6a55480c0c36b5725 (patch)
treedd795c2cbe96f4f3e78e83d3b9a5e027dd67370a /doc
parent6eb39b9c3d894cdc4dbd3232cf0c85c0f9124975 (diff)
downloadpkgsrc-03a0f780bee351c28d27a1b6a55480c0c36b5725.tar.gz
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 (limited to 'doc')
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
1 files changed, 3 insertions, 1 deletions
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