summaryrefslogtreecommitdiff
path: root/textproc/gsed/patches
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2001-10-29 12:30:06 +0000
committerseb <seb@pkgsrc.org>2001-10-29 12:30:06 +0000
commitc977cb995a675f741d8e9e612d1a4b50410ef5c5 (patch)
tree02feac79537aeb0cbda5f44592971836b52c85ae /textproc/gsed/patches
parent66771163d1f1e86345c204e2cce342ecb3d96d4c (diff)
downloadpkgsrc-c977cb995a675f741d8e9e612d1a4b50410ef5c5.tar.gz
To avoid build dependencies on auto* tools a patch on configure script
(manually regenerated from patched configure.in) is added, AUTOMAKE_OVERRIDE is also defined hence custom pre-configure target is removed. To avoid useless makeinfo run sed.info, version.texi and stamp-vti are added to AUTOMAKE_PATTERNS (this also fix a hidden and forgotten build dependency on ../../devel/gtexinfo). While here my email address as maintainer is updated.
Diffstat (limited to 'textproc/gsed/patches')
-rw-r--r--textproc/gsed/patches/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/gsed/patches/patch-ab b/textproc/gsed/patches/patch-ab
new file mode 100644
index 00000000000..e0995fbf6a1
--- /dev/null
+++ b/textproc/gsed/patches/patch-ab
@@ -0,0 +1,30 @@
+$NetBSD: patch-ab,v 1.1 2001/10/29 12:30:07 seb Exp $
+
+--- configure.orig Mon Oct 29 12:29:47 2001
++++ configure
+@@ -2297,25 +2297,6 @@
+ done
+
+
+-if test "$program_transform_name" = s,x,x,; then
+- program_transform_name=
+-else
+- # Double any \ or $. echo might interpret backslashes.
+- cat <<\EOF_SED > conftestsed
+-s,\\,\\\\,g; s,\$,$$,g
+-EOF_SED
+- program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
+- rm -f conftestsed
+-fi
+-test "$program_prefix" != NONE &&
+- program_transform_name="s,^,${program_prefix},; $program_transform_name"
+-# Use a double $ so make ignores it.
+-test "$program_suffix" != NONE &&
+- program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
+-
+-# sed with no file args requires a program.
+-test "$program_transform_name" = "" && program_transform_name="s,x,x,"
+-
+ trap '' 1 2 15
+ cat > confcache <<\EOF
+ # This file is a shell script that caches the results of configure