Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 09:00:15 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356065 - in head: astro/boinc-astropulse astro/boinc-setiathome-v7 astro/pp3 astro/wcslib astro/xearth benchmarks/blogbench benchmarks/dkftpbench benchmarks/expedite benchmarks/flowgri...
Message-ID:  <201406010900.s5190F0o042556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Jun  1 09:00:15 2014
New Revision: 356065
URL: http://svnweb.freebsd.org/changeset/ports/356065
QAT: https://qat.redports.org/buildarchive/r356065/

Log:
  cat astro / benchmarks
  - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
  - adjust BSDn License

Modified:
  head/astro/boinc-astropulse/Makefile
  head/astro/boinc-setiathome-v7/Makefile
  head/astro/pp3/Makefile
  head/astro/wcslib/Makefile
  head/astro/xearth/Makefile
  head/benchmarks/blogbench/Makefile
  head/benchmarks/dkftpbench/Makefile
  head/benchmarks/expedite/Makefile
  head/benchmarks/flowgrind/Makefile
  head/benchmarks/hs-criterion/Makefile
  head/benchmarks/interbench/Makefile
  head/benchmarks/nosqlbench/Makefile
  head/benchmarks/nuttcp/Makefile
  head/benchmarks/randomio/Makefile

Modified: head/astro/boinc-astropulse/Makefile
==============================================================================
--- head/astro/boinc-astropulse/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/astro/boinc-astropulse/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -21,8 +21,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/fftw
 RUN_DEPENDS=	boinc_client:${PORTSDIR}/net/boinc-client
 LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/math/fftw3-float
 
-USES=		gmake pkgconfig
-USE_XZ=		yes
+USES=		tar:xz gmake pkgconfig
 USE_AUTOTOOLS=	autoconf:env automake:env libtool
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/client

Modified: head/astro/boinc-setiathome-v7/Makefile
==============================================================================
--- head/astro/boinc-setiathome-v7/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/astro/boinc-setiathome-v7/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -20,8 +20,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/fftw
 RUN_DEPENDS=	boinc_client:${PORTSDIR}/net/boinc-client
 LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/math/fftw3-float
 
-USES=		gmake pkgconfig
-USE_XZ=		yes
+USES=		tar:xz gmake pkgconfig
 USE_AUTOTOOLS=	autoconf:env automake:env
 GNU_CONFIGURE=	yes
 

