View | Details | Raw Unified | Return to bug 115449
Collapse All | Expand All

(-)/usr/ports/astro/boinc-setiathome-enhanced/Makefile (-4 / +3 lines)
Lines 5-12 Link Here
5
#
5
#
6
PORTNAME=	boinc-setiathome-enhanced
6
PORTNAME=	boinc-setiathome-enhanced
7
PORTVERSION=	5.13
7
PORTVERSION=	5.27
8
PORTREVISION=	1
9
CATEGORIES=	astro
8
CATEGORIES=	astro
10
MASTER_SITES=	http://home.tiscali.nl/rladan/distfiles/
9
MASTER_SITES=	http://home.tiscali.nl/rladan/distfiles/
Lines 19-24 Link Here
19
LIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fftw3-float
18
LIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fftw3-float
20
RUN_DEPENDS=	boinc_client:${PORTSDIR}/net/boinc-client
19
RUN_DEPENDS=	boinc_client:${PORTSDIR}/net/boinc-client
20
USE_GMAKE=	yes
21
21
# The compiler flags below are copied from m4/optimizations.m4,
22
# The compiler flags below are copied from m4/optimizations.m4,
22
# leaving out the -march flag which is set by /usr/share/mk/bsd.cpu.mk
23
# leaving out the -march flag which is set by /usr/share/mk/bsd.cpu.mk
23
.if ${MACHINE_CPU:Msse3}
24
.if ${MACHINE_CPU:Msse3}
Lines 52-59 Link Here
52
CONFIGURE_ENV=	CFLAGS="${CFLAGS}" \
53
CONFIGURE_ENV=	CFLAGS="${CFLAGS}" \
53
		CXXFLAGS="${CXXFLAGS}" \
54
		CXXFLAGS="${CXXFLAGS}" \
54
		BOINCDIR="${LOCALBASE}"
55
		BOINCDIR="${LOCALBASE}"
55
CONFIGURE_ARGS=	--disable-server \
56
		--disable-graphics
57
# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
56
# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
58
BOINC_USER?=	boinc
57
BOINC_USER?=	boinc
(-)/usr/ports/astro/boinc-setiathome-enhanced/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (boinc-setiathome-enhanced-5.13.tar.gz) = 15cbcce330cddf418573adf0f7cfc649
1
MD5 (boinc-setiathome-enhanced-5.27.tar.gz) = 6251b6019c7dcd50d9e9bcb05a26a3d4
2
SHA256 (boinc-setiathome-enhanced-5.13.tar.gz) = 86877601e21e0567a4266a6c8014606b9853a7336d9efc1255c8f25f5b7fe951
2
SHA256 (boinc-setiathome-enhanced-5.27.tar.gz) = a5562783da054f1041f2c0edc14ec9dae52c17ac5dcb3fc8291c3499eb741ab0
3
SIZE (boinc-setiathome-enhanced-5.13.tar.gz) = 777562
3
SIZE (boinc-setiathome-enhanced-5.27.tar.gz) = 646986
(-)/usr/ports/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h (-12 lines)
Lines 1-12 Link Here
1
--- db/sqlblob.h	Thu Dec  1 01:01:01 2005
2
+++ db/sqlblob.h	Thu Dec 14 23:26:29 2006
3
@@ -75,7 +75,7 @@
4
      fflush(stderr);
5
 #endif
6
    }
7
-   b.mem=new std::vector<T>(xml_decode_string(buf.c_str()+start,end-start,enc_string));
8
+   b.mem=new std::vector<T>(xml_decode_string<T>(buf.c_str()+start,end-start,enc_string));
9
 #ifdef DEBUG_ALLOCATIONS
10
    fprintf(stderr,"sqlblob: allocated a vector at 0x%p\n",b.mem);
11
    fflush(stderr);
12
(-)/usr/ports/astro/boinc-setiathome-enhanced/pkg-descr (-2 / +2 lines)
Lines 10-17 Link Here
10
Note that there is currently no screensaver support in this version.
10
Note that there is currently no screensaver support in this version.
11
The source archive is a repackaged version of
11
The source archive is a repackaged version of
12
setiathome_enhanced-client-cvs-2006-05-12.tar.gz at
12
setiathome_enhanced-client-cvs-2007-08-08.tar.gz at
13
http://setiathome.berkeley.edu/seti_source/nightly/old/ :
13
http://setiathome.berkeley.edu/seti_source/nightly[/old]/ :
14
* The screensaver and server code is removed
14
* The screensaver and server code is removed
15
* The configure and Makefile scripts are regenerated to match the
15
* The configure and Makefile scripts are regenerated to match the
16
  net/boinc-client port
16
  net/boinc-client port

Return to bug 115449