svn commit: r358192 - head/x11-wm/pekwm

Juergen Lock nox at FreeBSD.org
Tue Jun 17 22:59:15 UTC 2014


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 \


More information about the svn-ports-head mailing list