svn commit: r428340 - in head: audio/wildmidi devel/raknet devel/rapidjson math/plplot net/tigervnc net/tigervnc-devel science/mcstas science/mcstas-comps science/p5-Mcstas-Tools sysutils/condor

Antoine Brodin antoine at FreeBSD.org
Sun Dec 11 08:25:59 UTC 2016


Author: antoine
Date: Sun Dec 11 08:25:56 2016
New Revision: 428340
URL: https://svnweb.freebsd.org/changeset/ports/428340

Log:
  Those ports build fine with bsd make

Modified:
  head/audio/wildmidi/Makefile
  head/devel/raknet/Makefile
  head/devel/rapidjson/Makefile
  head/math/plplot/Makefile
  head/net/tigervnc-devel/Makefile
  head/net/tigervnc/Makefile
  head/science/mcstas-comps/Makefile
  head/science/mcstas/Makefile
  head/science/p5-Mcstas-Tools/Makefile
  head/sysutils/condor/Makefile

Modified: head/audio/wildmidi/Makefile
==============================================================================
--- head/audio/wildmidi/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/audio/wildmidi/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -14,7 +14,7 @@ LICENSE=	LGPL3
 USE_GITHUB=	yes
 GH_ACCOUNT=	Mindwerks
 
-USES=		gmake cmake:outsource
+USES=		cmake:outsource
 USE_LDCONFIG=	yes
 
 OPTIONS_SUB=	yes

Modified: head/devel/raknet/Makefile
==============================================================================
--- head/devel/raknet/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/devel/raknet/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -30,7 +30,7 @@ NO_WRKSUBDIR=	yes
 USE_LDCONFIG=	yes
 USE_GCC=	any
 
-USES=		dos2unix cmake gmake zip
+USES=		dos2unix cmake zip
 DOS2UNIX_REGEX=	.*\.(cpp|h|txt)
 
 # XXX Do not provide Samples for the following reason :

Modified: head/devel/rapidjson/Makefile
==============================================================================
--- head/devel/rapidjson/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/devel/rapidjson/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -21,7 +21,7 @@ DOXYGEN_BUILD_DEPENDS+=	doxygen:devel/do
 USE_GITHUB=	yes
 GH_ACCOUNT=	miloyip
 
-USES=		cmake compiler:c++11-lang gmake pathfix
+USES=		cmake compiler:c++11-lang pathfix
 
 OPTIONS_DEFINE=	DOXYGEN EXAMPLES
 OPTIONS_DEFAULT=${OPTIONS_DEFINE}

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/math/plplot/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	bash:shells/bash \
 
 USE_GNOME=	pango
 USE_PERL5=	build
-USES=		cmake ghostscript gmake localbase perl5 pathfix pkgconfig
+USES=		cmake ghostscript localbase perl5 pathfix pkgconfig
 CMAKE_ARGS=	-DENABLE_java:BOOL=OFF \
 		-DENABLE_octave:BOOL=OFF \
 		-DENABLE_pdl:BOOL=OFF \

Modified: head/net/tigervnc-devel/Makefile
==============================================================================
--- head/net/tigervnc-devel/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/net/tigervnc-devel/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -27,7 +27,7 @@ CONFLICTS=	tigervnc-[0-9]* \
 		tridiavnc-[0-9]* \
 		vnc-[0-9]*
 
-USES=		autoreconf:build cmake cpe gmake iconv jpeg libtool pkgconfig \
+USES=		autoreconf:build cmake cpe iconv jpeg libtool pkgconfig \
 		python ssl
 USE_GL=		gl
 USE_LDCONFIG=	yes

Modified: head/net/tigervnc/Makefile
==============================================================================
--- head/net/tigervnc/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/net/tigervnc/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -26,7 +26,7 @@ CONFLICTS=	tigervnc-devel-[0-9]* \
 		tridiavnc-[0-9]* \
 		vnc-[0-9]*
 
-USES=		autoreconf:build cmake cpe gmake iconv jpeg libtool pkgconfig \
+USES=		autoreconf:build cmake cpe iconv jpeg libtool pkgconfig \
 		python ssl
 USE_GL=		gl
 USE_LDCONFIG=	yes

Modified: head/science/mcstas-comps/Makefile
==============================================================================
--- head/science/mcstas-comps/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/science/mcstas-comps/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${LOCALBASE}/mcstas/${PORTVERSION}/bin/mcstas:science/mcstas
 
-USES=		cmake gmake
+USES=		cmake
 # Apparently cmake does not generate an install/strip target if nothing
 # is supposed to be stripped, so override the cmake-default install
 # target of install/strip by resetting STRIP

Modified: head/science/mcstas/Makefile
==============================================================================
--- head/science/mcstas/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/science/mcstas/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -12,9 +12,8 @@ COMMENT=	Monte Carlo neutron ray tracing
 
 LICENSE=	GPLv2
 
-USES=		bison:build cmake gmake
+USES=		bison:build cmake
 CMAKE_ARGS=	"-Denable_mcstas=1"
-GNU_CONFIGURE=	yes
 
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 SUB_FILES=	pkg-deinstall pkg-install

Modified: head/science/p5-Mcstas-Tools/Makefile
==============================================================================
--- head/science/p5-Mcstas-Tools/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/science/p5-Mcstas-Tools/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	p5-Tk>0:x11-toolkits/p5-Tk 
 		PDL>0:math/PDL \
 		mcstas:science/mcstas
 
-USES=		cmake gmake perl5 shebangfix
+USES=		cmake perl5 shebangfix
 CMAKE_ARGS=	-Denable_mcstas=1
-GNU_CONFIGURE=	yes
 SHEBANG_FILES=	${EXECS:S/$/.pl/}
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}

Modified: head/sysutils/condor/Makefile
==============================================================================
--- head/sysutils/condor/Makefile	Sun Dec 11 08:13:11 2016	(r428339)
+++ head/sysutils/condor/Makefile	Sun Dec 11 08:25:56 2016	(r428340)
@@ -28,7 +28,7 @@ LIB_DEPENDS+=	libkrb5support.so:security
 WRKSRC=		${WRKDIR}/condor-${PORTVERSION}
 USE_LDCONFIG=	yes
 # Does not build with Python 3
-USES=		cmake cpe gmake perl5 pgsql python:2 shebangfix ssl
+USES=		cmake cpe perl5 pgsql python:2 shebangfix ssl
 CPE_VENDOR=	condor_project
 SHEBANG_FILES=	src/condor_scripts/condor_qsub \
 		src/condor_gridmanager/remote_gahp \


More information about the svn-ports-head mailing list