Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 02:55:48 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31274: Update port: graphics/kuickshow
Message-ID:  <20011015005548.DFFCE3D3A@totem.fix.no>

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

>Number:         31274
>Category:       ports
>Synopsis:       Update port: graphics/kuickshow
>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:   Sun Oct 14 18:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Fix bento mtree errors.
Remove self from pkg-descr.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur kuickshow.old/pkg-descr kuickshow/pkg-descr
--- kuickshow.old/pkg-descr	Sun Aug 26 09:30:44 2001
+++ kuickshow/pkg-descr	Sun Oct 14 23:03:15 2001
@@ -7,5 +7,3 @@
 capabilities like renaming, deleting, creating directories, etc.
 
 WWW: http://kuickshow.sourceforge.net/
-
-- Anders Nordby <anders@fix.no>
diff -Nur kuickshow.old/pkg-plist kuickshow/pkg-plist
--- kuickshow.old/pkg-plist	Sun Aug 26 09:30:44 2001
+++ kuickshow/pkg-plist	Sun Oct 14 22:58:03 2001
@@ -47,7 +47,12 @@
 @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/* 2>/dev/null || true
 @unexec rmdir %D/share/locale 2>/dev/null || true
-%%PORTDOCS%%@dirrm share/doc/HTML/en/kuickshow
-%%PORTDOCS%%@dirrm share/doc/HTML/de/kuickshow
+@unexec rmdir -p %D/share/applnk/Graphics 2>/dev/null || true
+@unexec rmdir -p %D/share/icons/locolor/16x16/apps 2>/dev/null || true
+@unexec rmdir -p %D/share/icons/locolor/32x32/apps 2>/dev/null || true
+@unexec rmdir -p %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
+@unexec rmdir -p %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
+%%PORTDOCS%%@unexec rmdir -p %D/share/doc/HTML/en/kuickshow 2>/dev/null || true
+%%PORTDOCS%%@unexec rmdir -p %D/share/doc/HTML/de/kuickshow 2>/dev/null || true
 @dirrm share/apps/kuickshow/pics
 @dirrm share/apps/kuickshow
>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?20011015005548.DFFCE3D3A>