Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 22:15:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316696 - in head: . Mk
Message-ID:  <201304272215.r3RMFR3w090280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304272215.r3RMFR3w090280>