Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 2021 00:18:26 GMT
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7cf78ca64283 - main - astro/boinc-setiathime: no longer giving work units
Message-ID:  <202111040018.1A40IQ1B039507@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7cf78ca64283b960af4b2f070a7117dc6d000dee

commit 7cf78ca64283b960af4b2f070a7117dc6d000dee
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2021-11-04 00:15:36 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2021-11-04 00:15:36 +0000

    astro/boinc-setiathime: no longer giving work units
    
    delete port.
---
 MOVED                                              |   1 +
 astro/Makefile                                     |   1 -
 astro/boinc-setiathome/Makefile                    | 111 ---------------------
 astro/boinc-setiathome/distinfo                    |   3 -
 .../files/patch-client_Makefile.am                 |  11 --
 .../files/patch-client_pulsefind.h                 |  10 --
 astro/boinc-setiathome/files/patch-client_seti.h   |  14 ---
 .../patch-client_vector_analyzeFuncs__altivec.cpp  |  11 --
 .../patch-client_vector_analyzeFuncs__vector.cpp   |  56 -----------
 .../patch-client_vector_analyzeFuncs__vector.h     |  11 --
 .../files/patch-client_vector_hires__timer.cpp     |  11 --
 .../files/patch-client_vector_sighandler.h         |  10 --
 .../files/patch-client_vector_x86__float4.h        |  57 -----------
 .../files/patch-client_vector_x86__ops.h           |  24 -----
 astro/boinc-setiathome/files/patch-configure.ac    |  11 --
 astro/boinc-setiathome/files/pkg-deinstall.in      |  24 -----
 astro/boinc-setiathome/files/pkg-install.in        |  37 -------
 astro/boinc-setiathome/files/pkg-message.in        |  20 ----
 astro/boinc-setiathome/pkg-descr                   |   9 --
 astro/boinc-setiathome/pkg-plist                   |   9 --
 20 files changed, 1 insertion(+), 440 deletions(-)

diff --git a/MOVED b/MOVED
index 1cca8feb1289..41086441fde2 100644
--- a/MOVED
+++ b/MOVED
@@ -16593,3 +16593,4 @@ games/super_methane_brothers||2021-10-31|Removed, depnds on expired devel/clanli
 emulators/advancemess||2021-10-31|Removed, depends on expired emulators/advancemame
 emulators/advancemame||2021-10-31|Has expired: Heavily outdated and unmaintained
 devel/clanlib||2021-10-31|Has expired: Upstream no longer maintained
+astro/boinc-setiathome||2021-11-03|No longer giving out work units
diff --git a/astro/Makefile b/astro/Makefile
index c21cedfda773..3b09a026fd3a 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -4,7 +4,6 @@
     SUBDIR += accrete
     SUBDIR += astrometry
     SUBDIR += boinc-astropulse
