diff -ruN --exclude=CVS /usr/ports/astro/boinc-setiathome-enhanced.orig/Makefile /usr/ports/astro/boinc-setiathome-enhanced/Makefile --- /usr/ports/astro/boinc-setiathome-enhanced.orig/Makefile 2007-05-19 21:57:46.000000000 +0200 +++ /usr/ports/astro/boinc-setiathome-enhanced/Makefile 2007-08-11 12:37:54.000000000 +0200 @@ -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 @@ 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 @@ 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 -ruN --exclude=CVS /usr/ports/astro/boinc-setiathome-enhanced.orig/distinfo /usr/ports/astro/boinc-setiathome-enhanced/distinfo --- /usr/ports/astro/boinc-setiathome-enhanced.orig/distinfo 2006-07-30 21:20:52.000000000 +0200 +++ /usr/ports/astro/boinc-setiathome-enhanced/distinfo 2007-08-11 12:33:01.000000000 +0200 @@ -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 -ruN --exclude=CVS /usr/ports/astro/boinc-setiathome-enhanced.orig/files/patch-db-sqlblob.h /usr/ports/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h --- /usr/ports/astro/boinc-setiathome-enhanced.orig/files/patch-db-sqlblob.h 2006-12-27 04:56:37.000000000 +0100 +++ /usr/ports/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h 1970-01-01 01:00:00.000000000 +0100 @@ -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(xml_decode_string(buf.c_str()+start,end-start,enc_string)); -+ b.mem=new std::vector(xml_decode_string(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 -ruN --exclude=CVS /usr/ports/astro/boinc-setiathome-enhanced.orig/pkg-descr /usr/ports/astro/boinc-setiathome-enhanced/pkg-descr --- /usr/ports/astro/boinc-setiathome-enhanced.orig/pkg-descr 2006-07-30 21:20:52.000000000 +0200 +++ /usr/ports/astro/boinc-setiathome-enhanced/pkg-descr 2007-08-11 00:53:19.000000000 +0200 @@ -10,8 +10,8 @@ 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