svn commit: r315341 - in head/mail: squirrelmail-notes-plugin squirrelmail-quota_usage-plugin squirrelmail-wetteronline-plugin
Martin Wilke
miwi at FreeBSD.org
Wed Mar 27 00:34:42 UTC 2013
Author: miwi
Date: Wed Mar 27 00:34:41 2013
New Revision: 315341
URL: http://svnweb.freebsd.org/changeset/ports/315341
Log:
- Make php53 default to fix conflict between php54 and php53
Reported by: pointyhay
Modified:
head/mail/squirrelmail-notes-plugin/Makefile (contents, props changed)
head/mail/squirrelmail-quota_usage-plugin/Makefile (contents, props changed)
head/mail/squirrelmail-wetteronline-plugin/Makefile (contents, props changed)
Modified: head/mail/squirrelmail-notes-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-notes-plugin/Makefile Wed Mar 27 00:19:37 2013 (r315340)
+++ head/mail/squirrelmail-notes-plugin/Makefile Wed Mar 27 00:34:41 2013 (r315341)
@@ -42,6 +42,8 @@ NO_WRKSUBDIR= yes
USE_PERL5_BUILD= yes
USE_PHP= yes
WANT_PHP_WEB= yes
+IGNORE_WITH_PHP= 5 # known incompatibilities with php-5.4, use 5.3 for now
+DEFAULT_PHP_VER= 53
pre-everything::
@${ECHO} ""
Modified: head/mail/squirrelmail-quota_usage-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-quota_usage-plugin/Makefile Wed Mar 27 00:19:37 2013 (r315340)
+++ head/mail/squirrelmail-quota_usage-plugin/Makefile Wed Mar 27 00:34:41 2013 (r315341)
@@ -42,6 +42,8 @@ NO_WRKSUBDIR= yes
USE_PERL5_BUILD= yes
USE_PHP= yes
WANT_PHP_WEB= yes
+IGNORE_WITH_PHP= 5 # known incompatibilities with php-5.4, use 5.3 for now
+DEFAULT_PHP_VER= 53
pre-everything::
@${ECHO} ""
Modified: head/mail/squirrelmail-wetteronline-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-wetteronline-plugin/Makefile Wed Mar 27 00:19:37 2013 (r315340)
+++ head/mail/squirrelmail-wetteronline-plugin/Makefile Wed Mar 27 00:34:41 2013 (r315341)
@@ -40,6 +40,8 @@ NO_WRKSUBDIR= yes
USE_PERL5_BUILD= yes
USE_PHP= yes
WANT_PHP_WEB= yes
+IGNORE_WITH_PHP=5 # known incompatibilities with php-5.4, use 5.3 for now
+DEFAULT_PHP_VER=53
pre-everything::
@${ECHO} ""
More information about the svn-ports-all
mailing list