From nobody Thu Nov 4 09:44:23 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BB4B4183A559; Thu, 4 Nov 2021 09:44:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HlJd34knvz4YbR; Thu, 4 Nov 2021 09:44:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7DE4129F5A; Thu, 4 Nov 2021 09:44:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A49iNhQ097734; Thu, 4 Nov 2021 09:44:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A49iNXL097733; Thu, 4 Nov 2021 09:44:23 GMT (envelope-from git) Date: Thu, 4 Nov 2021 09:44:23 GMT Message-Id: <202111040944.1A49iNXL097733@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Larry Rosenman Subject: git: 116e9eeed21f - main - astro/boinc-astropulse: removed due to astro/boinc-setiathome removal List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ler X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 116e9eeed21ff88be08d200d5630cc7d9e86b758 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=116e9eeed21ff88be08d200d5630cc7d9e86b758 commit 116e9eeed21ff88be08d200d5630cc7d9e86b758 Author: Larry Rosenman AuthorDate: 2021-11-04 09:43:11 +0000 Commit: Larry Rosenman CommitDate: 2021-11-04 09:43:11 +0000 astro/boinc-astropulse: removed due to astro/boinc-setiathome removal --- MOVED | 1 + astro/Makefile | 3 +- astro/boinc-astropulse/Makefile | 80 ---------------------- astro/boinc-astropulse/distinfo | 2 - astro/boinc-astropulse/files/patch-Makefile.am | 11 --- .../files/patch-ap__client__main.cpp | 21 ------ astro/boinc-astropulse/files/patch-ap__fileio.cpp | 10 --- astro/boinc-astropulse/files/patch-ap__fold.cpp | 10 --- .../files/patch-ap__remove__radar.cpp | 8 --- astro/boinc-astropulse/files/patch-configure.ac | 41 ----------- .../files/patch-m4_sah__check__boinc.m4 | 11 --- astro/boinc-astropulse/files/pkg-deinstall.in | 24 ------- astro/boinc-astropulse/files/pkg-install.in | 37 ---------- astro/boinc-astropulse/files/pkg-message.in | 20 ------ astro/boinc-astropulse/pkg-descr | 10 --- astro/boinc-astropulse/pkg-plist | 9 --- 16 files changed, 2 insertions(+), 296 deletions(-) diff --git a/MOVED b/MOVED index 41086441fde2..ec67991f4072 100644 --- a/MOVED +++ b/MOVED @@ -16594,3 +16594,4 @@ emulators/advancemess||2021-10-31|Removed, depends on expired emulators/advancem 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 +astro/boinc-astropulse||2021-11-04|boinc-setiathome removed, no longer needed diff --git a/astro/Makefile b/astro/Makefile index 3b09a026fd3a..226efe3a164b 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -1,9 +1,8 @@ - COMMENT = Astronomical ports + MakefCOMMENT = Astronomical ports SUBDIR += R-cran-maptools SUBDIR += accrete SUBDIR += astrometry - SUBDIR += boinc-astropulse SUBDIR += celestia SUBDIR += celestia-gtk SUBDIR += cfitsio diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile deleted file mode 100644 index 679643ae7dd8..000000000000 --- a/astro/boinc-astropulse/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# Created by: rene - -PORTNAME= boinc-astropulse -PORTVERSION= 6.01 -PORTREVISION= 14 -CATEGORIES= astro -MASTER_SITES= LOCAL/rene -DISTNAME= astropulse-svn-1702 # modified archive, see leftout in top directory - -MAINTAINER= ler@FreeBSD.org -COMMENT= Astropulse for BOINC - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN_armv6= fails to compile: call to abs is ambiguous - -BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \ - ${NONEXISTENT}:astro/boinc-setiathome:configure -RUN_DEPENDS= boinc_client:net/boinc-client -LIB_DEPENDS= libfftw3f.so:math/fftw3-float - -USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:xz - -GNU_CONFIGURE= yes - -WRKSRC_SUBDIR= client - -CPPFLAGS+= -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lexecinfo - -# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile -BOINC_CLIENT_USER?= boinc -BOINC_CLIENT_GROUP?= boinc -BOINC_CLIENT_HOME?= /var/db/boinc - -SETI_WORK!= cd ${.CURDIR}/../boinc-setiathome && ${MAKE} -V WRKSRC -CONFIGURE_ENV= BOINCDIR="${NONEXISTENT}" \ - BOINC_DIR="${NONEXISTENT}" \ - SETI_BOINC_DIR="${SETI_WORK}" -CONFIGURE_ARGS= --disable-static-client \ - --with-boinc-platform=${ARCH}-portbld-freebsd - -SETI_SITE= setiathome.berkeley.edu -AP_BINARY= astropulse-${PORTVERSION:S/.0/./}.${ARCH}-portbld-freebsd - -SUB_FILES= pkg-deinstall pkg-install pkg-message -SUB_LIST= AP_BINARY=${AP_BINARY} \ - AP_VERSION=${PORTVERSION:S/.//} \ - SETI_SITE=${SETI_SITE} \ - BOINC_CLIENT_HOME=${BOINC_CLIENT_HOME} \ - BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \ - BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP} -PLIST_SUB= AP_BINARY=${AP_BINARY} \ - SETI_SITE=${SETI_SITE} \ - BOINC_CLIENT_HOME=${BOINC_CLIENT_HOME} \ - BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \ - BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP} - -OPTIONS_DEFINE= X11 -OPTIONS_SUB= yes - -X11_DESC= Build screensaver (requires net/boinc-client with X11) -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 - -do-install: - @${MKDIR} ${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE} - ${INSTALL_PROGRAM} ${WRKSRC}/${AP_BINARY} \ - ${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE}/ - -do-install-X11-on: - ${INSTALL_PROGRAM} ${WRKSRC}/ap_graphics \ - ${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE}/ - -.include diff --git a/astro/boinc-astropulse/distinfo b/astro/boinc-astropulse/distinfo deleted file mode 100644 index d47706675596..000000000000 --- a/astro/boinc-astropulse/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (astropulse-svn-1702.tar.xz) = cfb307628dc02f0407f7571fed7e91b7824fd385278ecfa2b30ed5fb8c38cd46 -SIZE (astropulse-svn-1702.tar.xz) = 7397348 diff --git a/astro/boinc-astropulse/files/patch-Makefile.am b/astro/boinc-astropulse/files/patch-Makefile.am deleted file mode 100644 index 9083bb5b2dda..000000000000 --- a/astro/boinc-astropulse/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2009-06-11 17:35:16 UTC -+++ Makefile.am -@@ -31,7 +31,7 @@ if ENABLE_GUI - GUI_C_FLAGS = $(CLIENT_C_FLAGS) $(GRAPHICS_CFLAGS) - GUI_LD_FLAGS = $(CLIENT_LD_FLAGS) - GUI_LD_ADD = -L$(BOINCDIR)/api -L$(BOINCDIR)/lib $(BOINC_LIBS) $(GRAPHICS_LIBS_RAW) $(APP_LIBS) -- CLIENT_LD_FLAGS += $(LDSTATIC) -nodefaultlibs -+ CLIENT_LD_FLAGS += $(LDSTATIC) - CLIENT_LD_ADD += -L$(BOINCDIR)/api -L$(BOINCDIR)/lib $(BOINC_LIBS) $(AM_LIBS) $(APP_LIBS) - AP_GRX_SOURCES = ap_gfx_main.cpp - else diff --git a/astro/boinc-astropulse/files/patch-ap__client__main.cpp b/astro/boinc-astropulse/files/patch-ap__client__main.cpp deleted file mode 100644 index f9910dfc1202..000000000000 --- a/astro/boinc-astropulse/files/patch-ap__client__main.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- ap_client_main.cpp.orig 2012-08-14 00:07:20 UTC -+++ ap_client_main.cpp -@@ -241,7 +241,7 @@ int detect_hit(float *arr, float& total) - * calls to this function. - */ - void updatecputime() { -- int cputicksinterval = abs(clock() - lastcputicks); -+ int cputicksinterval = abs((long)clock() - (long)lastcputicks); - lastcputicks = clock(); - maxcputicksinterval = (maxcputicksinterval > cputicksinterval)?maxcputicksinterval:cputicksinterval; - cputime += ((float)cputicksinterval / (float)CLOCKS_PER_SEC); ---- ap_client_main.cpp.orig 2012-08-14 00:07:20 UTC -+++ ap_client_main.cpp -@@ -1288,7 +1288,6 @@ void Science::mainloop() { - * used to inform the core client GUI of the % complete. - */ - boinc_fraction_done(state.frac_done); -- boinc_ops_cumulative(state.frac_done*FLOPS_PER_DM*(state.dm_hi-state.dm_low)*log((float)state.fft_len)/log(32768.0),0); - debug_loop(5, 2, debug_loop_msg); - - /* This is the size of the power array. diff --git a/astro/boinc-astropulse/files/patch-ap__fileio.cpp b/astro/boinc-astropulse/files/patch-ap__fileio.cpp deleted file mode 100644 index 649bf4b31e33..000000000000 --- a/astro/boinc-astropulse/files/patch-ap__fileio.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ap_fileio.cpp.orig 2012-02-27 23:01:04 UTC -+++ ap_fileio.cpp -@@ -22,6 +22,7 @@ - #include "windows.h" - #endif - -+#include - #include - #include - #include diff --git a/astro/boinc-astropulse/files/patch-ap__fold.cpp b/astro/boinc-astropulse/files/patch-ap__fold.cpp deleted file mode 100644 index 23d13a925dfd..000000000000 --- a/astro/boinc-astropulse/files/patch-ap__fold.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ap_fold.cpp.orig 2009-04-01 00:11:24 UTC -+++ ap_fold.cpp -@@ -283,7 +283,6 @@ int Science::ffa(float *data, int num_su - * used to inform the core client GUI of the % complete. - */ - boinc_fraction_done(state.frac_done); -- boinc_ops_cumulative(state.frac_done*FLOPS_PER_DM*(state.dm_hi-state.dm_low)*log((double)state.fft_len)/log(32768.0),0); - - freq_count++; - /* Report to stdout if we have reached a new "milestone" frequency. */ diff --git a/astro/boinc-astropulse/files/patch-ap__remove__radar.cpp b/astro/boinc-astropulse/files/patch-ap__remove__radar.cpp deleted file mode 100644 index ee531cec87f4..000000000000 --- a/astro/boinc-astropulse/files/patch-ap__remove__radar.cpp +++ /dev/null @@ -1,8 +0,0 @@ ---- ap_remove_radar.cpp.orig 2012-01-26 06:53:16 UTC -+++ ap_remove_radar.cpp -@@ -1,5 +1,4 @@ - #include "astropulse.h" --#include "ap_graphics.h" - #include "fftw3.h" - #include "sbtf.h" - #include "ap_debug.h" diff --git a/astro/boinc-astropulse/files/patch-configure.ac b/astro/boinc-astropulse/files/patch-configure.ac deleted file mode 100644 index f02cac4fe642..000000000000 --- a/astro/boinc-astropulse/files/patch-configure.ac +++ /dev/null @@ -1,41 +0,0 @@ ---- configure.ac.orig 2012-08-14 00:07:20 UTC -+++ configure.ac -@@ -10,17 +10,9 @@ AC_INIT(astropulse, 6.01) - dnl tell libtool the location of the m4 macros - AC_CONFIG_MACRO_DIR([m4]) - --svnrev="`svn info | grep Revision:`" -- --if test -n "${svnrev}" ; then -- AC_REVISION("${svnrev}") -- AC_DEFINE_UNQUOTED(SVN_REV,"${svnrev}", -- [Define to be the subversion revision number]) --else -- AC_REVISION([$Revision: 1190 $]) -- AC_DEFINE(SVN_REV,"$Revision: 1190 $", -+ AC_REVISION([$Revision: 1702 $]) -+ AC_DEFINE(SVN_REV,"$Revision: 1702 $", - [Define to be the subversion revision number]) --fi - - - echo "--- Configuring Astropulse $AC_PACKAGE_VERSION ---" -@@ -267,9 +259,7 @@ dnl AC_CHECK_LIB([z], [uncompress]) - dnl AC_CHECK_LIB([stdc++], [main]) - SAH_GRX_LIBS - AC_LANG(C++) --SAH_CHECK_BOINC - SAH_CHECK_SAH --SAH_FIND_SETILIB - AC_CACHE_SAVE - - if test "${ac_cv_cxx_compiler_gnu}" = "yes" ; then -@@ -383,7 +373,7 @@ AM_CONDITIONAL(ENABLE_CLIENT, [test "${e - AM_CONDITIONAL(ENABLE_GUI, [test "${enable_graphics}" = yes]) - AM_CONDITIONAL(LINUX, [test -n "`echo ${target} | grep linux`"]) - AM_CONDITIONAL(I386, [test -n "`echo ${target} | grep i.86`"]) --AM_CONDITIONAL(X86_64, [test -n "`echo ${target} | grep 'x86_64'`"]) -+AM_CONDITIONAL(X86_64, [test -n "`echo ${target} | ${EGREP} 'x86_64|amd64'`"]) - AM_CONDITIONAL(PPC, [test -n "`echo ${target} | grep 'powerpc'`" -o -n "`echo ${target} | grep 'ppc'`" ]) - - diff --git a/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4 b/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4 deleted file mode 100644 index 6cbf7ca91f6f..000000000000 --- a/astro/boinc-astropulse/files/patch-m4_sah__check__boinc.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- m4/sah_check_boinc.m4.orig 2010-03-23 21:00:23 UTC -+++ m4/sah_check_boinc.m4 -@@ -30,7 +30,7 @@ AC_DEFUN([SAH_CHECK_BOINC],[ - cd $thisdir - break - else -- if $FIND $boinc_dir -name "std_fixes.h" >& /dev/null -+ if $FIND $boinc_dir -name "std_fixes.h" > /dev/null - then - BOINCDIR=`$FIND $boinc_dir -name "std_fixes.h" -print | $HEAD -1 | sed 's/\/std_fixes.h//'` - cd $BOINCDIR/.. diff --git a/astro/boinc-astropulse/files/pkg-deinstall.in b/astro/boinc-astropulse/files/pkg-deinstall.in deleted file mode 100644 index a103cd57148a..000000000000 --- a/astro/boinc-astropulse/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 astropulse_v6 lines from $F - -l=`grep -n "astropulse_v6" $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-astropulse/files/pkg-install.in b/astro/boinc-astropulse/files/pkg-install.in deleted file mode 100644 index a000ee65b682..000000000000 --- a/astro/boinc-astropulse/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 "" > $F - echo "" >> $F - chown %%BOINC_CLIENT_USER%%:%%BOINC_CLIENT_GROUP%% $F -fi - -echo Adding astropulse_v6 lines to $F -ed - $F < -astropulse_v6 - - -%%AP_BINARY%% - - - -astropulse_v6 -%%AP_VERSION%% - -%%AP_BINARY%% - - - -. -w -q -EOF diff --git a/astro/boinc-astropulse/files/pkg-message.in b/astro/boinc-astropulse/files/pkg-message.in deleted file mode 100644 index 1e5268e2b458..000000000000 --- a/astro/boinc-astropulse/files/pkg-message.in +++ /dev/null @@ -1,20 +0,0 @@ -[ -{ type: install - message: < -EOM -} -] diff --git a/astro/boinc-astropulse/pkg-descr b/astro/boinc-astropulse/pkg-descr deleted file mode 100644 index 18531ad5594d..000000000000 --- a/astro/boinc-astropulse/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -SETI - Search for Extra-Terrestrial Intelligence -- AstroPulse - -The project listens for broad-band, short-time pulses that might represent -extraterrestial intelligence, or other phenomena such as rapidly rotating -pulsars or exploding primordial black holes. - -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-astropulse/pkg-plist b/astro/boinc-astropulse/pkg-plist deleted file mode 100644 index 044f9fe84956..000000000000 --- a/astro/boinc-astropulse/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%%/%%AP_BINARY%% -%%X11%%%%BOINC_CLIENT_HOME%%/projects/%%SETI_SITE%%/ap_graphics -@owner root -@group wheel