git: 01026e486f67 - main - comms/flrig: Fix and improve the port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Sep 2025 13:31:40 UTC
The branch main has been updated by alven:
URL: https://cgit.FreeBSD.org/ports/commit/?id=01026e486f67374e2ce8dc220cc2c1b34afb83be
commit 01026e486f67374e2ce8dc220cc2c1b34afb83be
Author: Älven <alven@FreeBSD.org>
AuthorDate: 2025-08-21 08:48:43 +0000
Commit: Älven <alven@FreeBSD.org>
CommitDate: 2025-09-04 13:30:37 +0000
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
---
comms/flrig/Makefile | 8 ++------
1 file 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>