From owner-freebsd-ports Sat Oct 28 8:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38B7A37B4CF for ; Sat, 28 Oct 2000 08:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44522; Sat, 28 Oct 2000 08:20:02 -0700 (PDT) (envelope-from gnats@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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22377: FIX pkg-plist problem for graphics/xzgv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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