-    SUBDIR += boinc-setiathome
     SUBDIR += celestia
     SUBDIR += celestia-gtk
     SUBDIR += cfitsio
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile
deleted file mode 100644
index 51335971f58a..000000000000
--- a/astro/boinc-setiathome/Makefile
+++ /dev/null
@@ -1,111 +0,0 @@
-# Created by: rene
-
-PORTNAME=	boinc-setiathome
-PORTVERSION=	8.00
-PORTREVISION=	3
-CATEGORIES=	astro
-MASTER_SITES=	LOCAL/ler/setiathome \
-		http://www.lerctr.org/setiathome/
-DISTNAME=	setiathome-svn-3727  # no releases available, snapshot
-
-MAINTAINER=	ler@FreeBSD.org
-COMMENT=	Setiathome Enhanced for BOINC
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-BROKEN_aarch64=		fails to link: vector/analyzeFuncs_vector.cpp:(.data+0x38): undefined symbol 'vfp_GetPowerSpectrum(float (*) [2], float*, int)'
-BROKEN_armv6=		fails to compile: vector/analyzeFuncs_neon.S:178:17: invalid instruction, did you mean: neg?
-BROKEN_armv7=		fails to compile: vector/analyzeFuncs_neon.S:178:17: invalid instruction, did you mean: neg?
-
-BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
-RUN_DEPENDS=	boinc_client:net/boinc-client
-LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
-
-USES=		autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig \
-		tar:xz
-
-GNU_CONFIGURE=	yes
-
-CFLAGS+=	-O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \
-		-L${LOCALBASE}/lib
-LDFLAGS+=	-lexecinfo
-.if defined(CPUTYPE)
-CFLAGS+=	-march=${CPUTYPE}
-.endif
-
-# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
-BOINC_CLIENT_USER?=	boinc
-BOINC_CLIENT_GROUP?=	boinc
-BOINC_CLIENT_HOME?=	/var/db/boinc
-
-OPTIONS_DEFINE=	X11
-
-X11_DESC=	Build screensaver (requires net/boinc-client with X11)
-
-OPTIONS_SUB=	yes
-
-X11_BUILD_DEPENDS=	${LOCALBASE}/lib/libboinc_graphics2.a:net/boinc-client
-X11_USES=		gl jpeg xorg
-X11_USE=		GL=gl,glu,glut \
-			XORG=ice,sm,x11,xau,xcb,xext,xi,xdamage,xdmcp,xfixes,xmu,xt,xxf86vm
-X11_CONFIGURE_ENABLE=	graphics
-
-X11_BUILD_DEPENDS_OFF=	${LOCALBASE}/include/boinc/std_fixes.h:net/boinc-client
-
-CFLAGS_i386=	-mtune=native
-CFLAGS_amd64=	-mtune=native
-
-.if !empty(MACHINE_CPU:Maltivec)
-CONFIGURE_ARGS+=	--enable-altivec
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} == 60
-CFLAGS+=	-Wno-reserved-user-defined-literal -Wno-unused-command-line-argument
-.endif
-
-CONFIGURE_ENV+=	BOINCDIR="${NONEXISTENT}"
-
-CONFIGURE_ARGS+=	--disable-static-client --disable-server \
-			--disable-tests \
-			--with-boinc-platform=${ARCH}-portbld-freebsd
-
-SETI_SITE=	setiathome.berkeley.edu
-SETI_BINARY=	setiathome-${PORTVERSION:S/.0/./}.${ARCH}-portbld-freebsd
-
-SUB_FILES=	pkg-deinstall pkg-install pkg-message
-SUB_LIST=	SETI_BINARY=${SETI_BINARY} \
-		SETI_SITE=${SETI_SITE} \
-		SETI_VERSION=${PORTVERSION:S/.//} \
-		BOINC_CLIENT_HOME=${BOINC_CLIENT_HOME} \
-		BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \
-		BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP}
-PLIST_SUB+=	PREFIX=${PREFIX} \
-		SETI_BINARY=${SETI_BINARY} \
-		SETI_SITE=${SETI_SITE} \
-		BOINC_CLIENT_HOME=${BOINC_CLIENT_HOME} \
-		BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \
-		BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP}
-
-# str_replace.h is included in newer versions of net/boinc-client,
-# but it is not needed on FreeBSD
-post-patch:
-	${REINPLACE_CMD} -E -e "s|#include \"str_replace.h\"||" \
-		${WRKSRC}/client/main.cpp \
-		${WRKSRC}/client/sah_gfx.cpp \
-		${WRKSRC}/client/seti.cpp \
-		${WRKSRC}/client/timecvt.cpp \
-		${WRKSRC}/db/xml_util.cpp
-
-do-install:
-	${INSTALL} -d ${STAGEDIR}${BOINC_CLIENT_HOME}/projects
-	${INSTALL} -d ${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE}
-	${INSTALL_PROGRAM} ${WRKSRC}/client/${SETI_BINARY} \
-	    ${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE}/
-do-install-X11-on:
-	${INSTALL_PROGRAM} ${WRKSRC}/client/seti_graphics \
-	    ${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE}/
-
-.include <bsd.port.post.mk>
diff --git a/astro/boinc-setiathome/distinfo b/astro/boinc-setiathome/distinfo
deleted file mode 100644
index 6cb15d1c991c..000000000000
--- a/astro/boinc-setiathome/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1515972172
-SHA256 (setiathome-svn-3727.tar.xz) = 81a49b8ca14286aa3822dcf47bf3fb82f679c0363e06c5e42b77f84056b671b0
-SIZE (setiathome-svn-3727.tar.xz) = 7234424
diff --git a/astro/boinc-setiathome/files/patch-client_Makefile.am b/astro/boinc-setiathome/files/patch-client_Makefile.am
deleted file mode 100644
index bdad03d4c642..000000000000
--- a/astro/boinc-setiathome/files/patch-client_Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- client/Makefile.am.orig	2018-12-18 10:43:02 UTC
-+++ client/Makefile.am
-@@ -203,7 +203,7 @@ if PPC
- seti_boinc-analyzeFuncs_altivec.o:  vector/analyzeFuncs_altivec.cpp
- 	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(seti_boinc_CXXFLAGS) $(CXXFLAGS) -DUSE_ALTIVEC \
--	-MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -faltivec -mabi=altivec \
-+	-MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -maltivec -mabi=altivec \
- 	-c -o $@ $<; then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
- 	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
- seti_boinc-analyzeFuncs_vector.o:  vector/analyzeFuncs_vector.cpp
diff --git a/astro/boinc-setiathome/files/patch-client_pulsefind.h b/astro/boinc-setiathome/files/patch-client_pulsefind.h
deleted file mode 100644
index 37647db0d6cd..000000000000
--- a/astro/boinc-setiathome/files/patch-client_pulsefind.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- client/pulsefind.h.orig	2018-12-18 12:03:47 UTC
-+++ client/pulsefind.h
-@@ -82,7 +82,6 @@ extern FoldSet AVXfold_c;       // in analyzeFuncs_avx
- extern FoldSet sse_ben_fold;    // in analyzeFuncs_sse.cpp
- extern FoldSet BHSSEfold;       // in analyzeFuncs_sse.cpp
- extern FoldSet AKSSEfold;       // in analyzeFuncs_sse.cpp
--extern FoldSet AKavfold;        // in analyzeFuncs_altivec.cpp
- extern FoldSet swifold;         // in Pulsefind - default set
- extern FoldSet Foldmain;        // in Pulsefind - used set
- 
diff --git a/astro/boinc-setiathome/files/patch-client_seti.h b/astro/boinc-setiathome/files/patch-client_seti.h
deleted file mode 100644
index a8e2e7001e31..000000000000
--- a/astro/boinc-setiathome/files/patch-client_seti.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- client/seti.h.orig	2018-12-13 10:21:28 UTC
-+++ client/seti.h
-@@ -53,9 +53,9 @@ typedef uint64_t sh_uint8_t;
- 
- #ifdef PRId64
- // If print formats are defined
--#define SINT8_FMT "%"PRId64
-+#define SINT8_FMT "%" PRId64
- #define SINT8_FMT_CAST(x) (x)
--#define UINT8_FMT "%"PRIu64
-+#define UINT8_FMT "%" PRIu64
- #define UINT8_FMT_CAST(x) (x)
- #else 
- // play it safe.  It'll work through 49 bits at least.
diff --git a/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__altivec.cpp b/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__altivec.cpp
deleted file mode 100644
index 07a735739ffd..000000000000
--- a/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__altivec.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- client/vector/analyzeFuncs_altivec.cpp.orig	2018-01-14 23:02:12 UTC
-+++ client/vector/analyzeFuncs_altivec.cpp
-@@ -31,7 +31,7 @@
- // This file is empty is USE_ALTIVEC is not defined
- #include "sah_config.h"
- 
--#if defined(__ppc__) && defined(USE_ALTIVEC)
-+#if defined(__ppc__) && defined(USE_ALTIVEC) && defined(__APPLE__)
- 
- #define INVALID_CHIRP 2e+20
- 
diff --git a/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__vector.cpp b/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__vector.cpp
deleted file mode 100644
index 583b73f155cb..000000000000
--- a/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__vector.cpp
+++ /dev/null
@@ -1,56 +0,0 @@
---- client/vector/analyzeFuncs_vector.cpp.orig	2018-01-14 23:02:12 UTC
-+++ client/vector/analyzeFuncs_vector.cpp
-@@ -101,7 +101,7 @@
- #if defined(HAVE__ISNAN)
- #define isnotnan(x) (!_isnan(x))
- #elif defined(HAVE_ISNAN)
--#define isnotnan(x) (!isnan(x))
-+#define isnotnan(x) (!std::isnan(x))
- #elif defined(HAVE___ISNAN)
- #define isnotnan(x) (!__isnan(x))
- #else
-@@ -338,7 +338,7 @@ bool found_baseline_smooth=false;
- 
- GPStb GetPowerSpectrumFuncs[]={
-     v_GetPowerSpectrum, BA_ANY, "v_GetPowerSpectrum",
--#ifdef USE_ALTIVEC
-+#if defined(USE_ALTIVEC) && defined(__APPLE__)
-     v_vGetPowerSpectrum, BA_ALTVC, "v_vGetPowerSpectrum", 
-     v_vGetPowerSpectrumG4, BA_ALTVC,"v_vGetPowerSpectrumG4",
- #endif
-@@ -374,7 +374,7 @@ CDtb ChirpDataFuncs[]={
-     fpu_ChirpData, BA_ANY, "fpu_ChirpData",
-     fpu_opt_ChirpData, BA_ANY, "fpu_opt_ChirpData",
- #endif
--#ifdef USE_ALTIVEC
-+#if defined(USE_ALTIVEC) && defined(__APPLE__)
-     v_vChirpData, BA_ALTVC, "v_vChirpData",  
-     v_vChirpDataG4, BA_ALTVC, "v_vChirpDataG4",
-     v_vChirpDataG5, BA_ALTVC, "v_vChirpDataG5",
-@@ -432,7 +432,7 @@ TPtb TransposeFuncs[]={
- #ifdef USE_FFTWF
-     fftwf_transpose, BA_ANY, "fftwf_transpose",
- #endif
--#ifdef USE_ALTIVEC
-+#if defined(USE_ALTIVEC) && defined(__APPLE__)
-     v_vTranspose, BA_ALTVC, "v_vTranspose",
- #endif
- #ifdef USE_SSE 
-@@ -461,7 +461,7 @@ TPtb TransposeFuncs[]={
-      v_avxTranspose8x8ntw_b, BA_AVX, "v_avxTranspose8x8ntw_b", 
- #  endif
- #endif
--#if (defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__)) || defined(__arch64__)
-+#if (defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__)) || defined(__aarch64__)
-     v_pfTranspose2, BA_VFP, "v_pfTranspose2",      
-     v_pfTranspose4, BA_VFP, "v_pfTranspose4",      
-     v_pfTranspose8, BA_VFP, "v_pfTranspose8",      
-@@ -476,7 +476,7 @@ bool found_transpose=false;
- 
- FolSub FoldSubs[] = {
-   &swifold,      BA_ANY,
--#ifdef USE_ALTIVEC
-+#if defined(USE_ALTIVEC) && defined(__APPLE__)
-   &AKavfold,     BA_ALTVC,
- #endif
- #ifdef USE_SSE 
diff --git a/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__vector.h b/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__vector.h
deleted file mode 100644
index 2311ea6ce568..000000000000
--- a/astro/boinc-setiathome/files/patch-client_vector_analyzeFuncs__vector.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- client/vector/analyzeFuncs_vector.h.orig	2018-12-18 12:22:10 UTC
-+++ client/vector/analyzeFuncs_vector.h
-@@ -275,7 +275,7 @@ extern int v_vGetPowerSpectrumUnrolled2(  
-                               );
- #endif
- 
--#ifdef USE_ALTIVEC
-+#if defined(USE_ALTIVEC) && defined(__APPLE)
- extern int v_vGetPowerSpectrumG4(
-                                 sah_complex * cx_FreqData,
-                                 float * fp_PowerSpectrum,
diff --git a/astro/boinc-setiathome/files/patch-client_vector_hires__timer.cpp b/astro/boinc-setiathome/files/patch-client_vector_hires__timer.cpp
deleted file mode 100644
index 649f0d9b2841..000000000000
--- a/astro/boinc-setiathome/files/patch-client_vector_hires__timer.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- client/vector/hires_timer.cpp.orig	2018-01-14 23:02:12 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 {
diff --git a/astro/boinc-setiathome/files/patch-client_vector_sighandler.h b/astro/boinc-setiathome/files/patch-client_vector_sighandler.h
deleted file mode 100644
index eab1affbb579..000000000000
--- a/astro/boinc-setiathome/files/patch-client_vector_sighandler.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- client/vector/sighandler.h.orig	2018-01-14 23:02:12 UTC
-+++ client/vector/sighandler.h
-@@ -44,6 +44,7 @@
- #define SIGHANDLER_H
- 
- 
-+#include <stddef.h>
- #include <signal.h>
- #include <setjmp.h>
- 
diff --git a/astro/boinc-setiathome/files/patch-client_vector_x86__float4.h b/astro/boinc-setiathome/files/patch-client_vector_x86__float4.h
deleted file mode 100644
index 5124f661a2b1..000000000000
--- a/astro/boinc-setiathome/files/patch-client_vector_x86__float4.h
+++ /dev/null
@@ -1,57 +0,0 @@
---- client/vector/x86_float4.h.orig	2018-01-14 23:02:12 UTC
-+++ client/vector/x86_float4.h
-@@ -58,8 +58,8 @@ extern const_float4 INDGEN[2];
- 
- ALIGNED(static const int sign_bits[4],16)={INT_MIN, INT_MIN, INT_MIN, INT_MIN};
- ALIGNED(static const int other_bits[4],16)={INT_MAX, INT_MAX, INT_MAX, INT_MAX};
--#define SIGN_BITS (*(__m128i *)sign_bits)
--#define OTHER_BITS (*(__m128i *)other_bits)
-+#define SIGN_BITS (*(__m128 *)sign_bits)
-+#define OTHER_BITS (*(__m128 *)other_bits)
- 
- 
- 
-@@ -104,19 +104,19 @@ struct float4 {
- #endif
- 	      return  rv;
-        };
--       inline float4 operator |(const __m128i &b) const {
-+       inline float4 operator |(const __m128 &b) const {
-               register float4 rv;
- #ifdef USE_INTRINSICS
--	          rv.m=_mm_or_ps(*(__m128 *)&b,m);
-+	          rv.m=_mm_or_ps(b,m);
- #elif defined(__GNUC__)
-               __asm__ ( "orps %2,%0" : "=x" (rv.m) : "0" (b), "xm" (m));
- #endif
- 	      return rv;
-        };
--       inline float4 operator &(const __m128i &b) const {
-+       inline float4 operator &(const __m128 &b) const {
-               register float4 rv;
- #ifdef USE_INTRINSICS
--	      rv.m=_mm_and_ps(*(__m128 *)&b,m);
-+	      rv.m=_mm_and_ps(b,m);
- #elif defined(__GNUC__)
-               __asm__ ( "andps %2,%0" : "=x" (rv.m) : "0" (b), "xm" (m));
- #endif
-@@ -159,7 +159,9 @@ struct float4 {
- 	      return *this;
-        }
-        inline operator __m128() {return m;};
-+#ifdef __SSE2__
-        inline operator __m128i() {return *(__m128i *)&m; };
-+#endif
-        inline float4 abs() const {
-               // clear the sign bits
-               return *this & OTHER_BITS;
-@@ -258,7 +260,9 @@ struct const_float4 : public float4 {
-     inline const_float4(const float4 &b) { m=b.m; };
-     inline operator float4() const { return *this; };
-     inline operator __m128() {return m;};
-+#ifdef __SSE2__
-     inline operator __m128i() {return *(__m128i *)&m; };
-+#endif
- };
- 
- #endif
diff --git a/astro/boinc-setiathome/files/patch-client_vector_x86__ops.h b/astro/boinc-setiathome/files/patch-client_vector_x86__ops.h
deleted file mode 100644
index 38b148205574..000000000000
--- a/astro/boinc-setiathome/files/patch-client_vector_x86__ops.h
+++ /dev/null
@@ -1,24 +0,0 @@
---- client/vector/x86_ops.h.orig	2018-01-14 23:02:12 UTC
-+++ client/vector/x86_ops.h
-@@ -137,8 +137,10 @@
- // SSE2 specific functions/macros here.
- #if defined(_MSC_VER) || defined(__clang__)
- typedef __m128d x86_m128d;
-+typedef __m128i x86_m128i;
- #else
- typedef double x86_m128d __attribute__ ((mode(V2DF))) __attribute__((aligned(16)));
-+typedef int x86_m128i __attribute__ ((mode(V4SI))) __attribute__((aligned(16)));
- #endif
- #endif
- 
-@@ -146,10 +148,8 @@ typedef double x86_m128d __attribute__ ((mode(V2DF))) 
- // SSE specific functions/macros here.
- #if defined(_MSC_VER) || defined(__clang__)
- typedef __m128 x86_m128;
--typedef __m128i x86_m128i;
- #else
- typedef float x86_m128 __attribute__ ((mode(V4SF))) __attribute__((aligned(16)));
--typedef int x86_m128i __attribute__ ((mode(V4SI))) __attribute__((aligned(16)));
- #endif
- 
- static inline void prefetcht0(const void *v) {
diff --git a/astro/boinc-setiathome/files/patch-configure.ac b/astro/boinc-setiathome/files/patch-configure.ac
deleted file mode 100644
index a18209eb4f20..000000000000
--- a/astro/boinc-setiathome/files/patch-configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig	2018-12-13 10:20:53 UTC
-+++ configure.ac
-@@ -658,7 +658,7 @@ AH_BOTTOM([
- #endif
- 
- #if !defined(CUSTOM_STRING) && defined(COMPILER_STRING)
--#define CUSTOM_STRING PACKAGE_STRING" "SVN_REV" "COMPILER_STRING
-+#define CUSTOM_STRING PACKAGE_STRING " " SVN_REV " " COMPILER_STRING
- #endif
- 
- #include "std_fixes.h"
diff --git a/astro/boinc-setiathome/files/pkg-deinstall.in b/astro/boinc-setiathome/files/pkg-deinstall.in
deleted file mode 100644
index d9100afdae07..000000000000
--- a/astro/boinc-setiathome/files/pkg-deinstall.in
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-if [ "$2" != "POST-DEINSTALL" ]; then
-    exit 0
-fi
-
-F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml
-echo Removing setiathome_v7 lines from $F
-
-l=`grep -n "<name>setiathome_v8</name>" $F | cut -f 1 -d :`
-if [ $? -ne 0 ]; then
-    echo $F is corrupt
-    exit 1
-fi
-l1=$(($l-1))
-l2=$(($l+13))
-sed -i.bak "${l1},${l2}d" $F # sed wants the braces
-rm $F.bak
-
-l=`wc -l $F | cut -f 1 -d / | sed 's/ //g'`
-if [ $l -eq 2 ]; then
-    echo Removing empty $F
-    rm $F
-fi
diff --git a/astro/boinc-setiathome/files/pkg-install.in b/astro/boinc-setiathome/files/pkg-install.in
deleted file mode 100644
index 133601709712..000000000000
--- a/astro/boinc-setiathome/files/pkg-install.in
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-
-if [ "$2" != "POST-INSTALL" ]; then
-    exit 0
-fi
-
-F=%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/app_info.xml
-
-if [ ! -f $F ]; then
-    echo Creating new $F
-    echo "<app_info>" > $F
-    echo "</app_info>" >> $F
-    chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F
-fi
-
-echo Adding setiathome_v8 lines to $F
-ed - $F <<EOF
-1a
-<app>
-<name>setiathome_v8</name>
-</app>
-<file_info>
-<name>%%SETI_BINARY%%</name>
-<executable/>
-</file_info>
-<app_version>
-<app_name>setiathome_v8</app_name>
-<version_num>%%SETI_VERSION%%</version_num>
-<file_ref>
-<file_name>%%SETI_BINARY%%</file_name>
-<main_program/>
-</file_ref>
-</app_version>
-.
-w
-q
-EOF
diff --git a/astro/boinc-setiathome/files/pkg-message.in b/astro/boinc-setiathome/files/pkg-message.in
deleted file mode 100644
index 1e5268e2b458..000000000000
--- a/astro/boinc-setiathome/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-ATTACHING PROJECT
-
-Just run boinc_gui (if installed), choose Attach, and follow instructions.
-Project URL is %%SETI_SITE%%
-
-MANUAL INSTALLATION
- *) If this is your first time in any BOINC project, create a new account at
-    http://%%SETI_SITE%%/create_account_form.php
-
- *) Or get your account key at http://%%SETI_SITE%%/get_passwd.php
-
- *) Attach to the project:
-    cd %%BOINC_CLIENT_HOME%%
-    boinccmd --project_attach %%SETI_SITE%% <account key>
-EOM
-}
-]
diff --git a/astro/boinc-setiathome/pkg-descr b/astro/boinc-setiathome/pkg-descr
deleted file mode 100644
index f80ebcb83b31..000000000000
--- a/astro/boinc-setiathome/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-SETI - Search for Extra-Terrestrial Intelligence -- Version 7
-
-Use your unused CPU cycles to aid in computations analyzing radio
-telescope information for possible signs of extra-terrestrial intelligence.
-
-The port automatically optimizes for the host CPU using the CPUTYPE
-variable in /etc/make.conf
-
-WWW: http://setiathome.berkeley.edu/
diff --git a/astro/boinc-setiathome/pkg-plist b/astro/boinc-setiathome/pkg-plist
deleted file mode 100644
index 7d92c1fa29a9..000000000000
--- a/astro/boinc-setiathome/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-@owner %%BOINC_CLIENT_USER%%
-@group %%BOINC_CLIENT_GROUP%%
-@dir %%BOINC_CLIENT_HOME%%
-@dir %%BOINC_CLIENT_HOME%%/projects/
-@dir %%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%
-%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/%%SETI_BINARY%%
-%%X11%%%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/seti_graphics
-@owner root
-@group wheel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111040018.1A40IQ1B039507>