pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/fkiss Add patch to make sed script work with GNU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b39175e47553
branches:  trunk
changeset: 489928:b39175e47553
user:      ben <ben%pkgsrc.org@localhost>
date:      Mon Feb 28 15:27:33 2005 +0000

description:
Add patch to make sed script work with GNU sed on Mandrake 10.1.
This addresses PR#29390.

diffstat:

 games/fkiss/distinfo         |   3 ++-
 games/fkiss/patches/patch-af |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 82f30d1a0445 -r b39175e47553 games/fkiss/distinfo
--- a/games/fkiss/distinfo      Mon Feb 28 15:17:26 2005 +0000
+++ b/games/fkiss/distinfo      Mon Feb 28 15:27:33 2005 +0000
@@ -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-ac) = db3e28fec1a4b1a7ff620023bbf6cf70b6dd99af
 SHA1 (patch-ad) = b6d7f79864a48e4dfb52c30cd9d31c1bbe069a34
 SHA1 (patch-ae) = 4eafc6445da6d2512cfc66df88015287320a6fc6
+SHA1 (patch-af) = 784dc96e709b6216438cbc8d8ad31425f8759c32
diff -r 82f30d1a0445 -r b39175e47553 games/fkiss/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/fkiss/patches/patch-af      Mon Feb 28 15:27:33 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index