From owner-svn-ports-all@FreeBSD.ORG Sat Apr 27 22:15:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AECFB5E9; Sat, 27 Apr 2013 22:15:27 +0000 (UTC) (envelope-from bapt@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 A24AE1CF1; Sat, 27 Apr 2013 22:15:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3RMFR54090283; Sat, 27 Apr 2013 22:15:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3RMFR3w090280; Sat, 27 Apr 2013 22:15:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201304272215.r3RMFR3w090280@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 27 Apr 2013 22:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316696 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 22:15:27 -0000 Author: bapt Date: Sat Apr 27 22:15:26 2013 New Revision: 316696 URL: http://svnweb.freebsd.org/changeset/ports/316696 Log: Remove any reference to USE_ICONV now that it has been totally replace by USES= iconv Submitted by: mva Modified: head/KNOBS head/Mk/bsd.port.mk Modified: head/KNOBS ============================================================================== --- head/KNOBS Sat Apr 27 22:09:15 2013 (r316695) +++ head/KNOBS Sat Apr 27 22:15:26 2013 (r316696) @@ -96,7 +96,6 @@ GUI Enable Graphical User Interface H323 Adds support for the H323 protocol HAL Adds support for HAL HEIMDAL_KRB5 Adds Heimdal kerberos support -ICONV Adds iconv support ICU Use ICU for unicode collation IDN Adds support for International Domain Names IMAGEMAGICK ImageMagick graphics support Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Apr 27 22:09:15 2013 (r316695) +++ head/Mk/bsd.port.mk Sat Apr 27 22:15:26 2013 (r316696) @@ -324,7 +324,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # GMAKE - Set to path of GNU make if not in $PATH. # Default: gmake ## -# USE_ICONV - If set, this port uses libiconv. # USE_GETTEXT - The port uses GNU gettext (libintl). # 'build' as a build-time dependency # 'yes' as a library dependency @@ -1846,10 +1845,6 @@ USE_LDCONFIG= ${PREFIX}/lib IGNORE= has USE_LDCONFIG32 set to yes, which is not correct .endif -.if defined(USE_ICONV) -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv -.endif - .if defined(USE_GETTEXT) . if ${USE_GETTEXT:L} == "build" BUILD_DEPENDS+= xgettext:${PORTSDIR}/devel/gettext