summaryrefslogtreecommitdiffstats
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-12-09 06:17:16 +0000
committerkevlo <kevlo@FreeBSD.org>2000-12-09 06:17:16 +0000
commita050910681134145bec3ce41d9a565e89df0f8e8 (patch)
tree20a22861585d392e49aa4d726ba972a5011b571d /graphics/graphviz
parentbf324a1038e67ee86cd9d35dd8c61371c9450e9a (diff)
downloadFreeBSD-ports-a050910681134145bec3ce41d9a565e89df0f8e8.zip
FreeBSD-ports-a050910681134145bec3ce41d9a565e89df0f8e8.tar.gz
Update to 1.7b
PR: 23385 Submitted by: Ports Fury
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile10
-rw-r--r--graphics/graphviz/distinfo2
-rw-r--r--graphics/graphviz/pkg-plist13
3 files changed, 19 insertions, 6 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 470d985..ab6889a 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= graphviz
-PORTVERSION= 1.7a
+PORTVERSION= 1.7b
CATEGORIES= graphics tk83
MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/
-DISTNAME= gviz17a
+DISTNAME= gviz17b
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
@@ -18,13 +18,13 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
tk83.1:${PORTSDIR}/x11-toolkits/tk83
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/gv${PORTVERSION}
USE_FREETYPE= yes
USE_XPM= yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
-AUTOMAKE= libtoolize --force && autoheader && automake --add-missing
+AUTOMAKE_ARGS= --add-missing
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 -DHAVE_TERMIOS" \
LDFLAGS="-L${LOCALBASE}/lib" \
@@ -38,6 +38,6 @@ MAN3= agraph.3 cdt.3 graph.3 pathplan.3
MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n
post-patch:
- @cd ${WRKSRC} && aclocal
+ @cd ${WRKSRC} && aclocal && autoheader && libtoolize --force
.include <bsd.port.mk>
diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo
index dd5b859..140fceb 100644
--- a/graphics/graphviz/distinfo
+++ b/graphics/graphviz/distinfo
@@ -1 +1 @@
-MD5 (gviz17a.tgz) = a077970c1a010d3c7bcd1ed82eaa22a0
+MD5 (gviz17b.tgz) = 25585969eb95b6196e80f8a07638164d
diff --git a/graphics/graphviz/pkg-plist b/graphics/graphviz/pkg-plist
index 6f0a6c9..457e2a3 100644
--- a/graphics/graphviz/pkg-plist
+++ b/graphics/graphviz/pkg-plist
@@ -17,6 +17,18 @@ lib/graphviz/demo/ihi.README
lib/graphviz/demo/ihi.testdata
lib/graphviz/demo/pathplan
lib/graphviz/demo/pathplan.README
+lib/graphviz/demo/pathplan_data/boxes.dat
+lib/graphviz/demo/pathplan_data/dpd.dat
+lib/graphviz/demo/pathplan_data/funny.dat
+lib/graphviz/demo/pathplan_data/maze.dat
+lib/graphviz/demo/pathplan_data/nested.dat
+lib/graphviz/demo/pathplan_data/northo.dat
+lib/graphviz/demo/pathplan_data/obs.dat
+lib/graphviz/demo/pathplan_data/other.dat
+lib/graphviz/demo/pathplan_data/paths.dat
+lib/graphviz/demo/pathplan_data/rotor.dat
+lib/graphviz/demo/pathplan_data/u.dat
+lib/graphviz/demo/pathplan_data/unknown.dat
lib/graphviz/demo/spline
lib/graphviz/demo/spline.README
lib/graphviz/graphs/directed/KW91.dot
@@ -101,5 +113,6 @@ share/doc/graphviz/tcldot.html
@dirrm lib/graphviz/graphs/undirected
@dirrm lib/graphviz/graphs/directed
@dirrm lib/graphviz/graphs
+@dirrm lib/graphviz/demo/pathplan_data
@dirrm lib/graphviz/demo
@dirrm lib/graphviz
OpenPOWER on IntegriCloud