From owner-svn-ports-head@FreeBSD.ORG Tue Aug 5 03:33:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87909661 for ; Tue, 5 Aug 2014 03:33:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B75F24F7 for ; Tue, 5 Aug 2014 03:33:54 +0000 (UTC) Received: from dinoex (uid 875) (envelope-from dinoex@FreeBSD.org) id 5f5c by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 03:33:54 +0000 From: Dirk Meyer Date: Tue, 5 Aug 2014 03:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364072 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e050a2.5f5c.4ef8b99c@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 03:33:54 -0000 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