From owner-svn-ports-all@FreeBSD.ORG Mon May 26 12:06:12 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 197D0129; Mon, 26 May 2014 12:06:12 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0609C2BCC; Mon, 26 May 2014 12:06:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QC6BHg074041; Mon, 26 May 2014 12:06:11 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QC6AA1074024; Mon, 26 May 2014 12:06:10 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261206.s4QC6AA1074024@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 12:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355312 - in head/multimedia: dvbsnoop gstreamermm iriverter kaffeine mpeg4ip nxtvepg openquicktime 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.18 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: Mon, 26 May 2014 12:06:12 -0000 Author: miwi Date: Mon May 26 12:06:10 2014 New Revision: 355312 URL: http://svnweb.freebsd.org/changeset/ports/355312 QAT: https://qat.redports.org/buildarchive/r355312/ Log: - Convert gmake,xz,bzip to USES Approved by: portmgr Modified: head/multimedia/dvbsnoop/Makefile head/multimedia/gstreamermm/Makefile head/multimedia/iriverter/Makefile head/multimedia/kaffeine/Makefile head/multimedia/mpeg4ip/Makefile head/multimedia/nxtvepg/Makefile head/multimedia/openquicktime/Makefile Modified: head/multimedia/dvbsnoop/Makefile ============================================================================== --- head/multimedia/dvbsnoop/Makefile Mon May 26 12:01:19 2014 (r355311) +++ head/multimedia/dvbsnoop/Makefile Mon May 26 12:06:10 2014 (r355312) @@ -13,7 +13,7 @@ DVB_HEADERS= dmx.h frontend.h GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC} -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/${PORTNAME} \ man/man1/dvbsnoop.1.gz Modified: head/multimedia/gstreamermm/Makefile ============================================================================== --- head/multimedia/gstreamermm/Makefile Mon May 26 12:01:19 2014 (r355311) +++ head/multimedia/gstreamermm/Makefile Mon May 26 12:06:10 2014 (r355312) @@ -12,9 +12,7 @@ COMMENT= C++ wrapper library for the mul LICENSE= LGPL21 -USES= pkgconfig -USE_XZ= yes -USE_GMAKE= yes +USES= pkgconfig tar:xz gmake USE_GSTREAMER= theora vorbis cdparanoia gio pango USE_GNOME= gnomeprefix gnomehack gtkmm24 GNU_CONFIGURE= yes Modified: head/multimedia/iriverter/Makefile ============================================================================== --- head/multimedia/iriverter/Makefile Mon May 26 12:01:19 2014 (r355311) +++ head/multimedia/iriverter/Makefile Mon May 26 12:06:10 2014 (r355312) @@ -13,9 +13,8 @@ COMMENT= Cross-platform frontend to menc RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder USE_JAVA= yes -USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 OPTIONS_DEFINE= SWTDEVEL SWTDEVEL_DESC= Use SWT Development port Modified: head/multimedia/kaffeine/Makefile ============================================================================== --- head/multimedia/kaffeine/Makefile Mon May 26 12:01:19 2014 (r355311) +++ head/multimedia/kaffeine/Makefile Mon May 26 12:06:10 2014 (r355312) @@ -17,11 +17,10 @@ LIB_DEPENDS= xine.2:${PORTSDIR}/multimed LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes USE_KDE4= kdehier kdeprefix automoc4 kdelibs USE_QT4= corelib gui phonon svg network dbus xml sql \ qmake_build moc_build rcc_build uic_build -USES= cmake gettext +USES= cmake gettext gmake USE_LDCONFIG= yes USE_XORG= xscrnsaver Modified: head/multimedia/mpeg4ip/Makefile ============================================================================== --- head/multimedia/mpeg4ip/Makefile Mon May 26 12:01:19 2014 (r355311) +++ head/multimedia/mpeg4ip/Makefile Mon May 26 12:06:10 2014 (r355312) @@ -27,7 +27,7 @@ RUN_DEPENDS= mp4v2>=1.9.1:${PORTSDIR}/mu USE_GNOME= gtk20 USE_SDL= sdl -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include/SDL -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include ${PTHREAD_CFLAGS} Modified: head/multimedia/nxtvepg/Makefile ============================================================================== --- head/multimedia/nxtvepg/Makefile Mon May 26 12:01:19 2014 (r355311) +++ head/multimedia/nxtvepg/Makefile Mon May 26 12:06:10 2014 (r355312) @@ -12,7 +12,7 @@ COMMENT= Viewer for Nextview Electronic LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 NOT_FOR_ARCHS= sparc64 -USE_GMAKE= yes +USES= gmake USE_XORG= x11 xmu MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} WRKSRC=${WRKSRC} X11BASE=${LOCALBASE} Modified: head/multimedia/openquicktime/Makefile ============================================================================== --- head/multimedia/openquicktime/Makefile Mon May 26 12:01:19 2014 (r355311) +++ head/multimedia/openquicktime/Makefile Mon May 26 12:06:10 2014 (r355312) @@ -16,7 +16,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphic GNU_CONFIGURE= yes USE_GNOME= gtk12 -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes PKGDEINSTALL= ${PKGINSTALL}