summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /parallel/glunix/patches
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.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 'parallel/glunix/patches')
-rw-r--r--parallel/glunix/patches/patch-bv4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/glunix/patches/patch-bv b/parallel/glunix/patches/patch-bv
index 1a52c51a3d4..81a7fe01e5b 100644
--- a/parallel/glunix/patches/patch-bv
+++ b/parallel/glunix/patches/patch-bv
@@ -1,8 +1,8 @@
-$NetBSD: patch-bv,v 1.3 2005/05/29 14:38:33 wiz Exp $
+$NetBSD: patch-bv,v 1.4 2005/12/05 20:50:51 rillig Exp $
--- progs/glush/sh.sem.c.orig 1995-07-20 20:09:24.000000000 +0200
+++ progs/glush/sh.sem.c
-@@ -50,7 +50,7 @@ RCSID("$Id: sh.sem.c,v 1.1 1995/07/20 18
+@@ -50,7 +50,7 @@
#endif /* CLOSE_ON_EXEC */
#if defined(__sparc__) || defined(sparc)