diff options
author | seb <seb@pkgsrc.org> | 2004-07-07 11:33:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-07-07 11:33:10 +0000 |
commit | af8306b2c99714895d61a512c4057edeab5eac80 (patch) | |
tree | 5a9810acecb8e6bf1ef996feec93fb379d332373 /textproc | |
parent | aabb98b911eeee555656dd854a5bf6cdbefc5820 (diff) | |
download | pkgsrc-af8306b2c99714895d61a512c4057edeab5eac80.tar.gz |
Update to version 4.1.1.
Disable the config.status overriding, it causes config.status to be rerun...
FYI an alternative would be to use GNU make!
Changes since last packaged version:
Sed 4.1.1
* preserve permissions of in-place edited files
* yield an error when running -i on terminals or other non regular files
* do not interpret - as stdin when running in in-place editing mode
* fix bug that prevented 's' command modifiers from working
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gsed/Makefile | 5 | ||||
-rw-r--r-- | textproc/gsed/distinfo | 8 | ||||
-rw-r--r-- | textproc/gsed/patches/patch-ac | 12 | ||||
-rw-r--r-- | textproc/gsed/patches/patch-ad | 12 |
4 files changed, 32 insertions, 5 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index ee44c71c914..44849396424 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/06/25 15:17:55 seb Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/07 11:33:10 seb Exp $ # -DISTNAME= sed-4.1 +DISTNAME= sed-4.1.1 PKGNAME= g${DISTNAME} CATEGORIES= textproc editors MASTER_SITES= ${MASTER_SITE_GNU:=sed/} @@ -15,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES +CONFIG_STATUS_OVERRIDE= # empty INFO_FILES= sed.info diff --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo index cfef4b5d81f..2ebe50fb218 100644 --- a/textproc/gsed/distinfo +++ b/textproc/gsed/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.8 2004/06/25 15:17:55 seb Exp $ +$NetBSD: distinfo,v 1.9 2004/07/07 11:33:10 seb Exp $ -SHA1 (sed-4.1.tar.gz) = b5f1f9686dc7e9042d6c77dce45a5cad2cb8f11d -Size (sed-4.1.tar.gz) = 773204 bytes +SHA1 (sed-4.1.1.tar.gz) = db8ad840cac711b35bd54e88fa6698f202799473 +Size (sed-4.1.1.tar.gz) = 771356 bytes SHA1 (patch-aa) = 781e0da47d5107eb8c24072e1ffefe258fa1fd49 +SHA1 (patch-ac) = 409d2d80289d7de2105164c1a22d2153abdffd80 +SHA1 (patch-ad) = f3d70da3213442926f9bf88121e618ebed59c6dd SHA1 (patch-ae) = ac64d18f3aa44777aba71a76a768aa3b8f72f9ff diff --git a/textproc/gsed/patches/patch-ac b/textproc/gsed/patches/patch-ac new file mode 100644 index 00000000000..3b4697f04de --- /dev/null +++ b/textproc/gsed/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.3 2004/07/07 11:33:10 seb Exp $ + +--- intl/Makefile.in.orig 2004-01-07 13:57:35.000000000 +0000 ++++ intl/Makefile.in +@@ -37,6 +37,7 @@ gettextsrcdir = $(datadir)/gettext/intl + aliaspath = $(localedir) + subdir = intl + ++install_sh = @install_sh@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + mkinstalldirs = $(mkdir_p) diff --git a/textproc/gsed/patches/patch-ad b/textproc/gsed/patches/patch-ad new file mode 100644 index 00000000000..b668e2c672e --- /dev/null +++ b/textproc/gsed/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.3 2004/07/07 11:33:10 seb Exp $ + +--- po/Makefile.in.in.orig 2004-06-29 18:11:31.000000000 +0000 ++++ po/Makefile.in.in +@@ -26,6 +26,7 @@ datadir = @datadir@ + localedir = $(datadir)/locale + gettextsrcdir = $(datadir)/gettext/po + ++install_sh = @install_sh@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + mkinstalldirs = $(mkdir_p) |