Index: head/devel/xeus/Makefile =================================================================== --- head/devel/xeus/Makefile (revision 517173) +++ head/devel/xeus/Makefile (revision 517174) @@ -1,33 +1,27 @@ # $FreeBSD$ PORTNAME= xeus DISTVERSION= 0.19.2 PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ implementation of the Jupyter kernel protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cppzmq>0:net/cppzmq \ nlohmann-json>0:devel/nlohmann-json \ xtl-quant-stack>0:devel/xtl-quant-stack LIB_DEPENDS= libcryptopp.so:security/cryptopp \ libuuid.so:misc/e2fsprogs-libuuid \ libzmq.so:net/libzmq4 USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= QuantStack CMAKE_OFF= BUILD_STATIC_LIBS USE_LDCONFIG= yes -.include - -.if ${CHOSEN_COMPILER_TYPE} == gcc -EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt -.endif - -.include +.include Index: head/devel/xeus/files/extra-patch-CMakeLists.txt =================================================================== --- head/devel/xeus/files/extra-patch-CMakeLists.txt (revision 517173) +++ head/devel/xeus/files/extra-patch-CMakeLists.txt (nonexistent) @@ -1,15 +0,0 @@ ---- CMakeLists.txt.orig 2019-05-24 14:55:26 UTC -+++ CMakeLists.txt -@@ -212,12 +212,6 @@ macro(xeus_create_target target_name lin - - target_compile_options(${target_name} PUBLIC -Wunused-parameter -Wextra -Wreorder) - -- if (DISABLE_ARCH_NATIVE) -- target_compile_options(${target_name} PUBLIC -mtune=generic) -- else () -- target_compile_options(${target_name} PUBLIC -march=native) -- endif () -- - # Enable link time optimization and set the default symbol - # visibility to hidden (very important to obtain small binaries) - if (NOT ${U_CMAKE_BUILD_TYPE} MATCHES DEBUG) Property changes on: head/devel/xeus/files/extra-patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/xeus/files/patch-CMakeLists.txt =================================================================== --- head/devel/xeus/files/patch-CMakeLists.txt (nonexistent) +++ head/devel/xeus/files/patch-CMakeLists.txt (revision 517174) @@ -0,0 +1,15 @@ +--- CMakeLists.txt.orig 2019-05-24 14:55:26 UTC ++++ CMakeLists.txt +@@ -212,12 +212,6 @@ macro(xeus_create_target target_name lin + + target_compile_options(${target_name} PUBLIC -Wunused-parameter -Wextra -Wreorder) + +- if (DISABLE_ARCH_NATIVE) +- target_compile_options(${target_name} PUBLIC -mtune=generic) +- else () +- target_compile_options(${target_name} PUBLIC -march=native) +- endif () +- + # Enable link time optimization and set the default symbol + # visibility to hidden (very important to obtain small binaries) + if (NOT ${U_CMAKE_BUILD_TYPE} MATCHES DEBUG) Property changes on: head/devel/xeus/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property