ports/150270: devel/m4 update (suggesting exp-run)
Johan van Selst
johans at FreeBSD.org
Sat Sep 4 10:00:12 UTC 2010
>Number: 150270
>Category: ports
>Synopsis: devel/m4 update (suggesting exp-run)
>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: Sat Sep 04 10:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Johan van Selst
>Release: FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD roadrunner.gletsjer.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #10: Thu Jul 15 19:36:53 CEST 2010 root at roadrunner.gletsjer.net:/usr/obj/usr/src/sys/roadrunner amd64
>Description:
Update of the GNU m4 macro processor to version 1.4.15
Considering the dependencies (such as autoconf),
I would like a full ports exp-run for this upate.
>How-To-Repeat:
>Fix:
files/patch-lib_spawn.in.h required to fix a bug in the previous
version is no longer required: this has been included upstream
diff -uNr m4.orig/Makefile m4/Makefile
--- m4.orig/Makefile 2010-05-28 17:47:06.000000000 +0200
+++ m4/Makefile 2010-08-31 17:17:53.000000000 +0200
@@ -6,8 +6,7 @@
#
PORTNAME= m4
-PORTVERSION= 1.4.14
-PORTREVISION= 1
+PORTVERSION= 1.4.15
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
diff -uNr m4.orig/distinfo m4/distinfo
--- m4.orig/distinfo 2010-03-11 19:53:28.000000000 +0100
+++ m4/distinfo 2010-08-31 17:18:15.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (m4-1.4.14.tar.bz2) = e6fb7d08d50d87e796069cff12a52a93
-SHA256 (m4-1.4.14.tar.bz2) = 0885ffa93256353a96b1cf0bcbc4d639ed09953b687e6cc412c4048e656f4dd2
-SIZE (m4-1.4.14.tar.bz2) = 1125670
+MD5 (m4-1.4.15.tar.bz2) = c7c32540bc3842d5550f88d47ef551d8
+SHA256 (m4-1.4.15.tar.bz2) = 0aafea5cb30f9304a73535c4ef473e6657a8fcfc0ccb2d0ae4861a4824d4fff9
+SIZE (m4-1.4.15.tar.bz2) = 1201245
diff -uNr m4.orig/files/patch-lib_spawn.in.h m4/files/patch-lib_spawn.in.h
--- m4.orig/files/patch-lib_spawn.in.h 2010-03-09 07:12:07.000000000 +0100
+++ m4/files/patch-lib_spawn.in.h 1970-01-01 01:00:00.000000000 +0100
@@ -1,50 +0,0 @@
-2010-03-02 Bruno Haible <bruno at clisp.org>
-
- spawn: Don't override the system defined values on FreeBSD 8.
- * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
- POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
- POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
- if HAVE_POSIX_SPAWN is 1.
- Reported by Johan van Selst <johans at stack.nl> via Eric Blake.
-
-*** lib/spawn.in.h.orig Tue Mar 2 11:53:02 2010
---- lib/spawn.in.h Tue Mar 2 11:48:54 2010
-***************
-*** 110,126 ****
-
-
- /* Flags to be set in the `posix_spawnattr_t'. */
-! #if @REPLACE_POSIX_SPAWN@
- /* Use the values from the system, for better compatibility. */
- /* But this implementation does not support AIX extensions. */
-! # undef POSIX_SPAWN_FORK_HANDLERS
-! #else
-! # define POSIX_SPAWN_RESETIDS 0x01
-! # define POSIX_SPAWN_SETPGROUP 0x02
-! # define POSIX_SPAWN_SETSIGDEF 0x04
-! # define POSIX_SPAWN_SETSIGMASK 0x08
-! # define POSIX_SPAWN_SETSCHEDPARAM 0x10
-! # define POSIX_SPAWN_SETSCHEDULER 0x20
- #endif
- /* A GNU extension. Use the next free bit position. */
- #define POSIX_SPAWN_USEVFORK \
---- 110,128 ----
-
-
- /* Flags to be set in the `posix_spawnattr_t'. */
-! #if !@HAVE_POSIX_SPAWN@
-! # if @REPLACE_POSIX_SPAWN@
- /* Use the values from the system, for better compatibility. */
- /* But this implementation does not support AIX extensions. */
-! # undef POSIX_SPAWN_FORK_HANDLERS
-! # else
-! # define POSIX_SPAWN_RESETIDS 0x01
-! # define POSIX_SPAWN_SETPGROUP 0x02
-! # define POSIX_SPAWN_SETSIGDEF 0x04
-! # define POSIX_SPAWN_SETSIGMASK 0x08
-! # define POSIX_SPAWN_SETSCHEDPARAM 0x10
-! # define POSIX_SPAWN_SETSCHEDULER 0x20
-! # endif
- #endif
- /* A GNU extension. Use the next free bit position. */
- #define POSIX_SPAWN_USEVFORK \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list