svn commit: r355336 - in head/textproc: coco cwtext ekhtml freexl htmltolatex ibus-kmfl libcrm114 muse ocaml-expat openvanilla-modules rtfx sagasu scim-openvanilla sowing tokyodystopia txt2man webc...

Martin Wilke miwi at FreeBSD.org
Mon May 26 13:21:48 UTC 2014


Author: miwi
Date: Mon May 26 13:21:43 2014
New Revision: 355336
URL: http://svnweb.freebsd.org/changeset/ports/355336
QAT: https://qat.redports.org/buildarchive/r355336/

Log:
  - Convert gmake,bzip2 to USES
  
  Approved by:	portmgr

Modified:
  head/textproc/coco/Makefile
  head/textproc/cwtext/Makefile
  head/textproc/ekhtml/Makefile
  head/textproc/freexl/Makefile
  head/textproc/htmltolatex/Makefile
  head/textproc/ibus-kmfl/Makefile
  head/textproc/libcrm114/Makefile
  head/textproc/muse/Makefile
  head/textproc/ocaml-expat/Makefile
  head/textproc/openvanilla-modules/Makefile
  head/textproc/rtfx/Makefile
  head/textproc/sagasu/Makefile
  head/textproc/scim-openvanilla/Makefile
  head/textproc/sowing/Makefile
  head/textproc/tokyodystopia/Makefile
  head/textproc/txt2man/Makefile
  head/textproc/webcpp/Makefile
  head/textproc/word2x/Makefile
  head/textproc/xalan-c/Makefile
  head/textproc/xorg-sgml-doctools/Makefile

Modified: head/textproc/coco/Makefile
==============================================================================
--- head/textproc/coco/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/coco/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -18,7 +18,7 @@ MANCOMPRESSED=  no
 
 WRKSRC=		${WRKDIR}/mule-${MULE_VERSION}-${EMACS_VERSION}
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 EMACS_PREFIX=	mule
 MULE_VERSION=	2.3
 EMACS_VERSION=	19.34

Modified: head/textproc/cwtext/Makefile
==============================================================================
--- head/textproc/cwtext/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/cwtext/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -10,7 +10,7 @@ MAINTAINER=	db at FreeBSD.org
 COMMENT=	Morse Code Generator
 
 USE_PYTHON=	yes
-USE_GMAKE=	yes
+USES=		gmake
 MAKEFILE=	makefile
 ALL_TARGET=	ALL
 

Modified: head/textproc/ekhtml/Makefile
==============================================================================
--- head/textproc/ekhtml/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/ekhtml/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -11,7 +11,7 @@ COMMENT=	El-Kabong is a speedy, yet forg
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes

Modified: head/textproc/freexl/Makefile
==============================================================================
--- head/textproc/freexl/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/freexl/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -10,8 +10,7 @@ MAINTAINER=	coder at tuxfamily.org
 COMMENT=	Library to extract valid data from within an Excel (.xls) spreadsheet
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv gmake
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}

Modified: head/textproc/htmltolatex/Makefile
==============================================================================
--- head/textproc/htmltolatex/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/htmltolatex/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -13,8 +13,7 @@ COMMENT=	HTML to LaTeX to PDF Converter
 
 LIB_DEPENDS=	GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick
 
-USES=		bison
-USE_GMAKE=	yes
+USES=		bison gmake
 MAKEFILE=	GNUmakefile
 MAKE_JOBS_UNSAFE=	yes
 MAKE_ARGS=	CXX="${CXX}" \

Modified: head/textproc/ibus-kmfl/Makefile
==============================================================================
--- head/textproc/ibus-kmfl/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/ibus-kmfl/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -17,10 +17,9 @@ LIB_DEPENDS=	ibus-1.0:${PORTSDIR}/textpr
 		kmflcomp.0:${PORTSDIR}/textproc/kmflcomp
 RUN_DEPENDS=	kmflcomp:${PORTSDIR}/textproc/kmflcomp
 
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_GNOME=	glib20
 
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/textproc/libcrm114/Makefile
==============================================================================
--- head/textproc/libcrm114/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/libcrm114/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -13,7 +13,7 @@ LIB_DEPENDS=	tre:${PORTSDIR}/textproc/li
 
 LICENSE=	LGPL3
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 
 # pass stuff to gmake

Modified: head/textproc/muse/Makefile
==============================================================================
--- head/textproc/muse/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/muse/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -15,7 +15,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An authoring and publishing environment for Emacs
 
 USE_EMACS=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 INFO=		muse
 

Modified: head/textproc/ocaml-expat/Makefile
==============================================================================
--- head/textproc/ocaml-expat/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/ocaml-expat/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	ocamlc:${PORTSDIR}/lang/oca
 		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ARGS=	EXPAT_LIBDIR=${LOCALBASE}/lib \
 		EXPAT_INCDIR=${LOCALBASE}/include \
 		CAML_INCDIR=${LOCALBASE}/lib/ocaml