Modified: head/astro/pp3/Makefile
==============================================================================
--- head/astro/pp3/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/astro/pp3/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/PP3/${PORTV
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Creates celestial charts
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_TEX=	latex
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
@@ -18,21 +18,17 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 .include <bsd.port.options.mk>
 
 do-build:
-	cd ${WRKSRC} \
-		&& ${CXX} ${CXXFLAGS} -DPP3DATA=\"${DATADIR}\" pp3.cc -o pp3
+	(cd ${WRKSRC} \
+		&& ${CXX} ${CXXFLAGS} -DPP3DATA=\"${DATADIR}\" pp3.cc -o pp3)
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pp3 ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/*.dat ${STAGEDIR}${DATADIR}
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
 
 .include <bsd.port.mk>

Modified: head/astro/wcslib/Makefile
==============================================================================
--- head/astro/wcslib/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/astro/wcslib/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -10,9 +10,8 @@ MASTER_SITES=	ftp://ftp.atnf.csiro.au/pu
 MAINTAINER=	tonymaher@optusnet.com.au
 COMMENT=	Library for parsing/generating FITS headers
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		tar:bzip2 gmake
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes

Modified: head/astro/xearth/Makefile
==============================================================================
--- head/astro/xearth/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/astro/xearth/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -11,7 +11,7 @@ MAINTAINER=	mexas@bris.ac.uk
 COMMENT=	Set the root window to the image of earth
 
 USE_XORG=	x11 xext sm ice xt
-USE_XZ=		yes
+USES=		tar:xz
 PLIST_FILES=	bin/xearth \
 		man/man1/xearth.1.gz \
 		lib/X11/xearth/freebsd.committers.markers \

Modified: head/benchmarks/blogbench/Makefile
==============================================================================
--- head/benchmarks/blogbench/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/blogbench/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -11,7 +11,7 @@ MAINTAINER=	jmohacsi@bsd.hu
 COMMENT=	Performance Test of Filesystem I/O
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 PLIST_FILES=	bin/blogbench man/man8/blogbench.8.gz
 PORTDOCS=	README

Modified: head/benchmarks/dkftpbench/Makefile
==============================================================================
--- head/benchmarks/dkftpbench/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/dkftpbench/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -16,5 +16,4 @@ GNU_CONFIGURE=	yes
 
 USE_AUTOTOOLS=	automake14 autoconf
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/benchmarks/expedite/Makefile
==============================================================================
--- head/benchmarks/expedite/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/expedite/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -10,12 +10,11 @@ MASTER_SITES=	http://download.enlightenm
 MAINTAINER=	gblach@FreeBSD.org
 COMMENT=	Expedite is a benchmark suite for Evas
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 DIST_SUBDIR=	e17
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		tar:bzip2 pkgconfig
 USE_EFL=	evas
 USE_EFL_EVAS_ENGINES=	buffer
 USE_LDCONFIG=	yes

Modified: head/benchmarks/flowgrind/Makefile
==============================================================================
--- head/benchmarks/flowgrind/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/flowgrind/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libxmlrpc++.so:${PORTSDIR}/
 		libgsl.so:${PORTSDIR}/math/gsl \
 		libpcap.so.1:${PORTSDIR}/net/libpcap
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-debug
 

Modified: head/benchmarks/hs-criterion/Makefile
==============================================================================
--- head/benchmarks/hs-criterion/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/hs-criterion/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -9,7 +9,7 @@ CATEGORIES=	benchmarks haskell
 MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	Robust, reliable performance measurement and analysis
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USE_CABAL=	aeson>=0.3.2.12 hastache>=0.5.0 mtl>=2 mwc-random>=0.8.0.3 \
 		parsec>=3.1.0 statistics>=0.10.0.0 transformers \

Modified: head/benchmarks/interbench/Makefile
==============================================================================
--- head/benchmarks/interbench/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/interbench/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -11,8 +11,7 @@ COMMENT=	Interactivity benchmark for Uni
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
-USES=		gmake
+USES=		tar:bzip2 gmake
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	${PORTNAME}
 

Modified: head/benchmarks/nosqlbench/Makefile
==============================================================================
--- head/benchmarks/nosqlbench/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/nosqlbench/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -12,8 +12,7 @@ COMMENT=	Micro-benchmarking NoSQL storag
 LIB_DEPENDS=	libtarantool.so:${PORTSDIR}/databases/tarantool
 
 DATE=		20120802
-USE_BZIP2=	yes
-USES=		cmake
+USES=		tar:bzip2 cmake
 CMAKE_ARGS=	-DLIBTNT_INCLUDE=${LOCALBASE}/include \
 		-DLIBTNT_LIB=${LOCALBASE}/lib
 

Modified: head/benchmarks/nuttcp/Makefile
==============================================================================
--- head/benchmarks/nuttcp/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/nuttcp/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -13,9 +13,8 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	andrewclarkii@gmail.com
 COMMENT=	TCP/UDP network testing tool
 
-USES=		shebangfix
+USES=		tar:bzip2 shebangfix
 SHEBANG_FILES=	../nuttscp
-USE_BZIP2=	yes
 MAKEFILE=	/dev/null
 ALL_TARGET=	${PORTNAME}
 

Modified: head/benchmarks/randomio/Makefile
==============================================================================
--- head/benchmarks/randomio/Makefile	Sun Jun  1 09:00:05 2014	(r356064)
+++ head/benchmarks/randomio/Makefile	Sun Jun  1 09:00:15 2014	(r356065)
@@ -9,8 +9,7 @@ MASTER_SITES=	http://www.arctic.org/~dea
 MAINTAINER=	pluknet@gmail.com
 COMMENT=	Multithreaded disk i/o microbenchmark
 
-USE_BZIP2=	yes
-USES=		gmake
+USES=		tar:bzip2 gmake
 PLIST_FILES=	bin/${PORTNAME}
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010900.s5190F0o042556>