From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 13 21:10:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 2265816A420 for ; Thu, 13 Oct 2005 21:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17A243D53 for ; Thu, 13 Oct 2005 21:10:15 +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 j9DLAFcK070105 for ; Thu, 13 Oct 2005 21:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9DLAFDq070104; Thu, 13 Oct 2005 21:10:15 GMT (envelope-from gnats) Resent-Date: Thu, 13 Oct 2005 21:10:15 GMT Resent-Message-Id: <200510132110.j9DLAFDq070104@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, Marcus Alves Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A25FC16A41F for ; Thu, 13 Oct 2005 21:01:46 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532F043D72 for ; Thu, 13 Oct 2005 21:01:40 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id C8DDD11E096 for ; Thu, 13 Oct 2005 18:01:38 -0300 (BRT) Received: from marcus.grupos.com.br (unknown [150.162.166.51]) by corp.grupos.com.br (Postfix) with ESMTP id 70D585541 for ; Thu, 13 Oct 2005 18:01:38 -0300 (BRT) Received: by marcus.grupos.com.br (Postfix, from userid 0) id 07A534D; Thu, 13 Oct 2005 18:01:37 -0300 (BRT) Message-Id: <20051013210137.07A534D@marcus.grupos.com.br> Date: Thu, 13 Oct 2005 18:01:37 -0300 (BRT) From: Marcus Alves Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87407: Update bsd.php.mk to reflect versions required from phpize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Alves Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 21:10:20 -0000 >Number: 87407 >Category: ports >Synopsis: Update bsd.php.mk to reflect versions required from phpize >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 13 21:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Alves Grando >Release: FreeBSD 6.0-RC1 i386 >Organization: >Environment: System: FreeBSD marcus.grupos.com.br 6.0-RC1 FreeBSD 6.0-RC1 #48: Thu Oct 13 13:24:28 BRT 2005 root@marcus.grupos.com.br:/space/obj/usr/src/sys/MARCUS i386 >Description: Update bsd.php.mk to reflect versions required from phpize ===> PHPizing for pecl-memcache-1.5 Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20041030 Zend Extension Api No: 220040412 aclocal15: not found *** Error code 1 Stop in /usr/ports/databases/pecl-memcache. >From /usr/local/bin/phpize: phpize_autotools() { aclocal15 || exit 1 autoconf253 || exit 1 autoheader253 || exit 1 } >How-To-Repeat: >Fix: --- bsd.php.mk.patch begins here --- Index: bsd.php.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.php.mk,v retrieving revision 1.17 diff -u -r1.17 bsd.php.mk --- bsd.php.mk 8 Sep 2005 08:34:40 -0000 1.17 +++ bsd.php.mk 13 Oct 2005 20:59:08 -0000 @@ -168,7 +168,7 @@ .if defined(USE_PHPIZE) || defined(USE_PHPEXT) BUILD_DEPENDS+= phpize:${PHP_PORT} GNU_CONFIGURE= YES -WANT_AUTOCONF_VER= 259 +USE_ACLOCAL_VER= 15 CONFIGURE_ARGS+=--with-php-config=${LOCALBASE}/bin/php-config configure-message: phpize-message do-phpize --- bsd.php.mk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: