Ticket #44116: patch-apache24-devel.diff

File patch-apache24-devel.diff, 964 bytes (added by Schamschula (Marius Schamschula), 10 years ago)
Line 
1*** Portfile.orig       2014-06-27 18:29:42.000000000 -0500
2--- Portfile    2014-06-27 19:28:48.000000000 -0500
3***************
4*** 319,327 ****
5      homepage                http://www.php.net/install.unix.apache2
6     
7!     depends_lib-append      port:apache2
8     
9!     set apxs ${prefix}/apache2/bin/apxs
10!     set confdir ${prefix}/apache2/conf
11!     set moduledir ${prefix}/apache2/modules
12     
13      pre-configure {
14--- 319,327 ----
15      homepage                http://www.php.net/install.unix.apache2
16     
17!     depends_lib-append      port:apache24-devel
18     
19!     set apxs ${prefix}/bin/apxs
20!     set confdir ${prefix}/conf
21!     set moduledir ${prefix}/lib/apache2/modules
22     
23      pre-configure {
24***************
25*** 338,343 ****
26      build.target            libs/libphp5.bundle
27     
28-     destroot.violate_mtree  yes
29-     
30      destroot {
31          xinstall -m 755 -d ${destroot}${moduledir} ${destroot}${confdir}/extra
32--- 338,341 ----