summaryrefslogtreecommitdiff
path: root/devel/cogito/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-09 02:19:59 +0000
committerrillig <rillig@pkgsrc.org>2006-11-09 02:19:59 +0000
commit335ef695eec1f9425771ef90afa1a8605420843c (patch)
tree4fbfd526205fe5ecf9dfb0b52c98fd9b4b0aa7df /devel/cogito/patches
parent56bd08ba998aa9a1010ef66dc827b1f67005d2e5 (diff)
downloadpkgsrc-335ef695eec1f9425771ef90afa1a8605420843c.tar.gz
Committed the patches from PR 35020 by Anthony Mallet, which fix
unportable use of some utilities' options, at least for NetBSD. PKGREVISION++
Diffstat (limited to 'devel/cogito/patches')
-rw-r--r--devel/cogito/patches/patch-ab15
-rw-r--r--devel/cogito/patches/patch-ac15
2 files changed, 30 insertions, 0 deletions
diff --git a/devel/cogito/patches/patch-ab b/devel/cogito/patches/patch-ab
new file mode 100644
index 00000000000..dc7c72fe970
--- /dev/null
+++ b/devel/cogito/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2006/11/09 02:19:59 rillig Exp $
+
+From PR 35020.
+
+--- cg-Xlib~ 2006-09-29 13:58:15.000000000 +0200
++++ cg-Xlib 2006-11-08 20:56:27.000000000 +0100
+@@ -600,7 +600,7 @@
+ # Kill gone files
+ git-diff-tree -z --name-status -r "$base" "$branch" |
+ perl -n0e 'chomp; if (defined $meta) { print "$_\0" if $meta eq 'D'; $meta=undef } else { $meta = $_ }' |
+- xargs --null rm -f --
++ xargs -0 rm -f --
+ git-checkout-index -u -f -a
+
+ # FIXME: Can produce bogus "contains only garbage" messages.
diff --git a/devel/cogito/patches/patch-ac b/devel/cogito/patches/patch-ac
new file mode 100644
index 00000000000..8756216d9d8
--- /dev/null
+++ b/devel/cogito/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2006/11/09 02:19:59 rillig Exp $
+
+From PR 35020.
+
+--- cg-tag~ 2006-09-29 13:58:15.000000000 +0200
++++ cg-tag 2006-11-08 20:59:30.000000000 +0100
+@@ -105,7 +105,7 @@
+
+ for msg in "${msgs[@]}"; do
+ [ "$written" ] && echo >>"$LOGMSG"
+- echo "$msg" | fmt -s >>"$LOGMSG"
++ echo "$msg" | fmt >>"$LOGMSG"
+ written=1
+ done
+