Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jan 2005 19:56:53 +0000
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/75927: [MAINTAINER] mail/gnubiff: Fix plist problems
Message-ID:  <E1Cn0E9-00010Q-Vu@pendennis.ukc.ac.uk>
Resent-Message-ID: <200501072000.j07K0oUM086673@freefall.freebsd.org>

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

>Number:         75927
>Category:       ports
>Synopsis:       [MAINTAINER] mail/gnubiff: Fix plist problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 07 20:00:49 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Sun Jul 18 15:23:54 BST 2004
>Description:
Fix plist problems - remove directories left behind.

Reported by Kris.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gnubiff-2.0.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/mail/gnubiff/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	10 Dec 2004 15:09:52 -0000	1.8
+++ Makefile	7 Jan 2005 19:55:35 -0000
@@ -40,10 +40,12 @@
 USE_GNOME+=		gnomepanel gconf2 gnomeprefix gnomehack
 PKGNAMESUFFIX=		-gnome
 PLIST_SUB+=		SHAREDIR="share/gnome"
+PLIST_SUB+=		BONOBODIR="libdata/bonobo"
 PLIST_SUB+=		WITH_GNOME=""
 .else
 CONFIGURE_ARGS+=	--disable-gnome
 PLIST_SUB+=		SHAREDIR="share"
+PLIST_SUB+=		BONOBODIR="lib/bonobo"
 PLIST_SUB+=		WITH_GNOME="@comment "
 .endif
 
Index: pkg-plist
===================================================================
RCS file: /u1/freebsd/cvs/ports/mail/gnubiff/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	16 Dec 2004 05:49:22 -0000	1.5
+++ pkg-plist	7 Jan 2005 19:55:35 -0000
@@ -28,8 +28,13 @@
 %%SHAREDIR%%/gnubiff/tux-sleep(64x64).png
 %%SHAREDIR%%/gnubiff/tux-sleep.png
 %%SHAREDIR%%/pixmaps/gnubiff.png
-%%WITH_GNOME%%libdata/bonobo/servers/GNOME_gnubiffApplet.server
+%%WITH_GNOME%%%%BONOBODIR%%/servers/GNOME_gnubiffApplet.server
 %%WITH_GNOME%%%%SHAREDIR%%/gnome-2.0/ui/GNOME_gnubiffApplet.xml
 @unexec rmdir %D/share/locale/fr_CA/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/fr_CA 2> /dev/null || true@
+@unexec rmdir %D/share/locale/fr_CA 2> /dev/null || true
+@unexec rmdir %D/%%BONOBODIR%%/servers 2> /dev/null || true
+@unexec rmdir %D/%%BONOBODIR%% 2> /dev/null || true
+@unexec rmdir %D/%%SHAREDIR%%/gnome-2.0/ui 2> /dev/null || true
+@unexec rmdir %D/%%SHAREDIR%%/gnome-2.0 2> /dev/null || true
+@unexec rmdir %D/%%SHAREDIR%%/pixmaps 2> /dev/null || true
 @dirrm %%SHAREDIR%%/gnubiff
--- gnubiff-2.0.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Cn0E9-00010Q-Vu>