From nobody@FreeBSD.ORG  Sat Oct 28 08:18:00 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id F318137B479; Sat, 28 Oct 2000 08:17:59 -0700 (PDT)
Message-Id: <20001028151759.F318137B479@hub.freebsd.org>
Date: Sat, 28 Oct 2000 08:17:59 -0700 (PDT)
From: nosuzuki@e-mail.ne.jp
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: FIX pkg-plist problem for graphics/xzgv
X-Send-Pr-Version: www-1.0

>Number:         22377
>Category:       ports
>Synopsis:       FIX pkg-plist problem for graphics/xzgv
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 28 08:20:01 PDT 2000
>Closed-Date:    Sat Oct 28 08:53:27 PDT 2000
>Last-Modified:  Sat Oct 28 08:54:56 PDT 2000
>Originator:     Norio Suzuki
>Release:        4.1-STABLE
>Organization:
>Environment:
FreeBSD patty.peanuts.li 4.1-STABLE FreeBSD 4.1-STABLE #0: Sun Sep  3 21:59:08 JST 2000     root@:/usr/src/stable-src/src/sys/compile/PATTY  i386

>Description:
pkg-plist file have entryes which do not installed.

And I think this port's Make file should have "USE_X_PREFIX=  yes" entry.

Thank you.


>How-To-Repeat:

>Fix:
diff -ur xzgv.orig/Makefile xzgv/Makefile
--- xzgv.orig/Makefile  Sun Oct 29 00:02:27 2000
+++ xzgv/Makefile       Sun Oct 29 00:08:04 2000
@@ -14,6 +14,7 @@
 
 MAINTAINER=    nosuzuki@e-mail.ne.jp
 
+USE_X_PREFIX=  yes
 USE_GMAKE=     yes
 USE_IMLIB=     yes
 
diff -ur xzgv.orig/pkg-plist xzgv/pkg-plist
--- xzgv.orig/pkg-plist Sun Oct 29 00:02:27 2000
+++ xzgv/pkg-plist      Sun Oct 29 00:04:46 2000
@@ -1,7 +1,4 @@
 bin/xzgv
 @unexec install-info --delete %D/info/xzgv %D/info/dir
-info/xzgv.gz
-info/xzgv-1.gz
-info/xzgv-2.gz
-info/xzgv-3.gz
+info/xzgv
 @exec install-info %D/info/xzgv %D/info/dir


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: trevor 
State-Changed-When: Sat Oct 28 08:53:27 PDT 2000 
State-Changed-Why:  
Fixes commited (also added patch for config.mk to enable new prefix, 
and -s flag to strip for a smaller executable)--thanks! 

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