From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 09:00:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2BA0877; Sun, 1 Jun 2014 09:00:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE3F726D6; Sun, 1 Jun 2014 09:00:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5190IpD042582; Sun, 1 Jun 2014 09:00:18 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5190F0o042556; Sun, 1 Jun 2014 09:00:15 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201406010900.s5190F0o042556@svn.freebsd.org> From: Olli Hauer Date: Sun, 1 Jun 2014 09:00:15 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 09:00:18 -0000 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 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 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 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: