From owner-svn-ports-head@FreeBSD.ORG Tue Jun 17 22:59:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70EE61C6; Tue, 17 Jun 2014 22:59:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C4CB2882; Tue, 17 Jun 2014 22:59:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5HMxF4F053543; Tue, 17 Jun 2014 22:59:15 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5HMxFhV053542; Tue, 17 Jun 2014 22:59:15 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201406172259.s5HMxFhV053542@svn.freebsd.org> From: Juergen Lock Date: Tue, 17 Jun 2014 22:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358192 - head/x11-wm/pekwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 22:59:15 -0000 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 \