svn commit: r364072 - head/graphics/graphviz
Dirk Meyer
dinoex at FreeBSD.org
Tue Aug 5 03:33:54 UTC 2014
Author: dinoex
Date: Tue Aug 5 03:33:53 2014
New Revision: 364072
URL: http://svnweb.freebsd.org/changeset/ports/364072
QAT: https://qat.redports.org/buildarchive/r364072/
Log:
- set option PHP broken on FreeBSD-11
PR: 192310
Modified:
head/graphics/graphviz/Makefile
Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile Tue Aug 5 02:16:30 2014 (r364071)
+++ head/graphics/graphviz/Makefile Tue Aug 5 03:33:53 2014 (r364072)
@@ -178,6 +178,12 @@ BROKEN= Ming incomplete, uses removed li
BROKEN= illegal macro in libdata/pkgconfig/ruby-1.9.pc
.endif
+.if ${OSVERSION} > 1100000
+.if ${PORT_OPTIONS:MPHP}
+BROKEN= code generated by swig fails to compile
+.endif
+.endif
+
.if ${PORT_OPTIONS:MTK}
.if empty(PORT_OPTIONS:MTCL)
IGNORE= option TCL is required for option TK
More information about the svn-ports-head
mailing list