aboutsummaryrefslogtreecommitdiff
path: root/textproc/gsed
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:34:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:34:38 +0000
commit0eda687072043a950488397e9760b7507548732c (patch)
tree1841caed264b8a7ef56898cc46d78fc20261be4e /textproc/gsed
parent0015c3d52538687c370843f1cbabe0b20f360585 (diff)
downloadports-0eda687072043a950488397e9760b7507548732c.tar.gz
ports-0eda687072043a950488397e9760b7507548732c.zip
- Update to 4.1.5
PR: ports/93928 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: <gabor.kovesdan@t-hosting.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=159596
Diffstat (limited to 'textproc/gsed')
-rw-r--r--textproc/gsed/Makefile3
-rw-r--r--textproc/gsed/distinfo6
-rw-r--r--textproc/gsed/files/patch-configure15
-rw-r--r--textproc/gsed/files/patch-lib-regex_internal.h11
4 files changed, 30 insertions, 5 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index c8b4e110b940..26646c5b50d2 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sed
-PORTVERSION= 4.1.4
+PORTVERSION= 4.1.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,6 @@ MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= The GNU stream editor
# Global variables
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
diff --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo
index 0d96b8b7cccf..1c9d9b5b2a59 100644
--- a/textproc/gsed/distinfo
+++ b/textproc/gsed/distinfo
@@ -1,3 +1,3 @@
-MD5 (sed-4.1.4.tar.gz) = 2a62ceadcb571d2dac006f81df5ddb48
-SHA256 (sed-4.1.4.tar.gz) = 0e0b9cb024362fff707566ae684d70b664178b583c26e0d4adcdc1a2be102393
-SIZE (sed-4.1.4.tar.gz) = 794257
+MD5 (sed-4.1.5.tar.gz) = 7a1cbbbb3341287308e140bd4834c3ba
+SHA256 (sed-4.1.5.tar.gz) = be955bef7a81d69222e929689e0de0ecf64c13dc5b15b2ee5696d5ef66fdeec0
+SIZE (sed-4.1.5.tar.gz) = 799584
diff --git a/textproc/gsed/files/patch-configure b/textproc/gsed/files/patch-configure
new file mode 100644
index 000000000000..2d21118c1299
--- /dev/null
+++ b/textproc/gsed/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Tue Feb 28 01:55:46 2006
++++ configure Tue Feb 28 01:56:06 2006
+@@ -11266,12 +11266,10 @@
+ done ;;
+ gettext-fix )
+ sed -e '/^mkinstalldirs *=/a\' \
+- -e "install_sh=$install_sh" \
+ -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
+ intl/Makefile > intl/Makefile.tmp
+ mv intl/Makefile.tmp intl/Makefile
+ sed -e '/^mkinstalldirs *=/a\' \
+- -e "install_sh=$install_sh" \
+ -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
+ po/Makefile > po/Makefile.tmp
+ mv po/Makefile.tmp po/Makefile ;;
diff --git a/textproc/gsed/files/patch-lib-regex_internal.h b/textproc/gsed/files/patch-lib-regex_internal.h
new file mode 100644
index 000000000000..9fc8806d6fbb
--- /dev/null
+++ b/textproc/gsed/files/patch-lib-regex_internal.h
@@ -0,0 +1,11 @@
+--- lib/regex_internal.h.orig Tue Feb 28 01:36:13 2006
++++ lib/regex_internal.h Tue Feb 28 01:36:38 2006
+@@ -410,8 +410,6 @@
+ #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
+ #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
+
+-#include <alloca.h>
+-
+ #ifndef _LIBC
+ # if HAVE_ALLOCA
+ /* The OS usually guarantees only one guard page at the bottom of the stack,