Date: Wed, 14 Mar 2012 02:22:23 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/166054: Update port: x11-wm/wmakerconf Message-ID: <20120314022223.8fe29129.tkato432@yahoo.com> Resent-Message-ID: <201203131810.q2DIAENv055242@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120314022223.8fe29129.tkato432>