summaryrefslogtreecommitdiff
path: root/games/fkiss
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2005-02-28 15:27:33 +0000
committerben <ben@pkgsrc.org>2005-02-28 15:27:33 +0000
commit24e82c46128df8ddfde4a44d5162b11d161340fe (patch)
tree4fb759e5f12a33a236fc9e11e6193cdc65b3fccc /games/fkiss
parente0ccb587f72c9e99c52581c33fe7540f0a41c36b (diff)
downloadpkgsrc-24e82c46128df8ddfde4a44d5162b11d161340fe.tar.gz
Add patch to make sed script work with GNU sed on Mandrake 10.1.
This addresses PR#29390.
Diffstat (limited to 'games/fkiss')
-rw-r--r--games/fkiss/distinfo3
-rw-r--r--games/fkiss/patches/patch-af11
2 files changed, 13 insertions, 1 deletions
diff --git a/games/fkiss/distinfo b/games/fkiss/distinfo
index a595a92c246..4b2d5ae4f56 100644
--- a/games/fkiss/distinfo
+++ b/games/fkiss/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 23:11:57 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/02/28 15:27:33 ben Exp $
SHA1 (fkiss-0.33.tar.gz) = df07895a6b2053ca505dce49f5a6ac3f745f4386
RMD160 (fkiss-0.33.tar.gz) = a34f3fba759e64079b4926926af368c502dc35ae
@@ -10,3 +10,4 @@ SHA1 (patch-ab) = b22fcd06b72b85ae413ecb970e43d76532ecc65e
SHA1 (patch-ac) = db3e28fec1a4b1a7ff620023bbf6cf70b6dd99af
SHA1 (patch-ad) = b6d7f79864a48e4dfb52c30cd9d31c1bbe069a34
SHA1 (patch-ae) = 4eafc6445da6d2512cfc66df88015287320a6fc6
+SHA1 (patch-af) = 784dc96e709b6216438cbc8d8ad31425f8759c32
diff --git a/games/fkiss/patches/patch-af b/games/fkiss/patches/patch-af
new file mode 100644
index 00000000000..0ce091d9445
--- /dev/null
+++ b/games/fkiss/patches/patch-af
@@ -0,0 +1,11 @@
+--- english.sed.orig 1998-08-20 09:07:28.000000000 -0700
++++ english.sed 2005-02-28 07:24:43.000000000 -0800
+@@ -1,0 +2,5 @@
++# Unfortunately, under Mandrake 10.1, sed only allows ranges in character
++# classes to be bound by alphanumeric characters. So ~ is an invalid
++# end of range character, and [ -~] causes an error. This is GNU sed
++# 4.1.1, apparently with pcre. The workaround is to specify all the
++# characters individually.
+@@ -3 +8 @@
+-/^[ -~]*$/!d
++/^[][ !"#$%&'()*+,.\/0-9:;<=>?@A-Z_a-z{|}~-]*$/!d