git: 44b5b2c6e451 - main - comms/sdr-wspr: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:07:43 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=44b5b2c6e451e3869ea4bd3c438a9565357dd4cd commit 44b5b2c6e451e3869ea4bd3c438a9565357dd4cd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-29 21:57:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 00:06:19 +0000 comms/sdr-wspr: Remove expired port 2023-12-31 comms/sdr-wspr: Depends on deprecated www/qt5-webkit --- MOVED | 1 + comms/Makefile | 1 - comms/sdr-wspr/Makefile | 28 -------------------- comms/sdr-wspr/distinfo | 3 --- comms/sdr-wspr/files/patch-CMakeLists.txt | 37 --------------------------- comms/sdr-wspr/files/patch-libwspr_wspr.hh | 10 -------- comms/sdr-wspr/files/patch-src_CMakeLists.txt | 11 -------- comms/sdr-wspr/pkg-descr | 3 --- 8 files changed, 1 insertion(+), 93 deletions(-) diff --git a/MOVED b/MOVED index 0f6955788cdb..e9318cd322bd 100644 --- a/MOVED +++ b/MOVED @@ -8216,3 +8216,4 @@ graphics/libgfx||2023-12-31|Has expired: unmaintained upstream since sep 2005 devel/cook||2023-12-31|Has expired: Upstream last release was in 2008 multimedia/omxplayer||2023-12-31|Has expired: Depends on legacy APIs and interfaces, functionality is being in integrated into VLC devel/mercator||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years. +comms/sdr-wspr||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit diff --git a/comms/Makefile b/comms/Makefile index 92addd0b13f0..571d24c0d217 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -166,7 +166,6 @@ SUBDIR += scmxx SUBDIR += scrcpy SUBDIR += sdr++ - SUBDIR += sdr-wspr SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += sigdigger diff --git a/comms/sdr-wspr/Makefile b/comms/sdr-wspr/Makefile deleted file mode 100644 index 0b4b650bbfe8..000000000000 --- a/comms/sdr-wspr/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= sdr-wspr -PORTVERSION= 0.1.0 -DISTVERSIONPREFIX= v -PORTREVISION= 12 -CATEGORIES= comms hamradio - -MAINTAINER= jeff@baitis.net -COMMENT= WSPR receiver/decoder using libsdr -WWW= https://github.com/hmatuschek/sdr-wspr - -LICENSE= GPLv3 - -DEPRECATED= Depends on deprecated www/qt5-webkit -EXPIRATION_DATE= 2023-12-31 -BROKEN_FreeBSD_14= fails to build: non-floating-point argument in call to function '__builtin_isfinite' - -LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui - -USES= cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5 -USE_GITHUB= yes -GH_ACCOUNT= hmatuschek -USE_QT= core buildtools:build qmake webkit widgets - -PLIST_FILES= bin/sdr-wspr share/applications/sdr-wspr.desktop \ - share/icons/sdr-wspr.svg -CMAKE_ARGS= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" - -.include <bsd.port.mk> diff --git a/comms/sdr-wspr/distinfo b/comms/sdr-wspr/distinfo deleted file mode 100644 index 9a2a8da7ad42..000000000000 --- a/comms/sdr-wspr/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464768464 -SHA256 (hmatuschek-sdr-wspr-v0.1.0_GH0.tar.gz) = 0d7d1a97a46c03419ddb223fa29eef859abacc7a21b89108cd06587f0835b0a6 -SIZE (hmatuschek-sdr-wspr-v0.1.0_GH0.tar.gz) = 2473139 diff --git a/comms/sdr-wspr/files/patch-CMakeLists.txt b/comms/sdr-wspr/files/patch-CMakeLists.txt deleted file mode 100644 index bf3f5275184f..000000000000 --- a/comms/sdr-wspr/files/patch-CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ ---- CMakeLists.txt.orig 2015-04-21 14:32:18 UTC -+++ CMakeLists.txt -@@ -63,34 +63,6 @@ ELSE(NOT LIBSDR_GUI_FOUND) - ENDIF(NOT LIBSDR_GUI_FOUND) - - # Set compiler flags --set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS} -Wall -fPIC") --set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -ggdb") --set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -ggdb") --set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -ggdb") -- -- --# FFLAGS depend on the compiler --get_filename_component(Fortran_COMPILER_NAME ${CMAKE_Fortran_COMPILER} NAME) -- --if(Fortran_COMPILER_NAME MATCHES "gfortran.*") -- # gfortran -- set(CMAKE_Fortran_FLAGS_RELEASE "-funroll-all-loops -fno-f2c -O3") -- set(CMAKE_Fortran_FLAGS_DEBUG "-fno-f2c -O0 -g") --elseif(Fortran_COMPILER_NAME MATCHES "ifort.*") -- # ifort (untested) -- set(CMAKE_Fortran_FLAGS_RELEASE "-f77rtl -O3") -- set(CMAKE_Fortran_FLAGS_DEBUG "-f77rtl -O0 -g") --elseif(Fortran_COMPILER_NAME MATCHES "g77") -- # g77 -- set(CMAKE_Fortran_FLAGS_RELEASE "-funroll-all-loops -fno-f2c -O3 -m32") -- set(CMAKE_Fortran_FLAGS_DEBUG "-fno-f2c -O0 -g -m32") --else(Fortran_COMPILER_NAME MATCHES "gfortran.*") -- message("CMAKE_Fortran_COMPILER full path: " ${CMAKE_Fortran_COMPILER}) -- message("Fortran compiler: " ${Fortran_COMPILER_NAME}) -- message("No optimized Fortran compiler flags are known, we just try -O2...") -- set(CMAKE_Fortran_FLAGS_RELEASE "-O2") -- set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g") --endif(Fortran_COMPILER_NAME MATCHES "gfortran.*") - - # - # Get default install directories under Linux diff --git a/comms/sdr-wspr/files/patch-libwspr_wspr.hh b/comms/sdr-wspr/files/patch-libwspr_wspr.hh deleted file mode 100644 index 1566f9fce72f..000000000000 --- a/comms/sdr-wspr/files/patch-libwspr_wspr.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- libwspr/wspr.hh.orig 2015-04-21 14:32:18 UTC -+++ libwspr/wspr.hh -@@ -1,6 +1,7 @@ - #ifndef WSPR_HH - #define WSPR_HH - -+#include <sys/types.h> - #include <complex> - #include <cstdlib> - diff --git a/comms/sdr-wspr/files/patch-src_CMakeLists.txt b/comms/sdr-wspr/files/patch-src_CMakeLists.txt deleted file mode 100644 index cffc37321ec0..000000000000 --- a/comms/sdr-wspr/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- src/CMakeLists.txt.orig 2015-04-21 14:32:18 UTC -+++ src/CMakeLists.txt -@@ -10,7 +10,7 @@ qt5_add_resources(sdr_wspr_RCC_SOURCES . - add_executable(sdr-wspr ${sdr_wspr_SOURCES} ${sdr_wspr_MOC_SOURCES} ${sdr_wspr_RCC_SOURCES}) - target_link_libraries(sdr-wspr - ${Qt5Core_LIBRARIES} ${Qt5Widgets_LIBRARIES} ${Qt5WebKitWidgets_LIBRARIES} -- ${LIBS} sdrwspr) -+ ${LIBS} ${LDFLAGS} sdrwspr) - - #add_executable(sdr_wspr_cli wspr2.cc sdr_wspr_cli.cc) - #target_link_libraries(sdr_wspr_cli ${LIBS} ${Qt5Core_LIBRARIES} sdrwspr) diff --git a/comms/sdr-wspr/pkg-descr b/comms/sdr-wspr/pkg-descr deleted file mode 100644 index 8f27d7fa5232..000000000000 --- a/comms/sdr-wspr/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A WSPR receiver/decoder using libsdr. This implementation embeds the original -WSPR Fortran code into a libsdr processing node, allowing to assemble a WSPR -receiver for various sources easily.