svn commit: r344277 - in head: databases/libdbi-drivers databases/p5-DBD-cego databases/virtuoso games/corewars games/noegnud-slashem games/openalchemist games/quake3-ut lang/asn1c

Martin Wilke miwi at FreeBSD.org
Fri Feb 14 16:23:20 UTC 2014


Author: miwi
Date: Fri Feb 14 16:23:18 2014
New Revision: 344277
URL: http://svnweb.freebsd.org/changeset/ports/344277
QAT: https://qat.redports.org/buildarchive/r344277/

Log:
  - Remove useless bmake/fmake check
  - While here convert USE_GMAKE to USES

Modified:
  head/databases/libdbi-drivers/Makefile
  head/databases/p5-DBD-cego/Makefile
  head/databases/virtuoso/Makefile
  head/games/corewars/Makefile
  head/games/noegnud-slashem/Makefile
  head/games/openalchemist/Makefile
  head/games/quake3-ut/Makefile
  head/lang/asn1c/Makefile

Modified: head/databases/libdbi-drivers/Makefile
==============================================================================
--- head/databases/libdbi-drivers/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/databases/libdbi-drivers/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -43,9 +43,7 @@ FREETDS_CONFIGURE_WITH=	freetds
 PLIST_SUB+=	INGRES="@comment "
 PLIST_SUB+=	ORACLE="@comment "
 
-.if defined(.PARSEDIR)
 USES+=		gmake
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' \

Modified: head/databases/p5-DBD-cego/Makefile
==============================================================================
--- head/databases/p5-DBD-cego/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/databases/p5-DBD-cego/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -16,11 +16,7 @@ BUILD_DEPENDS=	p5-DBI>=1.628:${PORTSDIR}
 RUN_DEPENDS=	p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI
 LIB_DEPENDS=	libcego.so:${PORTSDIR}/databases/cego
 
-.if defined(.PARSEDIR)
-USES=		gmake
-.endif
-
-USES+=		perl5
+USES=		perl5 gmake
 USE_PERL5=	configure
 CC:=		${CXX}
 

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/databases/virtuoso/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -21,9 +21,7 @@ BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gaw
 		unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
+USES=		gmake
 
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-readline\

Modified: head/games/corewars/Makefile
==============================================================================
--- head/games/corewars/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/games/corewars/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -16,10 +16,7 @@ USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-
-.if defined(.PARSEDIR)
 USES=		gmake
-.endif
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/games/noegnud-slashem/Makefile
==============================================================================
--- head/games/noegnud-slashem/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/games/noegnud-slashem/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -18,7 +18,7 @@ COMMENT=	The noeGNUd UI for the SLASH'EM
 RUN_DEPENDS=	${LOCALBASE}/share/${NOEGNUDVERSION}/data/gui:${PORTSDIR}/games/noegnud-data
 
 NOEGNUDVERSION=	${PORTNAME}-0.8.0
-USES=		bison
+USES=		bison gmake
 USE_GL=		yes
 WANT_SDL=	yes
 USE_SDL=	sdl image mixer
@@ -29,10 +29,6 @@ ALL_TARGET=	se006e4f8
 INSTALL_TARGET=	install_se006e4f8
 MAKE_JOBS_UNSAFE=	yes
 
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
-
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 

Modified: head/games/openalchemist/Makefile
==============================================================================
--- head/games/openalchemist/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/games/openalchemist/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -32,13 +32,9 @@ USE_GNOME=	pygtk2
 USE_XORG=	xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice
 USE_GL=		gl glu
 USE_SDL=	sdl gfx
-USES=		pkgconfig iconv shebangfix
+USES=		pkgconfig iconv shebangfix gmake
 SHEBANG_FILES=	openalchemist-config
 
-.if defined(.PARSEDIR)
-USES+=	gmake
-.endif
-
 PORTDOCS=	AUTHORS ChangeLog README TODO
 
 post-patch:

Modified: head/games/quake3-ut/Makefile
==============================================================================
--- head/games/quake3-ut/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/games/quake3-ut/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -14,9 +14,7 @@ COMMENT=	Quake III Arena mod: Urban Terr
 NO_PACKAGE=	package will be 445MB, set FORCE_PACKAGE if you really want it
 
 USE_ZIP=	yes
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
+USES=		gmake
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 

Modified: head/lang/asn1c/Makefile
==============================================================================
--- head/lang/asn1c/Makefile	Fri Feb 14 16:21:34 2014	(r344276)
+++ head/lang/asn1c/Makefile	Fri Feb 14 16:23:18 2014	(r344277)
@@ -11,11 +11,8 @@ MAINTAINER=	vlm at lionet.info
 COMMENT=	Modern ASN.1 to C compiler
 
 GNU_CONFIGURE=	yes
-USES=		perl5
+USES=		perl5 gmake
 SUB_FILES=	pkg-message
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
 
 MAN1=	asn1c.1 enber.1 unber.1
 


More information about the svn-ports-all mailing list