mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 5.27
PR: 115449 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
This commit is contained in:
parent
15fa401bc7
commit
10add1dc92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198183
4 changed files with 8 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue