ports/144314: devel/m4 update to 1.4.14

Johan van Selst johans at FreeBSD.org
Fri Feb 26 09:00:03 UTC 2010


>Number:         144314
>Category:       ports
>Synopsis:       devel/m4 update to 1.4.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 26 09:00:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Dec 1 12:12:13 CET 2009 root at mud.stack.nl:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
	This is a regular update for GNU m4.
	Version 1.4.14 is a bugfix release with no major changes.

	But considering the number of affected ports (builds),
	an exp-run by portmgr is still desired.
>How-To-Repeat:
	
>Fix:

	

	files/patch-src-output.c has been removed,
	as this change is now included in the m4 codebase.

diff -uNr m4.orig/Makefile m4/Makefile
--- m4.orig/Makefile	2010-02-24 08:30:28.000000000 +0100
+++ m4/Makefile	2010-02-25 15:48:28.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	m4
-PORTVERSION=	1.4.13
+PORTVERSION=	1.4.14
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
diff -uNr m4.orig/distinfo m4/distinfo
--- m4.orig/distinfo	2009-05-25 08:30:26.000000000 +0200
+++ m4/distinfo	2010-02-25 15:48:31.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (m4-1.4.13.tar.bz2) = 28f9ccd3ac4da45409251008b911d677
-SHA256 (m4-1.4.13.tar.bz2) = fcc6fe95e31476dae0fe17a941603c9876cffd0172c8985787388b99a5caec06
-SIZE (m4-1.4.13.tar.bz2) = 1008418
+MD5 (m4-1.4.14.tar.bz2) = e6fb7d08d50d87e796069cff12a52a93
+SHA256 (m4-1.4.14.tar.bz2) = 0885ffa93256353a96b1cf0bcbc4d639ed09953b687e6cc412c4048e656f4dd2
+SIZE (m4-1.4.14.tar.bz2) = 1125670
diff -uNr m4.orig/files/patch-src-output.c m4/files/patch-src-output.c
--- m4.orig/files/patch-src-output.c	2008-06-06 04:35:59.000000000 +0200
+++ m4/files/patch-src-output.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- src/output.c.orig	2007-07-05 03:56:06.000000000 +0000
-+++ src/output.c	2007-12-12 03:48:25.000000000 +0000
-@@ -254,2 +254,8 @@
- 	      "Warning: cannot protect diversion across forks"));
-+  /* POSIX states that it is undefined whether an append stream starts
-+   * at offset 0 or at the end.  We want the beginning.
-+   */
-+  else if (fseeko (file, 0, SEEK_SET) != 0)
-+    M4ERROR ((EXIT_FAILURE, errno,
-+	     "cannot seek to beginning of diversion"));
-   return file;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list