svn commit: r316696 - in head: . Mk

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 27 22:15:27 UTC 2013


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 at 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


More information about the svn-ports-all mailing list