diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
commit | 5ec134d67dbba7a354689af359fb4dd92bc8cbec (patch) | |
tree | dac5b1dd14794d86b061d26b9503adb2552ed3f8 /x11/xforms | |
parent | 9d13f62cc158ce4d29412c1798882c83849d448b (diff) | |
download | pkgsrc-5ec134d67dbba7a354689af359fb4dd92bc8cbec.tar.gz |
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 4 | ||||
-rw-r--r-- | x11/xforms/distinfo | 4 | ||||
-rw-r--r-- | x11/xforms/patches/patch-ag | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 75441276443..076db2620d3 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2005/04/11 21:48:15 tv Exp $ +# $NetBSD: Makefile,v 1.54 2005/12/05 20:51:20 rillig Exp $ # DISTNAME= xforms-1.0-release @@ -15,7 +15,7 @@ COMMENT= Graphical user interface toolkit for X Window System USE_IMAKE= YES -MAKE_ENV= DEPEND_DEFINES="${CPPFLAGS}" +MAKE_ENV= DEPEND_DEFINES=${CPPFLAGS:M*:Q} SCRIPTS_ENV= DEPEND_DEFINES="${CPPFLAGS}" .include "../../graphics/jpeg/buildlink3.mk" diff --git a/x11/xforms/distinfo b/x11/xforms/distinfo index b2418cc4a80..e8b76c836ec 100644 --- a/x11/xforms/distinfo +++ b/x11/xforms/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2005/11/07 14:41:20 joerg Exp $ +$NetBSD: distinfo,v 1.17 2005/12/05 20:51:20 rillig Exp $ SHA1 (xforms-1.0-release.tgz) = e25a31351c52472de88352388cf879512b20fc62 RMD160 (xforms-1.0-release.tgz) = 18ccbff4df5e0e3786341a5ab4f8af6e2fd4fd92 @@ -9,5 +9,5 @@ SHA1 (patch-ac) = 55c32e091b1da5441e4c652d3e4a002202a6d076 SHA1 (patch-ad) = 324100fb05e723fbaa92126e279074860c842f1b SHA1 (patch-ae) = ba8b68d7e886311cb2fbfe4e0a45e975e7790821 SHA1 (patch-af) = f3fdbbb2a103505e6f18608f0c3882cc1d264b00 -SHA1 (patch-ag) = 3dde38a74cbbb1943eefd78f3df56a8de3c0f74f +SHA1 (patch-ag) = 447c24ad912a65af5f93b393579516a900a10c4e SHA1 (patch-ah) = 45129394ca29063443548d961c7954ea12cc435f diff --git a/x11/xforms/patches/patch-ag b/x11/xforms/patches/patch-ag index 4aac4f8a6fb..6fa2d1f5d81 100644 --- a/x11/xforms/patches/patch-ag +++ b/x11/xforms/patches/patch-ag @@ -1,8 +1,8 @@ -$NetBSD: patch-ag,v 1.1 2005/10/10 12:11:47 joerg Exp $ +$NetBSD: patch-ag,v 1.2 2005/12/05 20:51:20 rillig Exp $ --- lib/errmsg.c.orig 2005-07-22 18:01:01.000000000 +0000 +++ lib/errmsg.c -@@ -51,7 +51,10 @@ char *id_errm = "$Id: errmsg.c,v 0.80 19 +@@ -51,7 +51,10 @@ #include "forms.h" #include "ulib.h" |