comms/hackrf-devel: Remove expired port

2025-07-31 comms/hackrf-devel: Legacy version, consider migrating to comms/hackrf
This commit is contained in:
Rene Ladan
2025-08-02 11:34:52 +02:00
parent ad4b1f6327
commit 676fffe743
10 changed files with 1 additions and 102 deletions

1
MOVED
View File

@@ -4673,3 +4673,4 @@ devel/netscape-java40||2025-08-02|Has expired: Abandonware
devel/aegis||2025-08-02|Has expired: Abandoned upstream, last release in 2012
devel/wrangler||2025-08-02|Has expired: Deprecated upstream as of Aug 3, 2023
devel/libgee06|devel/libgee|2025-08-02|Has expired: Legacy verision, unsupported upstream
comms/hackrf-devel|comms/hackrf|2025-08-02|Has expired: Legacy version, consider migrating to comms/hackrf

View File

@@ -59,7 +59,6 @@
SUBDIR += gstreamer1-plugins-spandsp
SUBDIR += gtkmmorse
SUBDIR += hackrf
SUBDIR += hackrf-devel
SUBDIR += hamlib
SUBDIR += hcidump
SUBDIR += hidapi

View File

@@ -1,33 +0,0 @@
PORTNAME= hackrf
PORTVERSION= g${GIT_SRC_DATE}
PORTREVISION= 1
CATEGORIES= comms devel hamradio science security
PKGNAMESUFFIX= -devel
MAINTAINER= mr@freebsd.org
COMMENT= Low cost open source hardware software radio platform
WWW= https://greatscottgadgets.com/hackrf/
LICENSE= GPLv2
DEPRECATED= Legacy version, consider migrating to comms/hackrf
EXPIRATION_DATE=2025-07-31
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float
CONFLICTS= hackrf
USE_GITHUB= YES
GH_ACCOUNT= mossmann
GH_TAGNAME= ${GIT_SRC_HASH}
USES= cmake
CMAKE_SOURCE_PATH= ${WRKSRC}/host
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so
USE_LDCONFIG= yes
.include "Makefile.git_rev"
.include <bsd.port.mk>

View File

@@ -1,2 +0,0 @@
GIT_SRC_HASH= ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3
GIT_SRC_DATE= 2021.01.24

View File

@@ -1,3 +0,0 @@
TIMESTAMP = 1611498095
SHA256 (mossmann-hackrf-g2021.01.24-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3_GH0.tar.gz) = d558885810aaa6ed087239d49c8160446887fccb0b8e14a06d80851eef0f2fc0
SIZE (mossmann-hackrf-g2021.01.24-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3_GH0.tar.gz) = 15208743

View File

@@ -1,22 +0,0 @@
#!/bin/sh
CURDIR=`pwd`
WRKDIR=`pwd`/work
#mkdir -p "${WRKDIR}"
if [ \! -d "${CURDIR}/kicad-repo" ]; then
git clone https://github.com/mossmann/hackrf.git -b master "${CURDIR}/hackrf-repo";
else
cd "${CURDIR}/hackrf-repo"
git pull https://github.com/mossmann/hackrf.git;
fi
cd "${CURDIR}/hackrf-repo"
GIT_SRC_HASH=`git log -n 1 --pretty=format:"%H"`;
GIT_SRC_DATE=`git log -n 1 --date=iso-local -n 1 --pretty=format:"%cd" | \
cut -c '1-10' | sed -e 's,-,.,g' `
echo "$GIT_SRC_HASH, $GIT_SRC_DATE"
echo "GIT_SRC_HASH= ${GIT_SRC_HASH}" > ${CURDIR}/Makefile.git_rev
echo "GIT_SRC_DATE= ${GIT_SRC_DATE}" >> ${CURDIR}/Makefile.git_rev

View File

@@ -1,11 +0,0 @@
--- host/hackrf-tools/CMakeLists.txt.orig 2020-10-13 21:46:30 UTC
+++ host/hackrf-tools/CMakeLists.txt
@@ -33,7 +33,7 @@ include_directories(getopt)
add_definitions(/D _CRT_SECURE_NO_WARNINGS)
else()
add_definitions(-Wall)
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
endif()
if(NOT libhackrf_SOURCE_DIR)

View File

@@ -1,11 +0,0 @@
--- host/libhackrf/CMakeLists.txt.orig 2020-10-13 21:46:30 UTC
+++ host/libhackrf/CMakeLists.txt
@@ -37,7 +37,7 @@ if(MSVC)
set(THREADS_USE_PTHREADS_WIN32 true)
else()
add_definitions(-Wall)
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
INCLUDE(TestBigEndian)
TEST_BIG_ENDIAN(BIGENDIAN)

View File

@@ -1,5 +0,0 @@
HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral
capable of transmission or reception of radio signals from 10 MHz to 6 GHz.
Designed to enable test and development of modern and next generation radio
technologies, HackRF One is an open source hardware platform that can
be used as a USB peripheral or programmed for stand-alone operation.

View File

@@ -1,14 +0,0 @@
bin/hackrf_clock
bin/hackrf_cpldjtag
bin/hackrf_debug
bin/hackrf_info
bin/hackrf_operacake
bin/hackrf_spiflash
bin/hackrf_sweep
bin/hackrf_transfer
include/libhackrf/hackrf.h
lib/libhackrf.a
lib/libhackrf.so
lib/libhackrf.so.0
lib/libhackrf.so.0.5.0
libdata/pkgconfig/libhackrf.pc