From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 19:51:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 314567E8; Sun, 1 Sep 2013 19:51:54 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E05C2244; Sun, 1 Sep 2013 19:51:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Jpr33042786; Sun, 1 Sep 2013 19:51:53 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Jpr2J042779; Sun, 1 Sep 2013 19:51:53 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309011951.r81Jpr2J042779@svn.freebsd.org> From: Boris Samorodov Date: Sun, 1 Sep 2013 19:51:53 +0000 (UTC) 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 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: Sun, 01 Sep 2013 19:51:54 -0000 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