Date: Mon, 20 May 2002 11:50:11 -0700 (PDT) From: "Marc G. Fournier" <scrappy@hub.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/38351: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile Message-ID: <200205201850.g4KIoBs56406@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/38351; it has been noted by GNATS. From: "Marc G. Fournier" <scrappy@hub.org> To: Vladimir Savichev <vlad@ariel.phys.wesleyan.edu> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/38351: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile Date: Mon, 20 May 2002 15:46:33 -0300 (ADT) Just curious, but shouldn't this be dependent on the version of FreeBSD as well? LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205201850.g4KIoBs56406>