From 5119a9fb7e9bf4279cb5cc1d3ccc171fe2f700a9 Mon Sep 17 00:00:00 2001 From: seb Date: Sat, 13 Dec 2003 16:36:21 +0000 Subject: 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). --- textproc/gsed/Makefile | 8 ++++++-- textproc/gsed/PLIST | 4 +++- textproc/gsed/distinfo | 7 +++---- textproc/gsed/patches/patch-ab | 13 ------------- 4 files changed, 12 insertions(+), 20 deletions(-) delete mode 100644 textproc/gsed/patches/patch-ab (limited to 'textproc') diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index c6fc6a55306..115423ebf16 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2003/10/07 23:27:06 heinz Exp $ +# $NetBSD: Makefile,v 1.15 2003/12/13 16:36:21 seb Exp $ # -DISTNAME= sed-4.0.7 +DISTNAME= sed-4.0.8 PKGNAME= g${DISTNAME} CATEGORIES= textproc editors MASTER_SITES= ${MASTER_SITE_GNU:=sed/} @@ -25,4 +25,8 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX} PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX} BUILD_DEFS+= GNU_PROGRAM_PREFIX +CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv} + +.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/gsed/PLIST b/textproc/gsed/PLIST index 7f390a05b17..ee363a1805a 100644 --- a/textproc/gsed/PLIST +++ b/textproc/gsed/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/07/03 20:09:13 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/12/13 16:36:21 seb Exp $ bin/${GNU_PROGRAM_PREFIX}sed info/sed.info info/sed.info-1 @@ -14,6 +14,7 @@ ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/sed.mo @@ -23,6 +24,7 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/sed.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sed.mo diff --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo index 9571944d6ee..49080038803 100644 --- a/textproc/gsed/distinfo +++ b/textproc/gsed/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.4 2003/10/07 23:27:19 heinz Exp $ +$NetBSD: distinfo,v 1.5 2003/12/13 16:36:21 seb Exp $ -SHA1 (sed-4.0.7.tar.gz) = 8b5c421b1496b01d97e43551fc961590cfe55aa6 -Size (sed-4.0.7.tar.gz) = 693903 bytes +SHA1 (sed-4.0.8.tar.gz) = 3acd37e1ab864f7ee8d5f2e43e749252f5608fcb +Size (sed-4.0.8.tar.gz) = 734588 bytes SHA1 (patch-aa) = 781e0da47d5107eb8c24072e1ffefe258fa1fd49 -SHA1 (patch-ab) = f6444085f93339afa41ab7a5cc6e8f6a6fd05f40 SHA1 (patch-ac) = c94eb0b500e2c50af14ed443a14991cc4097dd54 SHA1 (patch-ad) = 4acbb42d539f13cd0b5f0d3f2f01a81d785bb895 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@ - -- cgit v1.2.3