pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Fixed "test ==" and a few pkglint warn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb201415725c
branches:  trunk
changeset: 519862:fb201415725c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 11 18:44:25 2006 +0000

description:
Fixed "test ==" and a few pkglint warnings.

diffstat:

 graphics/netpbm/Makefile         |   6 +++---
 graphics/netpbm/distinfo         |   3 ++-
 graphics/netpbm/patches/patch-cb |  13 +++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r a6b32814cd05 -r fb201415725c graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Wed Oct 11 18:32:40 2006 +0000
+++ b/graphics/netpbm/Makefile  Wed Oct 11 18:44:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2006/10/03 22:56:50 schwarz Exp $
+# $NetBSD: Makefile,v 1.146 2006/10/11 18:44:25 rillig Exp $
 
 DISTNAME=      netpbm-10.34
 CATEGORIES=    graphics
@@ -23,7 +23,7 @@
 STAGEDIR=      ${WRKDIR}/staging
 
 LIBS.SunOS+=   -lsocket -lnsl
-MAKE_ENV+=     NETWORKLD=${LIBS:M*:Q}
+MAKE_ENV+=     NETWORKLD=${LIBS:Q}
 
 # Several of the netpbm shell scripts use bashisms, so force using
 # bash for all of the shell scripts.
@@ -55,7 +55,7 @@
 .endif
 
 MAKE_ENV+=     JASPERLIB="${LDFLAGS} -ljasper"
-MAKE_ENV+=     JASPERHDR_DIR=${CPPFLAGS:M*:Q}
+MAKE_ENV+=     JASPERHDR_DIR=${CPPFLAGS:Q}
 
 .if ${PKGSRC_COMPILER} == "ido"
 CPPFLAGS+=     -DSGI_IDO_CC
diff -r a6b32814cd05 -r fb201415725c graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Wed Oct 11 18:32:40 2006 +0000
+++ b/graphics/netpbm/distinfo  Wed Oct 11 18:44:25 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.61 2006/10/03 23:01:25 schwarz Exp $
+$NetBSD: distinfo,v 1.62 2006/10/11 18:44:25 rillig Exp $
 
 SHA1 (netpbm-10.34.tgz) = 530458871f9d3dc763a1bf82f227eeb79098c601
 RMD160 (netpbm-10.34.tgz) = 57a596efa6cacb981135d554a72cbaffc4cfe72c
@@ -27,3 +27,4 @@
 SHA1 (patch-av) = ef10c607f40dc5cc64dc77c04b1daca4e0ce34eb
 SHA1 (patch-aw) = bd890324e95fa7bb893d9d5cdab9d5a33dcff777
 SHA1 (patch-ca) = b63be9bd38dd182949edf3b892608b72d13c1fa0
+SHA1 (patch-cb) = b1be33ae6acfe57bf2f407cd48a6b140c3ddea85
diff -r a6b32814cd05 -r fb201415725c graphics/netpbm/patches/patch-cb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-cb  Wed Oct 11 18:44:25 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-cb,v 1.1 2006/10/11 18:44:25 rillig Exp $
+
+--- buildtools/installosf.orig 2002-01-29 05:03:15.000000000 +0100
++++ buildtools/installosf      2006-10-11 20:41:35.000000000 +0200
+@@ -17,7 +17,7 @@ while [ $# -gt 0 ]; do
+     elif [ "$1" = "-m" ]; then 
+         shift
+         PERMISSIONS=$1
+-    elif [ ${SOURCE_FILE}x == x ]; then
++    elif [ ${SOURCE_FILE}x = x ]; then
+         SOURCE_FILE=$1
+     else
+         TARGET_DIR=$1



Home | Main Index | Thread Index | Old Index