Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 17:59:01 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311075 - head/graphics/gegl
Message-ID:  <201301271759.r0RHx1rA029849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Jan 27 17:59:00 2013
New Revision: 311075
URL: http://svnweb.freebsd.org/changeset/ports/311075

Log:
  Update graphviz LIB_DEPEND line, the old library was dropped from the graphviz
  package. [1]
  Remove obsolete reinplace line, was applied by upstream. [2]
  
  Reported by:	Mike Harding <mvharding@gmail.com> [1],
  		Rainer Hurling <rhurlin@gwdg.de> [2]
  Pointyhat to:	dinoex@ [1]

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Sun Jan 27 17:06:20 2013	(r311074)
+++ head/graphics/gegl/Makefile	Sun Jan 27 17:59:00 2013	(r311075)
@@ -87,7 +87,7 @@ PLIST_SUB+=	FFMPEG="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MGRAPHVIZ}
-LIB_DEPENDS+=	graph:${PORTSDIR}/graphics/graphviz
+LIB_DEPENDS+=	gvpr:${PORTSDIR}/graphics/graphviz
 .else
 CONFIGURE_ARGS+=--without-graphviz
 .endif
@@ -203,8 +203,6 @@ post-patch:
 .endif
 	${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g' \
 		${WRKSRC}/configure
-	${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' \
-		${WRKSRC}/tools/gobj2dot.rb
 
 post-build:
 .if ${PORT_OPTIONS:MDOCS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301271759.r0RHx1rA029849>