diff options
Diffstat (limited to 'textproc/gsed/patches')
-rw-r--r-- | textproc/gsed/patches/patch-aa | 23 | ||||
-rw-r--r-- | textproc/gsed/patches/patch-ab | 37 |
2 files changed, 22 insertions, 38 deletions
diff --git a/textproc/gsed/patches/patch-aa b/textproc/gsed/patches/patch-aa index 581c2a64207..034dfac2e73 100644 --- a/textproc/gsed/patches/patch-aa +++ b/textproc/gsed/patches/patch-aa @@ -1,12 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/06/26 12:45:38 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2003/06/14 00:04:56 grant Exp $ ---- configure.in.orig Sun Aug 2 02:38:33 1998 -+++ configure.in -@@ -101,7 +101,6 @@ - AC_REPLACE_FUNCS(memchr memcmp memmove strerror) - AC_CHECK_FUNCS(isatty bcopy bzero isascii memcpy) - --AC_ARG_PROGRAM - AC_OUTPUT(Makefile djgpp/Makefile doc/Makefile dnl - lib/Makefile sed/Makefile testsuite/Makefile - dnl testsuite/version.good:testsuite/version.gin dnl +--- configure.orig Fri Apr 11 16:21:09 2003 ++++ configure +@@ -5257,7 +5257,7 @@ else + fi + + +-: ${TEXI2HTML=texi2html -monolithic} ++TEXI2HTML="texi2html -monolithic" + + + echo "$as_me:$LINENO: checking how to build HTML documentation" >&5 diff --git a/textproc/gsed/patches/patch-ab b/textproc/gsed/patches/patch-ab index e0995fbf6a1..7e2c0fb0bf4 100644 --- a/textproc/gsed/patches/patch-ab +++ b/textproc/gsed/patches/patch-ab @@ -1,30 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2001/10/29 12:30:07 seb Exp $ +$NetBSD: patch-ab,v 1.2 2003/06/14 00:04:56 grant Exp $ ---- configure.orig Mon Oct 29 12:29:47 2001 -+++ configure -@@ -2297,25 +2297,6 @@ - done +--- intl/Makefile.in.orig Sun Mar 10 07:37:20 2002 ++++ intl/Makefile.in +@@ -39,7 +39,7 @@ subdir = intl + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ++mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs + + l = @INTL_LIBTOOL_SUFFIX_PREFIX@ --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 |