ports/93928: [UPDATE] textproc/gsed to 4.1.5

Rainer Alves rainer.alves at gmail.com
Tue Feb 28 05:30:05 UTC 2006


>Number:         93928
>Category:       ports
>Synopsis:       [UPDATE] textproc/gsed to 4.1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 05:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BrasilTelecom

>Environment:
>Description:

- Update to 4.1.5
- Patch out bogus 'alloca.h' from lib/regex_internal.h


>How-To-Repeat:
>Fix:

--- gsed-4.1.5.diff begins here ---
diff -ruN textproc/gsed.orig/Makefile textproc/gsed/Makefile
--- textproc/gsed.orig/Makefile	Sat Dec  3 02:25:27 2005
+++ textproc/gsed/Makefile	Tue Feb 28 01:24:15 2006
@@ -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 @@
 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 -ruN textproc/gsed.orig/distinfo textproc/gsed/distinfo
--- textproc/gsed.orig/distinfo	Sat Dec  3 02:25:27 2005
+++ textproc/gsed/distinfo	Tue Feb 28 01:24:43 2006
@@ -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 -ruN textproc/gsed.orig/files/patch-configure textproc/gsed/files/patch-configure
--- textproc/gsed.orig/files/patch-configure	Wed Dec 31 21:00:00 1969
+++ textproc/gsed/files/patch-configure	Tue Feb 28 01:56:58 2006
@@ -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 -ruN textproc/gsed.orig/files/patch-lib::regex_internal.h textproc/gsed/files/patch-lib::regex_internal.h
--- textproc/gsed.orig/files/patch-lib::regex_internal.h	Wed Dec 31 21:00:00 1969
+++ textproc/gsed/files/patch-lib::regex_internal.h	Tue Feb 28 01:38:18 2006
@@ -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,
--- gsed-4.1.5.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list