ports/58835: Fix port: x11-wm/openbox

Tim Bishop tim at bishnet.net
Sun Nov 2 16:40:21 UTC 2003


>Number:         58835
>Category:       ports
>Synopsis:       Fix port: x11-wm/openbox
>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:   Sun Nov 02 08:40:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD inferno.sixth.bishnet.net 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #5: Sun Oct 12 21:44:24 BST 2003 tdb at inferno.sixth.bishnet.net:/usr/obj/usr/src/sys/INFERNO i386

>Description:
	Automatically-generated packing list broken (missing and
	incorrect files). Patch given fixes this.

>How-To-Repeat:
>Fix:
	Apply diff below.

--- openbox-0.3.0.4-fix.diff begins here ---
diff -ruN openbox.bak/Makefile openbox/Makefile
--- openbox.bak/Makefile	Sun Nov  2 16:12:48 2003
+++ openbox/Makefile	Sun Nov  2 16:18:56 2003
@@ -59,14 +59,18 @@
 		| ${SED} -e 's:^:@dirrm share/openbox/:' >> ${PLIST}
 	cd ${WRKSRC}/data && ${FIND} -s * -type f \
 		| ${SED} -e 's:^:share/openbox/:' >> ${PLIST}
+	${ECHO_CMD} @dirrm share/openbox >> ${PLIST}
 	${ECHO_CMD} share/gnome/wm-properties/openbox.desktop >> ${PLIST}
 .for ii in menu rc
 	${ECHO_CMD} etc/openbox/xdg/openbox/${ii}.xml >> ${PLIST}
 .endfor
 .for ii in openbox/xdg/openbox openbox/xdg openbox
-	 ${ECHO_CMD} @dirrm etc/${ii} >> ${PLIST}
+	${ECHO_CMD} @dirrm etc/${ii} >> ${PLIST}
 .endfor
-.for ii in openbox/3.0 3.0
+.for ii in parse theme render
+	${ECHO_CMD} include/openbox/3.0/${ii}.h >> ${PLIST}
+.endfor
+.for ii in openbox/3.0 openbox
 	 ${ECHO_CMD} @dirrm include/${ii} >> ${PLIST}
 .endfor
 .for ii in la lai so so.1
--- openbox-0.3.0.4-fix.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list