summaryrefslogtreecommitdiff
path: root/misc/buffer
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commit472dafdd2e1560bc21a20b89efd58a911dc44409 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /misc/buffer
parent55a30558d8942bf85417fab3ed26bec7a7c3aae6 (diff)
downloadpkgsrc-472dafdd2e1560bc21a20b89efd58a911dc44409.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 'misc/buffer')
-rw-r--r--misc/buffer/Makefile4
-rw-r--r--misc/buffer/distinfo4
-rw-r--r--misc/buffer/patches/patch-ac4
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile
index 2b258961ba5..5089537f50d 100644
--- a/misc/buffer/Makefile
+++ b/misc/buffer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/03/24 21:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:38 rillig Exp $
DISTNAME= buffer-1.17
CATEGORIES= misc
@@ -12,7 +12,7 @@ COMMENT= Buffer sporadic binary I/O for faster tape use
.if ${OPSYS} == "SunOS"
CPPFLAGS+= -DSYS5
-MAKE_ENV+= CC="${CC}"
+MAKE_ENV+= CC=${CC:Q}
.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/buffer/distinfo b/misc/buffer/distinfo
index 924febe5302..0c5665195b9 100644
--- a/misc/buffer/distinfo
+++ b/misc/buffer/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/11/10 17:31:47 joerg Exp $
+$NetBSD: distinfo,v 1.6 2005/12/05 20:50:38 rillig Exp $
SHA1 (buffer-1.17.tar.gz) = 88201f677485880cd508430015b7ce7d9663b6e7
RMD160 (buffer-1.17.tar.gz) = c7f87873f8f74b900609ef495ebabc8596729fb8
Size (buffer-1.17.tar.gz) = 17131 bytes
SHA1 (patch-aa) = 8b1a563728b6a67e49123e2c48d9d39d55a91476
SHA1 (patch-ab) = 70c28daab40f6c5ab2fae5d19fc0e98fdefbdf69
-SHA1 (patch-ac) = 53a3f7730e62a244109243b1262e26dd5687c223
+SHA1 (patch-ac) = 2edead52c6a79a04e11ddabef1e140ac24d7d379
diff --git a/misc/buffer/patches/patch-ac b/misc/buffer/patches/patch-ac
index 91abd3fdd5f..86668613e7e 100644
--- a/misc/buffer/patches/patch-ac
+++ b/misc/buffer/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.2 2005/08/27 20:43:40 minskim Exp $
+$NetBSD: patch-ac,v 1.3 2005/12/05 20:50:38 rillig Exp $
--- buffer.c.orig 1994-10-04 09:44:53.000000000 -0700
+++ buffer.c
-@@ -118,6 +118,4 @@ static char *rcsid = "$Header: /a/swan/h
+@@ -118,6 +118,4 @@
#endif
-extern char *shmat();