ports/78867: [PATCH] x11-wm/openbox: Fix PLIST

Ulrich Spoerlein q at uni.de
Tue Mar 15 14:20:03 UTC 2005


>Number:         78867
>Category:       ports
>Synopsis:       [PATCH] x11-wm/openbox: Fix PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 15 14:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #4: Fri Mar  4 23:29:46 CET
>Description:
The pointyhat-log [1] points out, this port removes a directory that's already present:

=== Checking filesystem state
list of files present before this port was installed but missing after it was deinstalled)
./usr/X11R6/share/locale/ja/LC_MESSAGES missing

Therefore remove the removal of the dir from pkg-plist :)

[1] http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.6.2005021323/openbox-3.2.log

Port maintainer (trevor at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- openbox-3.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/openbox/Makefile,v
retrieving revision 1.67
diff -u -u -r1.67 Makefile
--- Makefile	12 Mar 2005 10:52:47 -0000	1.67
+++ Makefile	15 Mar 2005 14:10:00 -0000
@@ -17,8 +17,6 @@
 
 LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
 
-BROKEN=		Incorrect pkg-plist
-
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/openbox --prefix=${PREFIX} \
 		--sysconfdir=${PREFIX}/etc/openbox
 DOCS=		ABOUT-NLS AUTHORS CHANGELOG COPYING README TODO
@@ -77,7 +75,7 @@
 	${ECHO_CMD} lib/libobparser.${ii} >> ${PLIST}
 	${ECHO_CMD} lib/libobrender.${ii} >> ${PLIST}
 .endfor
-.for ii in gnome/wm-properties gnome locale/ja/LC_MESSAGES
+.for ii in gnome/wm-properties gnome
 	${ECHO_CMD} "@unexec rmdir %D/share/${ii} 2>/dev/null || true" \
 		>> ${PLIST}
 .endfor
@@ -93,8 +91,7 @@
 
 do-install:
 	${MKDIR} ${DATADIR} ${PREFIX}/share/gnome/wm-properties \
-		${PREFIX}/etc/openbox/xdg/openbox ${PREFIX}/include/openbox \
-		${PREFIX}/share/locale/ja/LC_MESSAGES
+		${PREFIX}/etc/openbox/xdg/openbox ${PREFIX}/include/openbox
 	${INSTALL_DATA} ${WRKSRC}/po/ja.mo \
 		${PREFIX}/share/locale/ja/LC_MESSAGES/openbox.mo
 .for ii in parser/parse render/theme render/render version
--- openbox-3.2_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list