From 24e82c46128df8ddfde4a44d5162b11d161340fe Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 28 Feb 2005 15:27:33 +0000 Subject: Add patch to make sed script work with GNU sed on Mandrake 10.1. This addresses PR#29390. --- games/fkiss/distinfo | 3 ++- games/fkiss/patches/patch-af | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 games/fkiss/patches/patch-af (limited to 'games/fkiss') 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 -- cgit v1.2.3