From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 12 19:00:10 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF3B31065692 for ; Thu, 12 Feb 2009 19:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A35A78FC26 for ; Thu, 12 Feb 2009 19:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1CJ0AUW035647 for ; Thu, 12 Feb 2009 19:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1CJ0AZw035646; Thu, 12 Feb 2009 19:00:10 GMT (envelope-from gnats) Resent-Date: Thu, 12 Feb 2009 19:00:10 GMT Resent-Message-Id: <200902121900.n1CJ0AZw035646@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE9FF1065670 for ; Thu, 12 Feb 2009 18:55:14 +0000 (UTC) (envelope-from johans@stack.nl) Received: from mx1.stack.nl (unknown [IPv6:2001:610:150::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9DEF88FC08 for ; Thu, 12 Feb 2009 18:55:14 +0000 (UTC) (envelope-from johans@stack.nl) Received: by mx1.stack.nl (Postfix, from userid 65534) id 9A2F63FA7B; Thu, 12 Feb 2009 19:55:13 +0100 (CET) Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:230:48ff:fe12:2794]) by mx1.stack.nl (Postfix) with ESMTP id DCB593F96E for ; Thu, 12 Feb 2009 19:55:10 +0100 (CET) Received: by mud.stack.nl (Postfix, from userid 801) id C2B0411449; Thu, 12 Feb 2009 19:55:10 +0100 (CET) Message-Id: <20090212185510.C2B0411449@mud.stack.nl> Date: Thu, 12 Feb 2009 19:55:10 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/131618: [patch] Upgrade of devel/m4 to 1.4.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2009 19:00:12 -0000 >Number: 131618 >Category: ports >Synopsis: [patch] Upgrade of devel/m4 to 1.4.12 >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: Thu Feb 12 19:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 7.1-STABLE FreeBSD 7.1-STABLE #4: Wed Jan 21 11:54:50 CET 2009 root@mud.stack.nl:/extra1/obj/usr/src/sys/GENERIC i386 >Description: Update of GNU m4 to stable version 1.4.12 (October 2008) This is mostly a bugfix release, see http://lists.gnu.org/archive/html/m4-announce/2008-10/msg00000.html This release adds an optional dependency on GNU libsigsegv, in order to improve the quality of diagnostics given if stack overflow occurs. >How-To-Repeat: >Fix: diff -uNr m4/Makefile m4/Makefile --- m4/Makefile 2009-01-06 08:30:18.000000000 +0100 +++ m4/Makefile 2009-02-12 19:45:26.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= m4 -PORTVERSION= 1.4.11 +PORTVERSION= 1.4.12 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -29,8 +29,19 @@ EXAMPLESDIR= share/examples/gm4 +OPTIONS= LIBSIGSEGV "Use libsigsegv for better diagnostics" Off + post-install: @${MKDIR} ${PREFIX}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/${EXAMPLESDIR} -.include +.include + +.if defined(WITH_LIBSIGSEGV) +LIB_DEPENDS= sigsegv:${PORTSDIR}/devel/libsigsegv +CONFIGURE_ARGS+= --with-libsigsegv-prefix=$(LOCALBASE) +.else +CONFIGURE_ARGS+= --without-libsigsegv-prefix +.endif + +.include diff -uNr m4/distinfo m4/distinfo --- m4/distinfo 2008-06-06 08:31:48.000000000 +0200 +++ m4/distinfo 2009-02-12 18:56:36.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (m4-1.4.11.tar.bz2) = 96ec473c2a6f203976c028e896a01b28 -SHA256 (m4-1.4.11.tar.bz2) = 0b7c686525b3f4236670f9329387d2a59e807b6a83d2b5cb9bbeb7d6ab9f8aad -SIZE (m4-1.4.11.tar.bz2) = 928910 +MD5 (m4-1.4.12.tar.bz2) = b3587c993523dd320c318ec456876839 +SHA256 (m4-1.4.12.tar.bz2) = 855217de304616931844f54bd00a1e03e92452f85de6caeec47b0e8244881ba3 +SIZE (m4-1.4.12.tar.bz2) = 900132 diff -uNr m4/pkg-plist m4/pkg-plist --- m4/pkg-plist 2008-06-06 08:31:48.000000000 +0200 +++ m4/pkg-plist 2009-02-12 19:11:52.000000000 +0100 @@ -12,6 +12,7 @@ %%EXAMPLESDIR%%/foreachq.m4 %%EXAMPLESDIR%%/foreachq2.m4 %%EXAMPLESDIR%%/foreachq3.m4 +%%EXAMPLESDIR%%/foreachq4.m4 %%EXAMPLESDIR%%/forloop.m4 %%EXAMPLESDIR%%/forloop2.m4 %%EXAMPLESDIR%%/fstab.m4 >Release-Note: >Audit-Trail: >Unformatted: