From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 02:00:30 2003 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 ABDB537B401 for ; Fri, 30 May 2003 02:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D2F43FBD for ; Fri, 30 May 2003 02:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4U90SUp014476 for ; Fri, 30 May 2003 02:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4U90SLI014475; Fri, 30 May 2003 02:00:28 -0700 (PDT) Resent-Date: Fri, 30 May 2003 02:00:28 -0700 (PDT) Resent-Message-Id: <200305300900.h4U90SLI014475@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, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C7237B414 for ; Fri, 30 May 2003 01:53:38 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2742643F75 for ; Fri, 30 May 2003 01:53:37 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4U8rZLo093559 for ; Fri, 30 May 2003 10:53:35 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4U8rZ9T093558; Fri, 30 May 2003 10:53:35 +0200 (CEST) Message-Id: <200305300853.h4U8rZ9T093558@vaio.alexdupre.com> Date: Fri, 30 May 2003 10:53:35 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52802: [Maintainer Update] www/php-dyn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 09:00:31 -0000 >Number: 52802 >Category: ports >Synopsis: [Maintainer Update] www/php-dyn >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 30 02:00:28 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Unbreak build with new php 4.3.2. Various fixes. Require commit of PR 52674. >How-To-Repeat: >Fix: --- php-dyn.diff begins here --- diff -ruN php-dyn.orig/Makefile php-dyn/Makefile --- php-dyn.orig/Makefile Fri May 30 10:48:07 2003 +++ php-dyn/Makefile Fri May 30 10:50:10 2003 @@ -16,16 +16,10 @@ MAINTAINER= sysadmin@alexdupre.com COMMENT= A PHP Extension to help debugging a PHP script -BUILD_DEPENDS= phpize:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${APACHE_PORT} \ - ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 +USE_PHPIZE= yes +WITH_PHP_MOD= yes -USE_LIBTOOL= yes -WANT_AUTOMAKE_VER= 15 -WANT_AUTOCONF_VER= 253 - -CONFIGURE_ARGS= --enable-php_dyn=shared \ - --with-php-config=${LOCALBASE}/bin/php-config +CONFIGURE_ARGS= --enable-php_dyn=shared EXT_DIR= 20020429 PLIST_SUB= EXT_DIR=${EXT_DIR} @@ -33,16 +27,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include - -.if defined(WITH_APACHE2) || exists(${LOCALBASE}/include/apache2/apr.h) -APACHE_PORT?= ${PORTSDIR}/www/apache2 -.else -APACHE_PORT?= ${PORTSDIR}/www/apache13 -.endif - -post-extract: - @${ECHO_MSG} "===> PHPizing for ${PORTNAME}-${PORTVERSION}" - @(cd ${WRKSRC}; ${LOCALBASE}/bin/phpize) +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" post-build: @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \ --- php-dyn.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: