- Update to 4.1.5

PR:		ports/93928
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
Approved by:	<gabor.kovesdan@t-hosting.hu> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-04-15 15:34:38 +00:00
parent 0015c3d525
commit 0eda687072
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159596
4 changed files with 30 additions and 5 deletions

View File

@ -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"

View File

@ -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

View File

@ -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 ;;

View File

@ -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,