From owner-freebsd-ports Tue Mar 6 6:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E5DA37B71D for ; Tue, 6 Mar 2001 06:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f26EU5h49906; Tue, 6 Mar 2001 06:30:05 -0800 (PST) (envelope-from gnats) Date: Tue, 6 Mar 2001 06:30:05 -0800 (PST) Message-Id: <200103061430.f26EU5h49906@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/25568: graphics/graphviz distfile moved Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25568; it has been noted by GNATS. From: Palle Girgensohn To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/25568: graphics/graphviz distfile moved Date: Tue, 6 Mar 2001 15:22:34 +0100 (CET) I apparently jumped the trigger. The tarball has a different checksum, mostly, but only, due to lots of object files being included. Yuck! I have added a ${GMAKE} clean post-configure to fix this. Here is a new patch. The person closing this PR should also close 25550. Index: Makefile =================================================================== RCS file: /net/elbas/opt/ncvs/ports/graphics/graphviz/Makefile,v retrieving revision 1.21 diff -u -u -r1.21 Makefile --- Makefile 2001/02/28 15:03:55 1.21 +++ Makefile 2001/03/06 14:13:59 @@ -8,7 +8,7 @@ PORTNAME= graphviz PORTVERSION= 1.7c CATEGORIES= graphics tk83 -MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/ +MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/dist/ DISTNAME= gviz${PORTVERSION:S/.//} EXTRACT_SUFX= .tgz @@ -38,10 +38,14 @@ MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n PORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \ - neatoguide.pdf tcldot.html + neatoguide.pdf tcldot.html Dot.ref post-patch: @cd ${WRKSRC} && aclocal && autoheader && libtoolize --force + +# the tarball contains object files! +post-configure: + @cd ${WRKSRC} && ${GMAKE} clean pre-build: @cd ${WRKSRC}/cdt && ./iffe - set cc ${CC} ${CFLAGS} : run \ Index: distinfo =================================================================== RCS file: /net/elbas/opt/ncvs/ports/graphics/graphviz/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 2001/02/28 15:03:55 1.10 +++ distinfo 2001/03/06 12:56:50 @@ -1 +1 @@ -MD5 (gviz17c.tgz) = 6c701b2d17985452fcdc3e6b9a8fb028 +MD5 (gviz17c.tgz) = 473cd71cd1f173374ba1f6d116973d33 Index: pkg-plist =================================================================== RCS file: /net/elbas/opt/ncvs/ports/graphics/graphviz/pkg-plist,v retrieving revision 1.12 diff -u -u -r1.12 pkg-plist --- pkg-plist 2001/02/28 15:03:55 1.12 +++ pkg-plist 2001/03/06 13:04:17 @@ -102,6 +102,7 @@ lib/graphviz/libtkspline.so lib/graphviz/libtkspline.so.0 lib/graphviz/pkgIndex.tcl +%%PORTDOCS%%share/doc/graphviz/Dot.ref %%PORTDOCS%%share/doc/graphviz/dotguide.pdf %%PORTDOCS%%share/doc/graphviz/dottyguide.pdf %%PORTDOCS%%share/doc/graphviz/gd.html Index: files/patch-doc:Makefile.am =================================================================== RCS file: /net/elbas/opt/ncvs/ports/graphics/graphviz/files/patch-doc:Makefile.am,v retrieving revision 1.3 diff -u -u -r1.3 patch-doc:Makefile.am --- files/patch-doc:Makefile.am 2001/02/28 15:03:58 1.3 +++ files/patch-doc:Makefile.am 2001/03/06 13:00:54 @@ -1,11 +1,8 @@ ---- doc/Makefile.am.orig Sun Oct 15 12:46:20 2000 -+++ doc/Makefile.am Tue Feb 27 07:03:09 2001 -@@ -4,8 +4,6 @@ +--- doc/Makefile.am~ Tue Mar 6 13:57:54 2001 ++++ doc/Makefile.am Tue Mar 6 14:00:11 2001 +@@ -6,6 +6,4 @@ - # SUBDIRS = dot neato lefty dotty - --DOCS = dotguide.ps dotty.ps gd.html lefty.ps neatoguide.ps tcldot.html -+DOCS = dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf neatoguide.pdf tcldot.html + DOCS = dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf neatoguide.pdf tcldot.html Dot.ref -docdir = $(prefix)/doc -doc_DATA = $(DOCS) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message