Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2000 10:30:33 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23385: Update port: graphics/graphviz to 1.7b
Message-ID:  <200012081830.eB8IUXn81351@freefall.freebsd.org>
Resent-Message-ID: <200012081840.eB8Ie1i82508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23385
>Category:       ports
>Synopsis:       Update port: graphics/graphviz to 1.7b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 08 10:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.7b

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/graphviz/Makefile graphics/graphviz/Makefile
--- /usr/ports/graphics/graphviz/Makefile	Wed Nov 15 03:31:26 2000
+++ graphics/graphviz/Makefile	Fri Dec  8 01:14:45 2000
@@ -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 @@
 		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 @@
 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 -urN /usr/ports/graphics/graphviz/distinfo graphics/graphviz/distinfo
--- /usr/ports/graphics/graphviz/distinfo	Wed Nov 15 03:31:26 2000
+++ graphics/graphviz/distinfo	Fri Dec  8 00:43:57 2000
@@ -1 +1 @@
-MD5 (gviz17a.tgz) = a077970c1a010d3c7bcd1ed82eaa22a0
+MD5 (gviz17b.tgz) = 25585969eb95b6196e80f8a07638164d
diff -urN /usr/ports/graphics/graphviz/pkg-plist graphics/graphviz/pkg-plist
--- /usr/ports/graphics/graphviz/pkg-plist	Wed Nov 15 03:31:32 2000
+++ graphics/graphviz/pkg-plist	Fri Dec  8 02:58:46 2000
@@ -17,6 +17,18 @@
 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 @@
 @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


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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