Modified: head/textproc/openvanilla-modules/Makefile
==============================================================================
--- head/textproc/openvanilla-modules/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/openvanilla-modules/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -15,9 +15,8 @@ COMMENT=	Input method modules for OpenVa
 BUILD_DEPENDS=	${LOCALBASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework
 RUN_DEPENDS=	${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.so:${PORTSDIR}/textproc/scim-openvanilla
 
-USES=		perl5
+USES=		perl5 gmake
 USE_AUTOTOOLS=	libtool:env
-USE_GMAKE=	yes
 USE_PERL5=	build
 
 OPTIONS_DEFINE=		OVIMArray OVIMBig5 OVIMGeneric OVIMPOJ_Holo OVIMPhonetic OVIMRoman \

Modified: head/textproc/rtfx/Makefile
==============================================================================
--- head/textproc/rtfx/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/rtfx/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	mba:${PORTSDIR}/devel/libmb
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX} --datarootdir=${PREFIX}
-USE_GMAKE=	yes
+USES=		gmake
 
 PLIST_FILES=	bin/rtfx
 MAN1=		rtfx.1

Modified: head/textproc/sagasu/Makefile
==============================================================================
--- head/textproc/sagasu/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/sagasu/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -11,9 +11,8 @@ COMMENT=	A GNOME tool to find strings in
 
 LICENSE=	GPLv2 # (or later)
 
-USES=		pathfix pkgconfig gettext
+USES=		pathfix pkgconfig gettext gmake
 USE_GNOME=	gnomehier libgnomeui
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/textproc/scim-openvanilla/Makefile
==============================================================================
--- head/textproc/scim-openvanilla/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/scim-openvanilla/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -19,8 +19,7 @@ LIB_DEPENDS=	expat.6:${PORTSDIR}/textpro
 
 USE_AUTOTOOLS=	libltdl
 WRKSRC=		${WRKDIR}/${DISTNAME}/Loaders/SCIM
-USE_GMAKE=	yes
-USES=		pkgconfig gettext iconv
+USES=		pkgconfig gettext iconv gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	OV_MODULEDIR=${PREFIX}/lib/openvanilla/
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/textproc/sowing/Makefile
==============================================================================
--- head/textproc/sowing/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/sowing/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -13,9 +13,8 @@ COMMENT=	Text processing tools to genera
 BUILD_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
 RUN_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
 
-USES=		perl5
+USES=		perl5 gmake
 USE_GHOSTSCRIPT=yes
-USE_GMAKE=	yes
 USE_TEX=	latex dvipsk
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"

Modified: head/textproc/tokyodystopia/Makefile
==============================================================================
--- head/textproc/tokyodystopia/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/tokyodystopia/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -12,7 +12,7 @@ COMMENT=	A full-text search system based
 LIB_DEPENDS=	tokyocabinet:${PORTSDIR}/databases/tokyocabinet
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
 

Modified: head/textproc/txt2man/Makefile
==============================================================================
--- head/textproc/txt2man/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/txt2man/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -12,7 +12,7 @@ COMMENT=	Converts flat ASCII text to man
 BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_GMAKE=	yes
+USES=		gmake
 INSTALL_TARGET=	install prefix=${PREFIX}
 
 MAN1=		bookman.1 src2man.1 txt2man.1

Modified: head/textproc/webcpp/Makefile
==============================================================================
--- head/textproc/webcpp/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/webcpp/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -16,7 +16,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 .if defined(WANT_FINAL)
 CONFIGURE_ARGS+=	--enable-final
-USE_GMAKE=	yes
+USES=		gmake
 .endif
 
 pre-patch:

Modified: head/textproc/word2x/Makefile
==============================================================================
--- head/textproc/word2x/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/word2x/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Converter from MS Word to text, HTML, or LaTeX
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 MAN1=		word2x.1

Modified: head/textproc/xalan-c/Makefile
==============================================================================
--- head/textproc/xalan-c/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/xalan-c/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -38,7 +38,7 @@ USE_LDCONFIG=	yes
 
 WRKSRC=			${WRKDIR}/xalan-c-${PORTVERSION}/c
 
-USE_GMAKE=		yes
+USES=		gmake
 MAKE_ENV+=		XALANCROOT=${WRKSRC}
 MAKE_ENV+=		XERCESCROOT=${XERCESCROOT}
 MAKE_JOBS_UNSAFE=

Modified: head/textproc/xorg-sgml-doctools/Makefile
==============================================================================
--- head/textproc/xorg-sgml-doctools/Makefile	Mon May 26 13:19:18 2014	(r355335)
+++ head/textproc/xorg-sgml-doctools/Makefile	Mon May 26 13:21:43 2014	(r355336)
@@ -10,7 +10,6 @@ COMMENT=	Stylesheets and entities for X.
 
 XORG_CAT=       doc
 
-USE_GMAKE=	yes
-USES=		pathfix
+USES=		pathfix gmake
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list