From owner-freebsd-ports Mon May 20 12:14: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 446FC37B40F for ; Mon, 20 May 2002 12:13:44 -0700 (PDT) Received: by ariel.phys.wesleyan.edu (Postfix, from userid 1001) id 1B3401EA303; Mon, 20 May 2002 15:13:42 -0400 (EDT) Date: Mon, 20 May 2002 15:13:42 -0400 From: Vladimir Savichev To: "Marc G. Fournier" Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/38351: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile Message-ID: <20020520191342.GA24205@ariel.phys.wesleyan.edu> References: <20020520180014.EE3A31EA303@ariel.phys.wesleyan.edu> <20020520154602.A12810-100000@mail1.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020520154602.A12810-100000@mail1.hub.org> User-Agent: Mutt/1.3.99i 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 On Mon, May 20, 2002 at 03:46:33PM -0300, Marc G. Fournier wrote: > > Just curious, but shouldn't this be dependent on the version of FreeBSD as > well? > > LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth it points to libpth.so.14 installed from the ports collection /ports/devel/pth. Has nothing to do with system libraries, IMHO. Vlad > > > > On Mon, 20 May 2002, Vladimir Savichev wrote: > > > > > >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 > > > -- Dr Vladimir Savichev Department of Physics Wesleyan University Middletown, CT 06459-0155 USA email:vsavichev@wesleyan.edu tel: (860) 685 3241 FAX: (860) 685 2031 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message