Date: Sun, 16 Jul 2023 16:03:42 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2b0841854ec7 - main - comms/flrig: Rename option NATIVE_OPT into NATIVE Message-ID: <202307161603.36GG3g8o029698@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b0841854ec7a92308287bb6904680150e3bb895 commit 2b0841854ec7a92308287bb6904680150e3bb895 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-16 15:54:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-16 15:54:28 +0000 comms/flrig: Rename option NATIVE_OPT into NATIVE NATIVE is used across the ports tree. --- comms/flrig/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile index b1eaa3a0e0fa..66fec4f552c8 100644 --- a/comms/flrig/Makefile +++ b/comms/flrig/Makefile @@ -1,5 +1,6 @@ PORTNAME= flrig PORTVERSION= 1.3.54 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} @@ -20,12 +21,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" PLIST_FILES= bin/flrig share/applications/flrig.desktop \ share/pixmaps/flrig.xpm -OPTIONS_DEFINE= NATIVE_OPT +OPTIONS_DEFINE= NATIVE -NATIVE_OPT_DESC= Enable Native Optimizations - -NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native -NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none +NATIVE_CONFIGURE_ON+= --enable-optimizations=native +NATIVE_CONFIGURE_OFF+= --enable-optimizations=none .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307161603.36GG3g8o029698>