summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-23 10:58:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-23 10:58:59 +0000
commit10add1dc92f8aa13d8d090feafb7572beb8cd811 (patch)
tree76d6ebffba908507dae4812acefef714974cef20 /astro
parent- Fix build with gcc 4 (diff)
- Update to 5.27
PR: 115449 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=198183
Diffstat (limited to 'astro')
-rw-r--r--astro/boinc-setiathome-enhanced/Makefile7
-rw-r--r--astro/boinc-setiathome-enhanced/distinfo6
-rw-r--r--astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h12
-rw-r--r--astro/boinc-setiathome-enhanced/pkg-descr4
4 files changed, 8 insertions, 21 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile
index 9a314f70983d..046251f2cdd9 100644
--- a/astro/boinc-setiathome-enhanced/Makefile
+++ b/astro/boinc-setiathome-enhanced/Makefile
@@ -5,8 +5,7 @@
#
PORTNAME= boinc-setiathome-enhanced
-PORTVERSION= 5.13
-PORTREVISION= 1
+PORTVERSION= 5.27
CATEGORIES= astro
MASTER_SITES= http://home.tiscali.nl/rladan/distfiles/
@@ -19,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float
RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client
+USE_GMAKE= yes
+
# The compiler flags below are copied from m4/optimizations.m4,
# leaving out the -march flag which is set by /usr/share/mk/bsd.cpu.mk
.if ${MACHINE_CPU:Msse3}
@@ -52,8 +53,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \
BOINCDIR="${LOCALBASE}"
-CONFIGURE_ARGS= --disable-server \
- --disable-graphics
# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
BOINC_USER?= boinc
diff --git a/astro/boinc-setiathome-enhanced/distinfo b/astro/boinc-setiathome-enhanced/distinfo
index e82dd4df3c21..ae3bf3710fe0 100644
--- a/astro/boinc-setiathome-enhanced/distinfo
+++ b/astro/boinc-setiathome-enhanced/distinfo
@@ -1,3 +1,3 @@
-MD5 (boinc-setiathome-enhanced-5.13.tar.gz) = 15cbcce330cddf418573adf0f7cfc649
-SHA256 (boinc-setiathome-enhanced-5.13.tar.gz) = 86877601e21e0567a4266a6c8014606b9853a7336d9efc1255c8f25f5b7fe951
-SIZE (boinc-setiathome-enhanced-5.13.tar.gz) = 777562
+MD5 (boinc-setiathome-enhanced-5.27.tar.gz) = 6251b6019c7dcd50d9e9bcb05a26a3d4
+SHA256 (boinc-setiathome-enhanced-5.27.tar.gz) = a5562783da054f1041f2c0edc14ec9dae52c17ac5dcb3fc8291c3499eb741ab0
+SIZE (boinc-setiathome-enhanced-5.27.tar.gz) = 646986
diff --git a/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h b/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h
deleted file mode 100644
index 12a1c244470c..000000000000
--- a/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- db/sqlblob.h Thu Dec 1 01:01:01 2005
-+++ db/sqlblob.h Thu Dec 14 23:26:29 2006
-@@ -75,7 +75,7 @@
- fflush(stderr);
- #endif
- }
-- b.mem=new std::vector<T>(xml_decode_string(buf.c_str()+start,end-start,enc_string));
-+ b.mem=new std::vector<T>(xml_decode_string<T>(buf.c_str()+start,end-start,enc_string));
- #ifdef DEBUG_ALLOCATIONS
- fprintf(stderr,"sqlblob: allocated a vector at 0x%p\n",b.mem);
- fflush(stderr);
-
diff --git a/astro/boinc-setiathome-enhanced/pkg-descr b/astro/boinc-setiathome-enhanced/pkg-descr
index 474be66260c7..85a4df9aaa8e 100644
--- a/astro/boinc-setiathome-enhanced/pkg-descr
+++ b/astro/boinc-setiathome-enhanced/pkg-descr
@@ -10,8 +10,8 @@ variable in /etc/make.conf
Note that there is currently no screensaver support in this version.
The source archive is a repackaged version of
-setiathome_enhanced-client-cvs-2006-05-12.tar.gz at
-http://setiathome.berkeley.edu/seti_source/nightly/old/ :
+setiathome_enhanced-client-cvs-2007-08-08.tar.gz at
+http://setiathome.berkeley.edu/seti_source/nightly[/old]/ :
* The screensaver and server code is removed
* The configure and Makefile scripts are regenerated to match the
net/boinc-client port