aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-06-09 18:19:43 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-06-09 18:19:43 +0000
commit1a040427c472a63a8c8768c5e0e7fd17c89fb31c (patch)
tree53f6551db0fe2e2d60ace3fa2ccc64645a3af8ed
parent21ca0cf1aea5fef13af155265af1546499ec1042 (diff)
downloadports-1a040427c472a63a8c8768c5e0e7fd17c89fb31c.tar.gz
ports-1a040427c472a63a8c8768c5e0e7fd17c89fb31c.zip
MFH: r531030 r531098 r535093 r538331
devel/xeus: Update 0.23.10 -> 0.23.12 Reported by: portscout devel/xeus: Update 0.23.12 -> 0.23.13 Reported by: portscout devel/xeus: Update 0.23.13 -> 0.23.14 Reported by: portscout devel/xeus: Unbreak on systems incompatible with the system where the package was built -march=native caused SEGVs on incompatible systems The cmake option that turned it off was renamed. I also added the NATIVE option that now drives the -march flag. Approved by: ports-secteam (joenum)
Notes
Notes: svn path=/branches/2020Q2/; revision=538336
-rw-r--r--devel/xeus/Makefile9
-rw-r--r--devel/xeus/distinfo6
2 files changed, 10 insertions, 5 deletions
diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile
index ebcd15cea4fa..631b37530304 100644
--- a/devel/xeus/Makefile
+++ b/devel/xeus/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
PORTNAME= xeus
-DISTVERSION= 0.23.10
+DISTVERSION= 0.23.14
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -23,6 +24,10 @@ GH_ACCOUNT= jupyter-xeus
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_STATIC_LIBS
-CMAKE_ON= DISABLE_ARCH_NATIVE
+
+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>
diff --git a/devel/xeus/distinfo b/devel/xeus/distinfo
index 8cafda65788d..28a4720f47dd 100644
--- a/devel/xeus/distinfo
+++ b/devel/xeus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585595314
-SHA256 (jupyter-xeus-xeus-0.23.10_GH0.tar.gz) = ec26490226d65cc7c7f62de81117f0d3f1db7def9c5078438e179c73b3e86cef
-SIZE (jupyter-xeus-xeus-0.23.10_GH0.tar.gz) = 5348635
+TIMESTAMP = 1589357128
+SHA256 (jupyter-xeus-xeus-0.23.14_GH0.tar.gz) = e26f9ac14493aeaec6931b2206ebbd188de415912c4ca8080fc5090218f07b82
+SIZE (jupyter-xeus-xeus-0.23.14_GH0.tar.gz) = 5348731