From owner-svn-ports-head@FreeBSD.ORG Thu Jul 18 10:25:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 191E5F71; Thu, 18 Jul 2013 10:25:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F00A6390; Thu, 18 Jul 2013 10:25:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IAPU5h076625; Thu, 18 Jul 2013 10:25:30 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IAPTig076610; Thu, 18 Jul 2013 10:25:29 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201307181025.r6IAPTig076610@svn.freebsd.org> From: Rene Ladan Date: Thu, 18 Jul 2013 10:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323216 - in head/astro: . boinc-setiathome-v7 boinc-setiathome-v7/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 10:25:31 -0000 Author: rene Date: Thu Jul 18 10:25:29 2013 New Revision: 323216 URL: http://svnweb.freebsd.org/changeset/ports/323216 Log: SETI - Search for Extra-Terrestrial Intelligence -- Version 7 Use your unused CPU cycles to aid in computations analyzing radio telescope information for possible signs of extra-terrestrial intelligence. The port automatically optimizes for the host CPU using the CPUTYPE variable in /etc/make.conf WWW: http://setiathome.berkeley.edu/ Added: head/astro/boinc-setiathome-v7/ - copied from r323153, head/astro/boinc-setiathome-enhanced/ Deleted: head/astro/boinc-setiathome-v7/files/patch-client__vector__analyzeFuncs_sse.cpp Modified: head/astro/Makefile (contents, props changed) head/astro/boinc-setiathome-v7/Makefile head/astro/boinc-setiathome-v7/distinfo (contents, props changed) head/astro/boinc-setiathome-v7/files/patch-client__vector__analyzeFuncs_vector.cpp (contents, props changed) head/astro/boinc-setiathome-v7/files/patch-configure.ac (contents, props changed) head/astro/boinc-setiathome-v7/files/pkg-deinstall.in (contents, props changed) head/astro/boinc-setiathome-v7/files/pkg-install.in head/astro/boinc-setiathome-v7/pkg-descr (contents, props changed) Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Thu Jul 18 10:13:28 2013 (r323215) +++ head/astro/Makefile Thu Jul 18 10:25:29 2013 (r323216) @@ -9,6 +9,7 @@ SUBDIR += astrometry SUBDIR += boinc-astropulse SUBDIR += boinc-setiathome-enhanced + SUBDIR += boinc-setiathome-v7 SUBDIR += celestia SUBDIR += celestia-gnome SUBDIR += celestia-gtk Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-enhanced/Makefile Wed Jul 17 07:17:05 2013 (r323153) +++ head/astro/boinc-setiathome-v7/Makefile Thu Jul 18 10:25:29 2013 (r323216) @@ -1,12 +1,11 @@ # Created by: rene # $FreeBSD$ -PORTNAME= boinc-setiathome-enhanced -PORTVERSION= 6.12 -PORTREVISION= 7 +PORTNAME= boinc-setiathome-v7 +PORTVERSION= 7.00 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ -DISTNAME= setiathome-svn-1008 +DISTNAME= setiathome-svn-1924 # modified archive, see leftout in top directory MAINTAINER= rene@FreeBSD.org COMMENT= Setiathome Enhanced for BOINC @@ -18,11 +17,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float -USES= pkgconfig +USES= gmake pkgconfig USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GCC= any CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ Modified: head/astro/boinc-setiathome-v7/distinfo ============================================================================== --- head/astro/boinc-setiathome-enhanced/distinfo Wed Jul 17 07:17:05 2013 (r323153) +++ head/astro/boinc-setiathome-v7/distinfo Thu Jul 18 10:25:29 2013 (r323216) @@ -1,2 +1,2 @@ -SHA256 (setiathome-svn-1008.tar.xz) = bde909b6922e94abe9b454e81b5c84dffb0fef64bf60ed3dbe4121f87fe31d6e -SIZE (setiathome-svn-1008.tar.xz) = 1771116 +SHA256 (setiathome-svn-1924.tar.xz) = 8ef1164462dabe72574c504bcab74d8b0a168833c374872e9fa204737f376298 +SIZE (setiathome-svn-1924.tar.xz) = 992080 Modified: head/astro/boinc-setiathome-v7/files/patch-client__vector__analyzeFuncs_vector.cpp ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp Wed Jul 17 07:17:05 2013 (r323153) +++ head/astro/boinc-setiathome-v7/files/patch-client__vector__analyzeFuncs_vector.cpp Thu Jul 18 10:25:29 2013 (r323216) @@ -1,17 +1,13 @@ ---- client/vector/analyzeFuncs_vector.cpp.orig 2009-07-14 21:02:10.000000000 +0200 -+++ client/vector/analyzeFuncs_vector.cpp 2011-02-27 15:56:58.000000000 +0100 -@@ -87,12 +87,10 @@ - #endif +--- client/vector/analyzeFuncs_vector.cpp.orig 2013-07-11 22:32:37.000000000 +0200 ++++ client/vector/analyzeFuncs_vector.cpp 2013-07-11 22:41:59.000000000 +0200 +@@ -98,9 +98,7 @@ + #ifndef __APPLE_CC__ -#ifdef HAVE___ISNAN -#define isnotnan(x) (!__isnan(x)) -#elif defined(HAVE__ISNAN) +#if defined(HAVE__ISNAN) #define isnotnan(x) (!_isnan(x)) #elif defined(HAVE_ISNAN) --#define isnotnam(x) (!isnan(x)) -+#define isnotnan(x) (!isnan(x)) - #else - #define isnotnan(x) ((x) == (x)) - #endif + #define isnotnan(x) (!isnan(x)) Modified: head/astro/boinc-setiathome-v7/files/patch-configure.ac ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/patch-configure.ac Wed Jul 17 07:17:05 2013 (r323153) +++ head/astro/boinc-setiathome-v7/files/patch-configure.ac Thu Jul 18 10:25:29 2013 (r323216) @@ -1,22 +1,32 @@ ---- configure.ac.orig 2010-09-29 22:47:20.000000000 +0200 -+++ configure.ac 2011-02-28 08:36:17.000000000 +0100 +--- configure.ac.orig 2013-07-02 22:51:54.000000000 +0200 ++++ configure.ac 2013-07-11 21:40:55.000000000 +0200 @@ -5,17 +5,10 @@ AC_PREREQ(2.57) - AC_INIT(setiathome_enhanced, 6.12, ports@setiathome.ssl.berkeley.edu) + AC_INIT(setiathome_v7, 7.00, korpela@ssl.berkeley.edu) -svnrev="`svn info | grep Revision:`" -if test -n "${svnrev}" ; then - AC_REVISION("${svnrev}") - AC_DEFINE_UNQUOTED(SVN_REV,"${svnrev}", -+AC_REVISION([$Revision: 1008 $]) -+AC_DEFINE(SVN_REV,"$Revision: 1008 $", - [Define to be the subversion revision number]) +- [Define to be the subversion revision number]) -else -- AC_REVISION([$Revision: 316 $]) -- AC_DEFINE(SVN_REV,"$Revision: 316 $", +- AC_REVISION([$Revision: 1146 $]) +- AC_DEFINE(SVN_REV,"$Revision: 1146 $", - [Define to be the subversion revision number]) -fi ++AC_REVISION([$Revision: 1924 $]) ++AC_DEFINE(SVN_REV,"$Revision: 1924 $", ++ [Define to be the subversion revision number]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(dist-zip) +@@ -55,8 +48,6 @@ + fi + + # set posix source on linux +-CFLAGS="-D_POSIX_C_SOURCE=1 ${CFLAGS}" +-CXXFLAGS="-D_POSIX_C_SOURCE=1 ${CXXFLAGS}" + + AC_ARG_ENABLE(intrinsics, + AS_HELP_STRING([--disable-intrinsics], Modified: head/astro/boinc-setiathome-v7/files/pkg-deinstall.in ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/pkg-deinstall.in Wed Jul 17 07:17:05 2013 (r323153) +++ head/astro/boinc-setiathome-v7/files/pkg-deinstall.in Thu Jul 18 10:25:29 2013 (r323216) @@ -7,9 +7,9 @@ if [ "$2" != "POST-DEINSTALL" ]; then fi F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml -echo Removing setiathome_enhanced lines from $F +echo Removing setiathome_v7 lines from $F -l=`grep -n "setiathome_enhanced" $F | cut -f 1 -d :` +l=`grep -n "setiathome_v7" $F | cut -f 1 -d :` if [ $? -ne 0 ]; then echo $F is corrupt exit 1 Modified: head/astro/boinc-setiathome-v7/files/pkg-install.in ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/pkg-install.in Wed Jul 17 07:17:05 2013 (r323153) +++ head/astro/boinc-setiathome-v7/files/pkg-install.in Thu Jul 18 10:25:29 2013 (r323216) @@ -15,18 +15,18 @@ if [ ! -f $F ]; then chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F fi -echo Adding setiathome_enhanced lines to $F +echo Adding setiathome_v7 lines to $F ed - $F < -setiathome_enhanced +setiathome_v7 %%SETI_BINARY%% -setiathome_enhanced +setiathome_v7 %%SETI_VERSION%% %%SETI_BINARY%% Modified: head/astro/boinc-setiathome-v7/pkg-descr ============================================================================== --- head/astro/boinc-setiathome-enhanced/pkg-descr Wed Jul 17 07:17:05 2013 (r323153) +++ head/astro/boinc-setiathome-v7/pkg-descr Thu Jul 18 10:25:29 2013 (r323216) @@ -1,4 +1,4 @@ -SETI - Search for Extra-Terrestrial Intelligence -- Enhanced version +SETI - Search for Extra-Terrestrial Intelligence -- Version 7 Use your unused CPU cycles to aid in computations analyzing radio telescope information for possible signs of extra-terrestrial intelligence.