summaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-12-13 16:36:21 +0000
committerseb <seb@pkgsrc.org>2003-12-13 16:36:21 +0000
commit04b79e1e31abaaaeef542062bf2d34005f184056 (patch)
tree0930a7bc35acc4d26bcf9f0abbf58bc2520198d8 /textproc/gsed/Makefile
parent728528749a98d886c23b2485793588da524aa85f (diff)
downloadpkgsrc-04b79e1e31abaaaeef542062bf2d34005f184056.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/Makefile')
-rw-r--r--textproc/gsed/Makefile8
1 files changed, 6 insertions, 2 deletions
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"