Date: Sun, 14 Jan 2018 22:26:09 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459010 - in head: . astro astro/boinc-setiathome-v7 astro/boinc-setiathome-v8 astro/boinc-setiathome-v8/files Message-ID: <201801142226.w0EMQ94g084451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Sun Jan 14 22:26:08 2018 New Revision: 459010 URL: https://svnweb.freebsd.org/changeset/ports/459010 Log: astro/boinc-setiathome-v7 -> astro/boinc-setiathome-v8 - get current - rename port to reflect reality Added: head/astro/boinc-setiathome-v8/ - copied from r459009, head/astro/boinc-setiathome-v7/ head/astro/boinc-setiathome-v8/files/patch-client_vector_hires__timer.cpp (contents, props changed) head/astro/boinc-setiathome-v8/files/patch-client_vector_sighandler.h (contents, props changed) Deleted: head/astro/boinc-setiathome-v7/ head/astro/boinc-setiathome-v8/files/patch-client_Makefile.am head/astro/boinc-setiathome-v8/files/patch-client_vector_analyzeFuncs__sse.cpp head/astro/boinc-setiathome-v8/files/patch-client_vector_analyzeFuncs__vector.cpp head/astro/boinc-setiathome-v8/files/patch-client_vector_analyzeFuncs__x86__64.cpp head/astro/boinc-setiathome-v8/files/patch-client_vector_x86__float4.h head/astro/boinc-setiathome-v8/files/patch-client_vector_x86__ops.h head/astro/boinc-setiathome-v8/files/patch-configure.ac head/astro/boinc-setiathome-v8/files/patch-m4_sah__check__boinc.m4 head/astro/boinc-setiathome-v8/files/patch-sah__config.h Modified: head/MOVED head/astro/Makefile head/astro/boinc-setiathome-v8/Makefile head/astro/boinc-setiathome-v8/distinfo head/astro/boinc-setiathome-v8/files/pkg-deinstall.in head/astro/boinc-setiathome-v8/files/pkg-install.in Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jan 14 22:24:34 2018 (r459009) +++ head/MOVED Sun Jan 14 22:26:08 2018 (r459010) @@ -9847,3 +9847,4 @@ x11-toolkits/qt5-declarative-render2d/||2018-01-06|Mer editors/vim-lite|editors/vim-console|2018-01-11|Renamed to reflect that it is console-only, not any lighter devel/py-repl|devel/py-pyrepl|2018-01-10|Rename to match pypi name devel/lua-bitop-51|devel/lua51-bitop|2018-01-14|Rename to lua51- prefix +astro/boinc-setiathome-v7|astro/boinc-setiathome-v8|2018-01-14|Rename to v8 to reflect current version Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Sun Jan 14 22:24:34 2018 (r459009) +++ head/astro/Makefile Sun Jan 14 22:26:08 2018 (r459010) @@ -7,7 +7,7 @@ SUBDIR += accrete SUBDIR += astrometry SUBDIR += boinc-astropulse - SUBDIR += boinc-setiathome-v7 + SUBDIR += boinc-setiathome-v8 SUBDIR += celestia SUBDIR += celestia-gnome SUBDIR += celestia-gtk Modified: head/astro/boinc-setiathome-v8/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Sun Jan 14 22:24:34 2018 (r459009) +++ head/astro/boinc-setiathome-v8/Makefile Sun Jan 14 22:26:08 2018 (r459010) @@ -1,12 +1,11 @@ # Created by: rene # $FreeBSD$ -PORTNAME= boinc-setiathome-v7 -PORTVERSION= 7.00 -PORTREVISION= 9 +PORTNAME= boinc-setiathome-v8 +PORTVERSION= 8.00 CATEGORIES= astro -MASTER_SITES= LOCAL/rene -DISTNAME= setiathome-svn-1924 # modified archive, see leftout in top directory +MASTER_SITES= LOCAL/ler/setiathome +DISTNAME= setiathome-svn-3725 # no releases available, snapshot MAINTAINER= ler@FreeBSD.org COMMENT= Setiathome Enhanced for BOINC @@ -19,7 +18,7 @@ RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float GNU_CONFIGURE= yes -USES= autoreconf compiler gmake libtool pkgconfig ssl tar:xz +USES= autoreconf compiler gmake libtool pkgconfig tar:xz CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ -L${LOCALBASE}/lib Modified: head/astro/boinc-setiathome-v8/distinfo ============================================================================== --- head/astro/boinc-setiathome-v7/distinfo Sun Jan 14 22:24:34 2018 (r459009) +++ head/astro/boinc-setiathome-v8/distinfo Sun Jan 14 22:26:08 2018 (r459010) @@ -1,2 +1,3 @@ -SHA256 (setiathome-svn-1924.tar.xz) = 8ef1164462dabe72574c504bcab74d8b0a168833c374872e9fa204737f376298 -SIZE (setiathome-svn-1924.tar.xz) = 992080 +TIMESTAMP = 1515965298 +SHA256 (setiathome-svn-3725.tar.xz) = 78747ec516b122c681024d668a113e3bc72b2c0033b9de39c4933423f0821c57 +SIZE (setiathome-svn-3725.tar.xz) = 12548856 Added: head/astro/boinc-setiathome-v8/files/patch-client_vector_hires__timer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-setiathome-v8/files/patch-client_vector_hires__timer.cpp Sun Jan 14 22:26:08 2018 (r459010) @@ -0,0 +1,11 @@ +--- client/vector/hires_timer.cpp.orig 2018-01-14 21:26:29 UTC ++++ client/vector/hires_timer.cpp +@@ -267,7 +267,7 @@ hires_timer::hires_timer() : rollover(0),last_ticks(0) + #endif + if (period==0) { + install_sighandler(); +- if (setjmp(jb)) { ++ if (sigsetjmp(jb,0)) { + fprintf(stderr,"using fallback timer\n"); + use_fallback=1; + } else { Added: head/astro/boinc-setiathome-v8/files/patch-client_vector_sighandler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-setiathome-v8/files/patch-client_vector_sighandler.h Sun Jan 14 22:26:08 2018 (r459010) @@ -0,0 +1,10 @@ +--- client/vector/sighandler.h.orig 2018-01-14 21:49:26 UTC ++++ client/vector/sighandler.h +@@ -44,6 +44,7 @@ + #define SIGHANDLER_H + + ++#include <stddef.h> + #include <signal.h> + #include <setjmp.h> + Modified: head/astro/boinc-setiathome-v8/files/pkg-deinstall.in ============================================================================== --- head/astro/boinc-setiathome-v7/files/pkg-deinstall.in Sun Jan 14 22:24:34 2018 (r459009) +++ head/astro/boinc-setiathome-v8/files/pkg-deinstall.in Sun Jan 14 22:26:08 2018 (r459010) @@ -9,7 +9,7 @@ fi F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml echo Removing setiathome_v7 lines from $F -l=`grep -n "<name>setiathome_v7</name>" $F | cut -f 1 -d :` +l=`grep -n "<name>setiathome_v8</name>" $F | cut -f 1 -d :` if [ $? -ne 0 ]; then echo $F is corrupt exit 1 Modified: head/astro/boinc-setiathome-v8/files/pkg-install.in ============================================================================== --- head/astro/boinc-setiathome-v7/files/pkg-install.in Sun Jan 14 22:24:34 2018 (r459009) +++ head/astro/boinc-setiathome-v8/files/pkg-install.in Sun Jan 14 22:26:08 2018 (r459010) @@ -15,18 +15,18 @@ if [ ! -f $F ]; then chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F fi -echo Adding setiathome_v7 lines to $F +echo Adding setiathome_v8 lines to $F ed - $F <<EOF 1a <app> -<name>setiathome_v7</name> +<name>setiathome_v8</name> </app> <file_info> <name>%%SETI_BINARY%%</name> <executable/> </file_info> <app_version> -<app_name>setiathome_v7</app_name> +<app_name>setiathome_v8</app_name> <version_num>%%SETI_VERSION%%</version_num> <file_ref> <file_name>%%SETI_BINARY%%</file_name>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801142226.w0EMQ94g084451>