From owner-svn-ports-all@FreeBSD.ORG Thu May 29 11:28:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3612D51; Thu, 29 May 2014 11:28:18 +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 DF9572EDE; Thu, 29 May 2014 11:28:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TBSIj3051493; Thu, 29 May 2014 11:28:18 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TBSGgw051478; Thu, 29 May 2014 11:28:16 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405291128.s4TBSGgw051478@svn.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2014 11:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355687 - in head/graphics: cfdg epstool glide3 megapov mupdf ocropus pfstmo pinpoint povray36 synfigstudio xfractint 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: Thu, 29 May 2014 11:28:19 -0000 Author: miwi Date: Thu May 29 11:28:16 2014 New Revision: 355687 URL: http://svnweb.freebsd.org/changeset/ports/355687 QAT: https://qat.redports.org/buildarchive/r355687/ Log: - Convert gmake,bzip2,xz to USES Approved by: portmgr Modified: head/graphics/cfdg/Makefile head/graphics/epstool/Makefile head/graphics/glide3/Makefile head/graphics/megapov/Makefile head/graphics/mupdf/Makefile head/graphics/ocropus/Makefile head/graphics/pfstmo/Makefile head/graphics/pinpoint/Makefile head/graphics/povray36/Makefile head/graphics/synfigstudio/Makefile head/graphics/xfractint/Makefile Modified: head/graphics/cfdg/Makefile ============================================================================== --- head/graphics/cfdg/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/cfdg/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt WRKSRC= ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} -USE_GMAKE= yes +USES= gmake NO_INSTALL_MANPAGES= yes Modified: head/graphics/epstool/Makefile ============================================================================== --- head/graphics/epstool/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/epstool/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -14,7 +14,7 @@ LICENSE= GPLv2 USE_GHOSTSCRIPT_RUN= yes -USE_GMAKE= yes +USES= gmake MAKEFILE= makefile MAKE_ARGS= MAKE="${GMAKE}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \ CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \ Modified: head/graphics/glide3/Makefile ============================================================================== --- head/graphics/glide3/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/glide3/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -12,8 +12,7 @@ DISTNAME= Glide3-FreeBSD-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library to support 3dfx Voodoo3/4/5/Banshee with the DRI -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_XORG= x11 xxf86dga xxf86vm USE_LDCONFIG= yes USE_AUTOTOOLS= automake autoconf libtool Modified: head/graphics/megapov/Makefile ============================================================================== --- head/graphics/megapov/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/megapov/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -15,9 +15,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff -USE_BZIP2= yes + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USES= gmake bzip2 GNU_CONFIGURE= yes ALL_TARGET= # empty CONFIGURE_ARGS+= COMPILED_BY="ports@FreeBSD.org" Modified: head/graphics/mupdf/Makefile ============================================================================== --- head/graphics/mupdf/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/mupdf/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -20,10 +20,9 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 -USE_GMAKE= yes MAKE_ARGS+= build=release prefix=${PREFIX} verbose=1 mandir=${PREFIX}/man \ XCFLAGS=-I${LOCALBASE}/include -USES= pkgconfig +USES= pkgconfig gmake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source Modified: head/graphics/ocropus/Makefile ============================================================================== --- head/graphics/ocropus/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/ocropus/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -26,7 +26,7 @@ MAKE_JOBS_UNSAFE= yes USE_PYTHON_BUILD= yes USE_AUTOTOOLS= aclocal automake autoconf AUTOMAKE_ARGS= --add-missing -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/pfstmo/Makefile ============================================================================== --- head/graphics/pfstmo/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/pfstmo/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -15,11 +15,10 @@ LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphic PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib -USES= pkgconfig +USES= pkgconfig gmake GNU_CONFIGURE= yes CPPFLAGS+= ${PFS_CPPFLAGS} LDFLAGS+= ${PFS_LDFLAGS} -USE_GMAKE= yes MAN1= pfstmo_pattanaik00.1 \ pfstmo_reinhard05.1 \ Modified: head/graphics/pinpoint/Makefile ============================================================================== --- head/graphics/pinpoint/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/pinpoint/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -15,12 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter -USE_XZ= yes USE_GL= gl -USE_GMAKE= yes USE_GNOME= librsvg2 GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake tar:xz OPTIONS_DEFINE= GST GST_DESC= Live videos as slide backgrounds Modified: head/graphics/povray36/Makefile ============================================================================== --- head/graphics/povray36/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/povray36/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -23,8 +23,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ jpeg:${PORTSDIR}/graphics/jpeg USE_XORG= x11 -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf Modified: head/graphics/synfigstudio/Makefile ============================================================================== --- head/graphics/synfigstudio/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/synfigstudio/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -17,8 +17,7 @@ LIB_DEPENDS= synfig.0:${PORTSDIR}/devel/ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_GNOME= gnomehack gtk20 -USES= gettext -USE_GMAKE= yes +USES= gettext gmake INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/xfractint/Makefile ============================================================================== --- head/graphics/xfractint/Makefile Thu May 29 11:20:14 2014 (r355686) +++ head/graphics/xfractint/Makefile Thu May 29 11:28:16 2014 (r355687) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.fractint.org/ft MAINTAINER= onemda@gmail.com COMMENT= The Unix port of fractint -USE_GMAKE= yes +USES= gmake USE_XORG= x11 xft ALL_TARGET= ${PORTNAME}