Date: Thu, 13 Oct 2005 18:01:37 -0300 (BRT) From: Marcus Alves Grando <mnag@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87407: Update bsd.php.mk to reflect versions required from phpize Message-ID: <20051013210137.07A534D@marcus.grupos.com.br> Resent-Message-ID: <200510132110.j9DLAFDq070104@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051013210137.07A534D>