From nobody@FreeBSD.org  Fri Feb 23 13:11:23 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id EF19737B491
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 Feb 2001 13:11:22 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1NLBM667557;
	Fri, 23 Feb 2001 13:11:22 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200102232111.f1NLBM667557@freefall.freebsd.org>
Date: Fri, 23 Feb 2001 13:11:22 -0800 (PST)
From: tkato@prontomail.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: print/gv
X-Send-Pr-Version: www-1.0

>Number:         25325
>Category:       ports
>Synopsis:       Update port: print/gv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 23 13:20:01 PST 2001
>Closed-Date:    Sun Feb 25 18:41:47 PST 2001
>Last-Modified:  Sun Feb 25 18:42:01 PST 2001
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Support PREFIX properly
- Fix Imakefile breakage under XFree86 4.x

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/print/gv/Makefile print/gv/Makefile
--- /usr/ports/print/gv/Makefile	Wed Oct 11 00:42:16 2000
+++ print/gv/Makefile	Wed Feb 21 06:47:14 2001
@@ -22,7 +22,7 @@
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@(cd ${WRKSRC}; ${MAKE} install.doc)
+	@(cd ${WRKSRC}; ${MAKE_ENV} ${MAKE} install.doc)
 .endif
 	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
diff -urN /usr/ports/print/gv/files/patch-aa print/gv/files/patch-aa
--- /usr/ports/print/gv/files/patch-aa	Tue Jun 10 20:10:28 1997
+++ print/gv/files/patch-aa	Wed Feb 21 06:48:29 2001
@@ -1,5 +1,5 @@
---- config.Unix.orig	Fri Jun  6 15:00:00 1997
-+++ config.Unix	Mon Jun  9 14:45:19 1997
+--- config.Unix.orig	Sat Jun  7 07:00:00 1997
++++ config.Unix	Wed Feb 21 06:47:59 2001
 @@ -32,10 +32,10 @@
  XCOMM --------------------------------------------------------------------
  XCOMM  Destination directories.
@@ -9,7 +9,7 @@
 -      GV_LIBDIR    = /usr/local/lib/gv/
 -      GV_MANDIR    = /usr/local/man/man1/
 +      GV_BINDIR    = $(BINDIR)
-+      GV_DOCDIR    = /usr/X11R6/share/doc/gv/
++      GV_DOCDIR    = $(PREFIX)/share/doc/gv/
 +      GV_LIBDIR    = $(LIBDIR)/gv/
 +      GV_MANDIR    = $(MANDIR)
  
diff -urN /usr/ports/print/gv/files/patch-ab print/gv/files/patch-ab
--- /usr/ports/print/gv/files/patch-ab	Tue Jun 10 20:10:29 1997
+++ print/gv/files/patch-ab	Wed Feb 21 06:45:03 2001
@@ -1,5 +1,5 @@
---- doc/Imakefile.orig	Fri Jun  6 15:00:00 1997
-+++ doc/Imakefile	Mon Jun  9 14:36:59 1997
+--- doc/Imakefile.orig	Sat Jun  7 07:00:00 1997
++++ doc/Imakefile	Wed Feb 21 06:44:54 2001
 @@ -27,7 +27,7 @@
  GV_CONFIG_FILE = ../config.Unix
  #include "../config.Unix"
@@ -9,3 +9,10 @@
  
  ComplexProgramTarget(gv)
  
+@@ -52,4 +52,5 @@
+ InstallDocFile(key-bindings.txt-gz,key-bindings.txt.gz,$(GV_DOCDIR))
+ InstallDocFile(comments.doc-gz,comments.doc.gz,$(GV_DOCDIR))
+ InstallDocFile(gv.ps-gz,gv.ps.gz,$(GV_DOCDIR))
+-InstallDocFiles(gv*.html,$(GV_DOCDIR))
++InstallDocFile(gv.html,gv.html,$(GV_DOCDIR))
++InstallDocFiles(gv-*.html,$(GV_DOCDIR))

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Feb 25 18:02:15 PST 2001 
Responsible-Changed-Why:  
Over to port's maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25325 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Sun Feb 25 18:41:47 PST 2001 
State-Changed-Why:  
Committed.  Thanks!! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25325 
>Unformatted:
