svn commit: r311075 - head/graphics/gegl

Koop Mast kwm at FreeBSD.org
Sun Jan 27 17:59:01 UTC 2013


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 at gmail.com> [1],
  		Rainer Hurling <rhurlin at 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}


More information about the svn-ports-all mailing list