From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 16 16:30:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBCD16A4CE for ; Mon, 16 May 2005 16:30:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A0E543D76 for ; Mon, 16 May 2005 16:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4GGU7re087244 for ; Mon, 16 May 2005 16:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4GGU7Jt087238; Mon, 16 May 2005 16:30:07 GMT (envelope-from gnats) Resent-Date: Mon, 16 May 2005 16:30:07 GMT Resent-Message-Id: <200505161630.j4GGU7Jt087238@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, Jeremy Chadwick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCD3616A4CE for ; Mon, 16 May 2005 16:27:25 +0000 (GMT) Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FE643DC7 for ; Mon, 16 May 2005 16:27:25 +0000 (GMT) (envelope-from jdc@pentarou.parodius.com) Received: from pentarou.parodius.com (localhost [127.0.0.1]) by mx1.parodius.com (8.13.3/8.13.3) with ESMTP id j4GGRN6Z094755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 16 May 2005 09:27:23 -0700 (PDT) (envelope-from jdc@pentarou.parodius.com) Received: (from jdc@localhost) by pentarou.parodius.com (8.13.3/8.13.3/Submit) id j4GGRNbN094754; Mon, 16 May 2005 09:27:23 -0700 (PDT) (envelope-from jdc) Message-Id: <200505161627.j4GGRNbN094754@pentarou.parodius.com> Date: Mon, 16 May 2005 09:27:23 -0700 (PDT) From: Jeremy Chadwick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81113: lang/php5 reliant on outdated automake and autoconf versions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Chadwick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 16:30:10 -0000 >Number: 81113 >Category: ports >Synopsis: lang/php5 reliant on outdated automake and autoconf versions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 16 16:30:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jeremy Chadwick >Release: FreeBSD 4.11-STABLE i386 >Organization: Parodius Networking >Environment: System: FreeBSD pentarou.parodius.com 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu May 12 04:37:52 PDT 2005 root@pentarou.parodius.com:/usr/obj/usr/src/sys/PENTAROU i386 >Description: Mainly a send-pr to induce discussion between ale@ and myself... There are portions of ports/Mk/bsd.php.mk (anything relating to PHP's extension support, executed via phpize) which explicitly requests old and outdated autoconf (v2.53) and automake (v1.5). Additionally, lang/php5/files/patch-scripts::phpize.in also relies specifically on aclocal15 and autoconf253. I changed the appropriate files to reflect aclocal19 and autoconf259, ditto with WANT_AUTOMAKE_VER=19 and WANT_AUTOCONF_VER=259, and numerous PHP extensions I tried built without any problems. I did this on both 5.3-STABLE and 4.11-STABLE. I assume some of the extensions don't work properly with older versions, but for those extensions, could one not override WANT_AUTOMAKE_VER and WANT_AUTOCONF_VER in lang/php5/Makefile.ext in the appropriate .ifdef section? Basically, I'm just trying to get rid of different versions of autoconf and automake on our systems, even though FreeBSD has done a beautiful job of segregating each version. >How-To-Repeat: n/a >Fix: Should be obvious. >Release-Note: >Audit-Trail: >Unformatted: