From owner-freebsd-ports Mon May 20 11:11:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB86937B657 for ; Mon, 20 May 2002 11:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4KIA2o49794; Mon, 20 May 2002 11:10:02 -0700 (PDT) (envelope-from gnats) Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 5BE3037B409 for ; Mon, 20 May 2002 11:00:17 -0700 (PDT) Received: by ariel.phys.wesleyan.edu (Postfix, from userid 1001) id EE3A31EA303; Mon, 20 May 2002 14:00:14 -0400 (EDT) Message-Id: <20020520180014.EE3A31EA303@ariel.phys.wesleyan.edu> Date: Mon, 20 May 2002 14:00:14 -0400 (EDT) From: Vladimir Savichev Reply-To: Vladimir Savichev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38351: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38351 >Category: ports >Synopsis: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 20 11:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vladimir Savichev >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Wesleyan Hills >Environment: System: FreeBSD ariel.phys.wesleyan.edu 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #30: Mon May 13 14:46:45 EDT 2002 root@ariel.phys.wesleyan.edu:/usr/obj/usr/src/sys/ARIEL i386 >Description: mod_php4 WITH_APACHE2=yes at apache2 WITH_THREADS=yes won't compile. mod_php4's Makefile turns '--with-tsrm-pth' option on. PHP's documentation declares it though as '--with-tsrm-pthreads' (POSIX Threads). If I correct to the last one, everything goes through. Moreover, the documentation states it's ON by default. Here is the Fix. P.S. there is yet funny message which pops up and insists to turn '--with-tsrm-pth' on, but it's not-critical as soon as it doesn't mess with port compilation. >How-To-Repeat: >Fix: --- mod_php.log begins here --- --- www/mod_php4/Makefile.orig Mon May 20 13:22:39 2002 +++ www/mod_php4/Makefile Mon May 20 13:24:05 2002 @@ -54,8 +54,7 @@ MAKE_ENV= STANDALONE="${STANDALONE}" .else .if defined(WITH_APACHE2) -CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \ - --with-tsrm-pth +CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs PLIST_SUB= MOD_DIR=libexec/apache2 \ NON= .else --- mod_php.log ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message