Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2000 08:17:59 -0700 (PDT)
From:      nosuzuki@e-mail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22377: FIX pkg-plist problem for graphics/xzgv
Message-ID:  <20001028151759.F318137B479@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         22377
>Category:       ports
>Synopsis:       FIX pkg-plist problem for graphics/xzgv
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 28 08:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?20001028151759.F318137B479>