- 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:
parent
0015c3d525
commit
0eda687072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159596
@ -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"
|
||||
|
@ -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
|
||||
|
15
textproc/gsed/files/patch-configure
Normal file
15
textproc/gsed/files/patch-configure
Normal 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 ;;
|
11
textproc/gsed/files/patch-lib-regex_internal.h
Normal file
11
textproc/gsed/files/patch-lib-regex_internal.h
Normal 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,
|
Loading…
Reference in New Issue
Block a user