svn commit: r355687 - in head/graphics: cfdg epstool glide3 megapov mupdf ocropus pfstmo pinpoint povray36 synfigstudio xfractint

Martin Wilke miwi at FreeBSD.org
Thu May 29 11:28:19 UTC 2014


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 at 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 at 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 at gmail.com
 COMMENT=	The Unix port of fractint
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_XORG=	x11 xft
 
 ALL_TARGET=	${PORTNAME}


More information about the svn-ports-all mailing list