summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÄlven <alven@FreeBSD.org>2025-08-21 12:48:43 +0400
committerÄlven <alven@FreeBSD.org>2025-09-04 17:30:37 +0400
commit01026e486f67374e2ce8dc220cc2c1b34afb83be (patch)
tree8426ff3b12fbefead9f8d8104f3778976b0d7c4b
parentnet-im/tuba: Update 0.9.2 => 0.10.2 (diff)
comms/flrig: Fix and improve the port
- Remove upstream site from MASTER_SITES as it seems to drop legacy versions. - Remove the NATIVE menu option as it just adds -march=native, which CPUTYPE already does and is treewide. And it's also not supported across all ARCH-es. https://sourceforge.net/p/fldigi/fldigi/ci/master/tree/m4/opt.m4 Reported by: diizzy@ Reviewed by: db@ (Mentor) Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D52030
-rw-r--r--comms/flrig/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile
index a9ac853b7702..20f98aaf9177 100644
--- a/comms/flrig/Makefile
+++ b/comms/flrig/Makefile
@@ -1,8 +1,9 @@
PORTNAME= flrig
DISTVERSION= 2.0.08
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME} \
- https://www.w1hkj.org/files/fldigi/
+ https://www.w1hkj.org/files/flrig/
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Ham Radio rig control program, cooperates with fldigi
@@ -26,9 +27,4 @@ PLIST_FILES= bin/flrig \
share/applications/flrig.desktop \
share/pixmaps/flrig.xpm
-OPTIONS_DEFINE= NATIVE
-
-NATIVE_CONFIGURE_ON= --enable-optimizations=native
-NATIVE_CONFIGURE_OFF= --enable-optimizations=none
-
.include <bsd.port.mk>