Date: Tue, 17 Jun 2014 22:59:15 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358192 - head/x11-wm/pekwm Message-ID: <201406172259.s5HMxFhV053542@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Tue Jun 17 22:59:14 2014 New Revision: 358192 URL: http://svnweb.freebsd.org/changeset/ports/358192 QAT: https://qat.redports.org/buildarchive/r358192/ Log: - Turns out this is broken with iconv from base (renders empty chars, breaks bmpanel2, and also it fails to build when ports iconv is present), so force it to always use iconv from ports. - Bump PORTREVISION. Reported by: Gary Perreault (via irc) Modified: head/x11-wm/pekwm/Makefile Modified: head/x11-wm/pekwm/Makefile ============================================================================== --- head/x11-wm/pekwm/Makefile Tue Jun 17 22:57:41 2014 (r358191) +++ head/x11-wm/pekwm/Makefile Tue Jun 17 22:59:14 2014 (r358192) @@ -3,7 +3,7 @@ PORTNAME= pekwm PORTVERSION= 0.1.17 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= https://pekwm.org/projects/3/files/ @@ -14,7 +14,7 @@ COMMENT= Light, Unobtrusive, and configu LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png -USES= pkgconfig iconv gmake tar:bzip2 +USES= pkgconfig iconv:wchar_t gmake tar:bzip2 USE_XORG= xft xpm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406172259.s5HMxFhV053542>