Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 19:51:53 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325911 - in head: irc/epic5 multimedia/xawtv multimedia/xbmc-pvr textproc/wbxml2
Message-ID:  <201309011951.r81Jpr2J042779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sun Sep  1 19:51:52 2013
New Revision: 325911
URL: http://svnweb.freebsd.org/changeset/ports/325911

Log:
  Adopt USES+=iconv.
  
  Approved by:	maintainers (by e-mail)

Modified:
  head/irc/epic5/Makefile
  head/multimedia/xawtv/Makefile
  head/multimedia/xbmc-pvr/Makefile
  head/textproc/wbxml2/Makefile

Modified: head/irc/epic5/Makefile
==============================================================================
--- head/irc/epic5/Makefile	Sun Sep  1 19:30:54 2013	(r325910)
+++ head/irc/epic5/Makefile	Sun Sep  1 19:51:52 2013	(r325911)
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+=	--with-termcap
 .endif
 
 CONFIGURE_ARGS+=	--with-iconv=${LOCALBASE}
-LIB_DEPENDS+=		iconv:${PORTSDIR}/converters/libiconv
+USES=		iconv
 
 post-extract:
 	@${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf

Modified: head/multimedia/xawtv/Makefile
==============================================================================
--- head/multimedia/xawtv/Makefile	Sun Sep  1 19:30:54 2013	(r325910)
+++ head/multimedia/xawtv/Makefile	Sun Sep  1 19:51:52 2013	(r325911)
@@ -9,10 +9,8 @@ MASTER_SITES=	http://linuxtv.org/downloa
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	A TV viewing application and a few TV utilities
 
-BUILD_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv \
-		${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
-RUN_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv \
-		${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
+BUILD_DEPENDS=	${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
+RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 
@@ -21,7 +19,7 @@ OPTIONS_DEFINE_i386=	MMX
 OPTIONS_DEFAULT=	AALIB
 ZVBI_DESC=	Enable libzvbi support
 
-USES=		gmake motif
+USES=		gmake iconv motif
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes

Modified: head/multimedia/xbmc-pvr/Makefile
==============================================================================
--- head/multimedia/xbmc-pvr/Makefile	Sun Sep  1 19:30:54 2013	(r325910)
+++ head/multimedia/xbmc-pvr/Makefile	Sun Sep  1 19:51:52 2013	(r325911)
@@ -51,8 +51,7 @@ LIB_DEPENDS=	asound:${PORTSDIR}/audio/al
 		ass:${PORTSDIR}/multimedia/libass \
 		wavpack:${PORTSDIR}/audio/wavpack \
 		yajl:${PORTSDIR}/devel/yajl \
-		plist:${PORTSDIR}/devel/libplist \
-		iconv:${PORTSDIR}/converters/libiconv
+		plist:${PORTSDIR}/devel/libplist
 
 RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
@@ -63,7 +62,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/l
 GITHASH=	9023e39
 WRKSRC=		${WRKDIR}/opdenkamp-${PORTNAME}-${GITHASH}
 FETCH_ARGS=	-Fpr
-USES=		pkgconfig
+USES=		iconv pkgconfig
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf libtool automake libltdl
 GNU_CONFIGURE=	yes

Modified: head/textproc/wbxml2/Makefile
==============================================================================
--- head/textproc/wbxml2/Makefile	Sun Sep  1 19:30:54 2013	(r325910)
+++ head/textproc/wbxml2/Makefile	Sun Sep  1 19:51:52 2013	(r325911)
@@ -14,8 +14,7 @@ DISTNAME=	libwbxml-${PORTVERSION}
 MAINTAINER=	flo@FreeBSD.org
 COMMENT=	Library & tools for converting wbxml<->xml
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
-		iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
 WRKSRC=			${WRKDIR}/libwbxml-${PORTVERSION}
 CONFIGURE_WRKSRC=	${WRKDIR}/libwbxml-${PORTVERSION}/build
@@ -23,7 +22,7 @@ BUILD_WRKSRC=		${CONFIGURE_WRKSRC}
 INSTALL_WRKSRC=		${CONFIGURE_WRKSRC}
 
 USE_BZIP2=	yes
-USES=		cmake
+USES=		cmake iconv
 CMAKE_SOURCE_PATH=	..
 USE_LDCONFIG=	yes
 



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