ports/166054: Update port: x11-wm/wmakerconf

KATO Tsuguru tkato432 at yahoo.com
Tue Mar 13 18:10:14 UTC 2012


>Number:         166054
>Category:       ports
>Synopsis:       Update port: x11-wm/wmakerconf
>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 13 18:10:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Fix build
- Add LICENSE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/wmakerconf/Makefile x11-wm/wmakerconf/Makefile
--- /usr/ports/x11-wm/wmakerconf/Makefile	2012-03-05 22:44:50.000000000 +0900
+++ x11-wm/wmakerconf/Makefile	2012-03-06 14:29:32.000000000 +0900
@@ -16,11 +16,11 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A configuration tool for Window Maker
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	wraster.4:${PORTSDIR}/x11-wm/windowmaker
 RUN_DEPENDS=	rpm:${PORTSDIR}/archivers/rpm
 
-BROKEN=		Does not build with wmaker 0.95.2
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_GNOME=	gtk20
@@ -48,5 +48,7 @@
 .for file in data/po/ja.po po/ja.po
 	@${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
 .endfor
+	@${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
+		'/WMWritePropListToFile/s|,[[:space:]]YES||g'
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list