From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 19:19:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A672CF01; Wed, 23 Jul 2014 19:19:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 934092FFD; Wed, 23 Jul 2014 19:19:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NJJBOO025604; Wed, 23 Jul 2014 19:19:11 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NJJBiq025602; Wed, 23 Jul 2014 19:19:11 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201407231919.s6NJJBiq025602@svn.freebsd.org> From: Dirk Meyer Date: Wed, 23 Jul 2014 19:19:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362718 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 23 Jul 2014 19:19:11 -0000 Author: dinoex Date: Wed Jul 23 19:19:10 2014 New Revision: 362718 URL: http://svnweb.freebsd.org/changeset/ports/362718 QAT: https://qat.redports.org/buildarchive/r362718/ Log: - fix option PYTHON PR: 192059 Submitted by: Kurt Jaeger - mark option RUBY broken using libdata/pkgconfig/ruby-1.9.pc fails cause of $(.TARGET) macro. Modified: head/graphics/graphviz/Makefile head/graphics/graphviz/pkg-plist Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Wed Jul 23 17:30:45 2014 (r362717) +++ head/graphics/graphviz/Makefile Wed Jul 23 19:19:10 2014 (r362718) @@ -94,7 +94,7 @@ GVEDIT_USE= qt4=qmake_build,moc_build,rc GHOSTSCRIPT_USE=GHOSTSCRIPT=yes PERL_USES= perl5 PHP_USE= PHP=yes PHP_BUILD=yes -PYTHON_USE= PYTHON_BUILD=yes +PYTHON_USE= PYTHON_BUILD=2.7 RUBY_USE= RUBY=yes LUA_USES= lua TCL_USES= tcl:build @@ -174,6 +174,10 @@ BROKEN= guile is too old BROKEN= incomplete, uses removed libgraph .endif +.if ${PORT_OPTIONS:MRUBY} +BROKEN= illegal macro in libdata/pkgconfig/ruby-1.9.pc +.endif + .if ${PORT_OPTIONS:MTK} .if empty(PORT_OPTIONS:MTCL) IGNORE= option TCL is required for option TK Modified: head/graphics/graphviz/pkg-plist ============================================================================== --- head/graphics/graphviz/pkg-plist Wed Jul 23 17:30:45 2014 (r362717) +++ head/graphics/graphviz/pkg-plist Wed Jul 23 19:19:10 2014 (r362718) @@ -179,6 +179,7 @@ lib/graphviz/libgvpr.so.2 %%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/gv.so %%PYTHON%%lib/graphviz/python/_gv.so %%PYTHON%%lib/graphviz/python/gv.py +%%PYTHON%%lib/graphviz/python/libgv_python.la %%PYTHON%%lib/graphviz/python/libgv_python.so %%PYTHON%%%%PYTHON_LIBDIR%%/site-packages/_gv.so %%PYTHON%%%%PYTHON_LIBDIR%%/site-packages/gv.py