From root@marcus.grupos.com.br  Thu Oct 13 21:01:46 2005
Return-Path: <root@marcus.grupos.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A25FC16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <mnag@FreeBSD.org>
Reply-To: Marcus Alves Grando <mnag@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update bsd.php.mk to reflect versions required from phpize
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87407
>Category:       ports
>Synopsis:       Update bsd.php.mk to reflect versions required from phpize
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 13 21:10:15 GMT 2005
>Closed-Date:    Fri Oct 14 05:35:01 GMT 2005
>Last-Modified:  Fri Oct 14 05:35:01 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Thu Oct 13 21:12:42 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87407 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Fri Oct 14 05:34:17 GMT 2005 
State-Changed-Why:  
Update php: phpize doesn't require aclocal anymore. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87407 
>Unformatted:
