git: 853f3c948638 - main - devel/xeus: Remove NATIVE option in favor of CPUTYPE

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 02 Aug 2023 08:00:44 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=853f3c948638213d861104a2569e8f276e0ed8a5

commit 853f3c948638213d861104a2569e8f276e0ed8a5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-08-02 07:59:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-02 07:59:40 +0000

    devel/xeus: Remove NATIVE option in favor of CPUTYPE
    
    PR:             272656
---
 devel/xeus/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile
index 0c20d1515a39..cf3c3263c3ee 100644
--- a/devel/xeus/Makefile
+++ b/devel/xeus/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xeus
 DISTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -23,10 +24,4 @@ GH_ACCOUNT=	jupyter-xeus
 CMAKE_OFF=	BUILD_STATIC_LIBS
 CMAKE_TESTING_ON=	XEUS_BUILD_TESTS
 
-OPTIONS_DEFINE=		NATIVE
-
-NATIVE_DESC=		Build with native optimizations (-march=native)
-NATIVE_CMAKE_ON=	-DXEUS_DISABLE_ARCH_NATIVE=OFF
-NATIVE_CMAKE_OFF=	-DXEUS_DISABLE_ARCH_NATIVE=ON
-
 .include <bsd.port.mk>