From owner-freebsd-ports Sat Feb 12 2:10:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 0E0513E24 for ; Sat, 12 Feb 2000 02:10:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA72706; Sat, 12 Feb 2000 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw5.prontomail.com (mailgw5.prontomail.com [209.185.149.196]) by builder.freebsd.org (Postfix) with ESMTP id C582A3D21 for ; Sat, 12 Feb 2000 02:08:48 -0800 (PST) Received: from mail46.prontomail.com (209.185.149.146) by mailgw5.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Feb 2000 23:14:52 -0800 Received: from web14 (209.185.149.214) by mail46.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Feb 2000 23:22:49 -0800 Message-Id: <7F08E3BB8E0E3D11788200807C33DA2C@tkato.prontomail.ne.jp> Date: Sat, 12 Feb 2000 16:23:00 +0900 From: "KATO Tsuguru" To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16659: Update port: graphics/graphviz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16659 >Category: ports >Synopsis: Update port: graphics/graphviz >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: Sat Feb 12 02:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: - Remove obsolete post-extract target - Fix checsum error - Move install path of utility data from lib/ to libdata/ >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/graphviz/Makefile graphics/graphviz/Makefile --- /usr/ports/graphics/graphviz/Makefile Sun Jan 30 08:16:00 2000 +++ graphics/graphviz/Makefile Thu Feb 10 22:37:08 2000 @@ -24,9 +24,6 @@ DOCDIR= ${PREFIX}/share/doc/graphviz -post-extract: - @find ${WRKSRC} -name *.o -delete - post-install: @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/*.htm* ${DOCDIR} diff -urN /usr/ports/graphics/graphviz/files/md5 graphics/graphviz/files/md5 --- /usr/ports/graphics/graphviz/files/md5 Sun Jan 30 08:16:00 2000 +++ graphics/graphviz/files/md5 Thu Feb 10 22:18:51 2000 @@ -1 +1 @@ -MD5 (gviz15.tgz) = de8f4a344ed2ab8661adced3002813cf +MD5 (gviz15.tgz) = cac20849481cfff4c41341f3437fdf6e diff -urN /usr/ports/graphics/graphviz/patches/patch-af graphics/graphviz/patches/patch-af --- /usr/ports/graphics/graphviz/patches/patch-af Tue Jun 29 07:44:38 1999 +++ graphics/graphviz/patches/patch-af Mon Jan 31 03:48:49 2000 @@ -1,14 +1,5 @@ --- src/cmd/lefty/makefile.orig Thu Dec 17 03:29:15 1998 -+++ src/cmd/lefty/makefile Mon Jun 28 13:58:20 1999 -@@ -7,7 +7,7 @@ - WM = ws/x11 - OS = os/unix - --LEFTYLIBDIR= $(LIBDIR)/lefty -+LEFTYLIBDIR= $(PREFIX)/lib/lefty - DEFINES=-DLEFTYPATH=\"$(LEFTYLIBDIR)\" -DHAVEDOT - - INCS = -I. \ ++++ src/cmd/lefty/makefile Mon Jan 31 02:51:42 2000 @@ -140,9 +140,9 @@ install: lefty diff -urN /usr/ports/graphics/graphviz/patches/patch-ah graphics/graphviz/patches/patch-ah --- /usr/ports/graphics/graphviz/patches/patch-ah Sun Jan 30 08:16:00 2000 +++ graphics/graphviz/patches/patch-ah Thu Feb 10 22:29:11 2000 @@ -1,14 +1,6 @@ ---- src/cmd/neato/makefile.orig Thu May 27 14:55:44 1999 -+++ src/cmd/neato/makefile Sat Jan 29 14:59:00 2000 -@@ -26,16 +26,16 @@ - neato.o output.o postproc.o psgen.o shapes.o solve.o utils.o splines.o \ - legal.o find_ints.o intersect.o inpoly.o printvis.o vrmlgen.o vtxgen.o \ - adjust.o voronoi.o heap.o hedges.o site.o memory.o \ -- poly.o edges.o info.o geometry.o imapgen.o mpgen.o -+ poly.o edges.o info.o geometry.o imapgen.o mpgen.o picgen.o - - neato: $(OBJS) - $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o neato +--- src/cmd/neato/makefile.orig Tue Feb 8 02:17:49 2000 ++++ src/cmd/neato/makefile Thu Feb 10 22:29:00 2000 +@@ -33,9 +33,9 @@ install: neato $(MKPATH) $(BINDIR) diff -urN /usr/ports/graphics/graphviz/patches/patch-al graphics/graphviz/patches/patch-al --- /usr/ports/graphics/graphviz/patches/patch-al Mon Nov 29 08:14:39 1999 +++ graphics/graphviz/patches/patch-al Thu Feb 10 22:36:28 2000 @@ -1,10 +1,9 @@ ---- Config.mk.orig Tue Feb 16 17:21:15 1999 -+++ Config.mk Mon Jun 28 13:59:59 1999 -@@ -3,23 +3,23 @@ - # one of: - # linux.i386 osf.alpha sgi.mips3 sol.sun4 - # hp.pa sgi.mips2 sol.i386 --ARCH=$ARCH +--- Config.mk.orig Thu Jan 27 01:17:07 2000 ++++ Config.mk Thu Feb 10 22:36:20 2000 +@@ -8,22 +8,23 @@ + #ARCH=hp.pa + #ARCH=sgi.mips2 + #ARCH=sol.i386 +ARCH=freebsd.i386 # specify installation targets @@ -29,7 +28,7 @@ # location for tcl packages # This is where the various tcl-based packages are installed. -@@ -27,7 +27,7 @@ +@@ -31,29 +32,29 @@ # usually not writable by mortals. To get around this, you # can invoke tcl with a flag telling it where to look; see # the note on tcldot in the README file. @@ -38,7 +37,12 @@ ############################################## # The following shouldn't need to be changed. -@@ -39,17 +39,17 @@ + ############################################## + + BINDIR=$(INSTALLROOT)/bin +-LIBDIR=$(INSTALLROOT)/lib ++LIBDIR=$(INSTALLROOT)/libdata + INCDIR=$(INSTALLROOT)/include MANDIR=$(INSTALLROOT)/man/man1 LIBMANDIR=$(INSTALLROOT)/man/man3 PKGMANDIR=$(INSTALLROOT)/man/mann diff -urN /usr/ports/graphics/graphviz/pkg/PLIST graphics/graphviz/pkg/PLIST --- /usr/ports/graphics/graphviz/pkg/PLIST Thu Oct 7 19:14:15 1999 +++ graphics/graphviz/pkg/PLIST Mon Jan 31 02:53:48 2000 @@ -7,6 +7,11 @@ @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R lib/Tcldot/pkgIndex.tcl +libdata/lefty/dotty.lefty +libdata/lefty/dotty_draw.lefty +libdata/lefty/dotty_edit.lefty +libdata/lefty/dotty_layout.lefty +libdata/lefty/dotty_ui.lefty share/doc/graphviz/FAQ.html share/doc/graphviz/FAQ.txt share/doc/graphviz/LICENSE.htm @@ -19,11 +24,6 @@ share/doc/graphviz/lefty.ps.gz share/doc/graphviz/neatoguide.ps.gz share/doc/graphviz/tcldot.html -lib/lefty/dotty.lefty -lib/lefty/dotty_draw.lefty -lib/lefty/dotty_edit.lefty -lib/lefty/dotty_layout.lefty -lib/lefty/dotty_ui.lefty -@dirrm lib/Tcldot -@dirrm lib/lefty @dirrm share/doc/graphviz +@dirrm libdata/lefty +@dirrm lib/Tcldot Sent by Japanese ProntoMail >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message