Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2005 13:46:49 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79961: [MAINTAINER] www/mod_vhs: Fix php include path
Message-ID:  <20050415114649.70A054AC5A@mx2.oav.net>
Resent-Message-ID: <200504151150.j3FBoK6a075536@freefall.freebsd.org>

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

>Number:         79961
>Category:       ports
>Synopsis:       [MAINTAINER] www/mod_vhs: Fix php include path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 15 11:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD domu.oav.net 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #0: Thu Mar 18 12:25:33 CET 2004
>Description:

Seems that includes of php 4.3.11 needs another include path. This pr fixes
this problem.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- mod_vhs-1.0.16.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/mod_vhs.old/Makefile /usr/ports/www/mod_vhs/Makefile
--- /usr/ports/www/mod_vhs.old/Makefile	Fri Apr 15 13:44:22 2005
+++ /usr/ports/www/mod_vhs/Makefile	Fri Apr 15 13:45:23 2005
@@ -26,7 +26,7 @@
 
 AP_INC+=	${LOCALBASE}/include/home
 AP_LIB+=	${LOCALBASE}/lib -lhome
-AP_EXTRAS+=	-I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -DHAVE_MOD_PHP_SUPPORT
+AP_EXTRAS+=	-I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -I ${LOCALBASE}/include/php/TSRM -DHAVE_MOD_PHP_SUPPORT
 
 PORTDOCS=	AUTHORS README
 
--- mod_vhs-1.0.16.patch ends here ---

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



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