Date: Tue, 5 Aug 2014 03:33:54 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364072 - head/graphics/graphviz Message-ID: <53e050a2.5f5c.4ef8b99c@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e050a2.5f5c.4ef8b99c>