Date: Fri, 18 Feb 2000 04:32:03 +0900 From: "KATO Tsuguru" <tkato@prontomail.ne.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16791: Update port: graphics/graphviz (fix ports/16659) Message-ID: <54130644445E3D11787100807CFB3258@tkato.prontomail.ne.jp>
next in thread | raw e-mail | index | archive | help
>Number: 16791 >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: Thu Feb 17 11:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: - Remove obsolete post-extract target - Move install path of utility data from lib/ to libdata/ This PR supersedes ports/16659. >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 Fri Feb 18 04:24:16 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/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 Fri Feb 18 04:21:19 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.orig Fri May 28 04:55:38 1999 ++++ src/cmd/lefty/makefile Fri Feb 18 04:18:47 2000 @@ -140,9 +140,9 @@ install: lefty diff -urN /usr/ports/graphics/graphviz/patches/patch-al graphics/graphviz/patches/patch-al --- /usr/ports/graphics/graphviz/patches/patch-al Fri Feb 18 04:23:02 2000 +++ graphics/graphviz/patches/patch-al Fri Feb 18 04:20:48 2000 @@ -1,5 +1,5 @@ ---- Config.mk.orig Wed Jan 26 17:17:07 2000 -+++ Config.mk Thu Feb 17 13:11:15 2000 +--- Config.mk.orig Thu Jan 27 01:17:07 2000 ++++ Config.mk Fri Feb 18 04:20:26 2000 @@ -8,22 +8,23 @@ #ARCH=hp.pa #ARCH=sgi.mips2 @@ -28,7 +28,7 @@ # location for tcl packages # This is where the various tcl-based packages are installed. -@@ -31,7 +32,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. @@ -37,7 +37,12 @@ ############################################## # The following shouldn't need to be changed. -@@ -43,17 +44,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 Fri Feb 18 04:20:07 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54130644445E3D11787100807CFB3258>