diff options
author | seb <seb> | 2003-12-13 16:36:21 +0000 |
---|---|---|
committer | seb <seb> | 2003-12-13 16:36:21 +0000 |
commit | 10aa741f3b509b75f9dcd8df1f8e89d97d64bf04 (patch) | |
tree | 0930a7bc35acc4d26bcf9f0abbf58bc2520198d8 /textproc/gsed/patches | |
parent | 79ec46a71962f9801ce441693a001f47760af704 (diff) | |
download | pkgsrc-10aa741f3b509b75f9dcd8df1f8e89d97d64bf04.tar.gz |
Update to version 4.08.
Changes since 4.07:
* fix `sed n' printing the last line twice.
* fix incorrect error message for invalid character classes.
* fix segmentation violation with repeated empty subexpressions.
* fix incorrect parsing of ^ after escaped (.
* more comprehensive test suite (and with many expected failures...)
Please note that since NetBSD's sed is available in a portable
version in pkgsrc as textproc/nbsed, and in bootstrap-pkgsrc I do
not consider this package as being low in the dependencies food-chain
anymore. This is especially true for platforms other than NetBSD.
So let me explicitly add dependencies on libiconv and gettext-lib packages
(if needed of course).
Diffstat (limited to 'textproc/gsed/patches')
-rw-r--r-- | textproc/gsed/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/gsed/patches/patch-ab b/textproc/gsed/patches/patch-ab deleted file mode 100644 index 7e2c0fb0bf4..00000000000 --- a/textproc/gsed/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2003/06/14 00:04:56 grant Exp $ - ---- 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@ - |