mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Revert r562478 to unbreak INDEX
This commit is contained in:
parent
fdc82baa45
commit
81b2eb18ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562511
8 changed files with 0 additions and 77 deletions
|
@ -62,7 +62,6 @@
|
|||
SUBDIR += gstreamer1-plugins-spandsp
|
||||
SUBDIR += gtkmmorse
|
||||
SUBDIR += hackrf
|
||||
SUBDIR += hackrf-devel
|
||||
SUBDIR += hamlib
|
||||
SUBDIR += hcidump
|
||||
SUBDIR += hidapi
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
# Created by: Tomasz "CeDeROM" CEDRO (http://www.tomek.cedro.info)
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hackrf
|
||||
PORTVERSION= g${GIT_SRC_DATE}
|
||||
CATEGORIES= comms devel hamradio science security
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= mr@freebsd.org
|
||||
COMMENT= Low cost open source hardware software radio platform
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
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>
|
|
@ -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
|
|
@ -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)
|
|
@ -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)
|
|
@ -1,7 +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.
|
||||
|
||||
WWW: https://greatscottgadgets.com/hackrf/
|
|
@ -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
|
|
@ -10,8 +10,6 @@ COMMENT= Low cost open source hardware software radio platform
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
CONFLICTS= hackrf-devel
|
||||
|
||||
USE_GITHUB= YES
|
||||
GH_ACCOUNT= mossmann
|
||||
GH_TAGNAME= 31a37bd
|
||||
|
|
Loading…
Add table
Reference in a new issue