Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2009 13:54:35 GMT
From:      Matthias Meyser <Meyser@xenet.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134512: package of lang/php5 does not include apache Module when compiled with "WITH_APACHE=1"
Message-ID:  <200905131354.n4DDsZBB078765@www.freebsd.org>
Resent-Message-ID: <200905131400.n4DE0A7g098766@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134512
>Category:       ports
>Synopsis:       package of lang/php5 does not include apache Module when compiled with "WITH_APACHE=1"
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 13 14:00:10 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Meyser
>Release:        7.2-STABLE
>Organization:
XeNET GmbH
>Environment:
FreeBSD intserv1.intern 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May  9 13:17:52 CEST 2009     root@intserv1.intern:/usr/obj/usr/src/sys/INTSERV1  i386
>Description:
when you do a

"cd /usr/ports/lang/php5;make package WITH_APACHE=1;"

then "/usr/ports/lang/php5/php5-5.29.tbz" does not include
"/usr/local/libexec/apache22/libphp5.so" (the apache Module)
>How-To-Repeat:
cd /usr/ports/lang/php5;
make package WITH_APACHE=1;
>Fix:
In main Makefile "MODULENAME" and "SHORTMODULENAME" are defined AFTER
"bsd.apache.mk" ist include. I think tey must be defined befor inclusion or
plist substitution breaks.

If this ist true. lang/php4 has the same problem.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905131354.n4DDsZBB078765>