From owner-svn-ports-head@FreeBSD.ORG Sat Apr 27 18:31:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B59658E9; Sat, 27 Apr 2013 18:31:48 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A709514F6; Sat, 27 Apr 2013 18:31:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3RIVmF5010304; Sat, 27 Apr 2013 18:31:48 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3RIVmJu010300; Sat, 27 Apr 2013 18:31:48 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201304271831.r3RIVmJu010300@svn.freebsd.org> From: Marcus von Appen Date: Sat, 27 Apr 2013 18:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316684 - in head: archivers/liborange astro/viking chinese/cconv 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.14 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: Sat, 27 Apr 2013 18:31:48 -0000 Author: mva Date: Sat Apr 27 18:31:47 2013 New Revision: 316684 URL: http://svnweb.freebsd.org/changeset/ports/316684 Log: - Fix USE_ICONV leftovers missed in the previous update Modified: head/archivers/liborange/Makefile head/astro/viking/Makefile head/chinese/cconv/Makefile (contents, props changed) Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Sat Apr 27 18:25:24 2013 (r316683) +++ head/archivers/liborange/Makefile Sat Apr 27 18:31:47 2013 (r316684) @@ -26,7 +26,6 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USES= iconv pathfix pkgconfig -USE_ICONV= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Sat Apr 27 18:25:24 2013 (r316683) +++ head/astro/viking/Makefile Sat Apr 27 18:31:47 2013 (r316684) @@ -26,7 +26,6 @@ RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/ USES= iconv pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -USE_ICONV= yes USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender USE_GNOME= desktopfileutils gnomedocutils gtk20 Modified: head/chinese/cconv/Makefile ============================================================================== --- head/chinese/cconv/Makefile Sat Apr 27 18:25:24 2013 (r316683) +++ head/chinese/cconv/Makefile Sat Apr 27 18:31:47 2013 (r316684) @@ -15,7 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplified-Traditional Chinese conversion tool GNU_CONFIGURE= yes -USE_ICONV= yes +USES= iconv USE_LDCONFIG= yes post-patch: