[53557] trunk/dports/lang
ryandesign at macports.org
ryandesign at macports.org
Tue Jul 7 21:17:10 PDT 2009
Revision: 53557
http://trac.macports.org/changeset/53557
Author: ryandesign at macports.org
Date: 2009-07-07 21:17:09 -0700 (Tue, 07 Jul 2009)
Log Message:
-----------
php4, php5-devel -- +imap variant:
* cclient is only a build dependency; see #20216
* remove -I${prefix}/include/c-client from configure.cflags because it is unnecessary and causes problems with pecl; see #12410
Modified Paths:
--------------
trunk/dports/lang/php4/Portfile
trunk/dports/lang/php5-devel/Portfile
Modified: trunk/dports/lang/php4/Portfile
===================================================================
--- trunk/dports/lang/php4/Portfile 2009-07-08 03:53:08 UTC (rev 53556)
+++ trunk/dports/lang/php4/Portfile 2009-07-08 04:17:09 UTC (rev 53557)
@@ -4,7 +4,7 @@
name php4
version 4.4.9
-revision 6
+revision 7
set major [lindex [split ${version} .] 0]
set my_name php${major}
dist_subdir ${my_name}
@@ -236,10 +236,8 @@
}
variant imap description {enable operatin with IMAP protocol} {
- depends_lib-append \
+ depends_build-append \
port:cclient
- configure.cppflags-append \
- -I${prefix}/include/c-client
configure.args-append \
--with-imap=${prefix} \
--with-imap-ssl=/usr
Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile 2009-07-08 03:53:08 UTC (rev 53556)
+++ trunk/dports/lang/php5-devel/Portfile 2009-07-08 04:17:09 UTC (rev 53557)
@@ -5,7 +5,7 @@
name php5-devel
epoch 1
version 5.3.0RC4
-revision 1
+revision 2
set major [lindex [split ${version} .] 0]
set my_name php${major}
dist_subdir ${my_name}
@@ -191,10 +191,8 @@
}
variant imap description {Add IMAP protocol support} {
- depends_lib-append \
+ depends_build-append \
port:cclient
- configure.cppflags-append \
- -I${prefix}/include/c-client
configure.args-append \
--with-imap=${prefix} \
--with-imap-ssl=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090707/23f68936/attachment.html>
More information about the macports-changes
mailing list