From b87c6bce5f99d9e26560ed323c58af13a1704be3 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 2 Jan 2021 13:49:04 +0000 Subject: Remove a few expired ports: 2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream 2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn instead 2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream --- databases/arangodb32/files/patch-CMakeLists.txt | 43 ------------------------- 1 file changed, 43 deletions(-) delete mode 100644 databases/arangodb32/files/patch-CMakeLists.txt (limited to 'databases/arangodb32/files/patch-CMakeLists.txt') diff --git a/databases/arangodb32/files/patch-CMakeLists.txt b/databases/arangodb32/files/patch-CMakeLists.txt deleted file mode 100644 index 05d422b21018..000000000000 --- a/databases/arangodb32/files/patch-CMakeLists.txt +++ /dev/null @@ -1,43 +0,0 @@ ---- CMakeLists.txt.orig 2018-04-11 15:16:11 UTC -+++ CMakeLists.txt -@@ -38,9 +38,9 @@ if (NOT CMAKE_OSX_DEPLOYMENT_TARGET) - endif () - - if (WIN32) -- project(arangodb3 CXX C) -+ project(arangodb CXX C) - else () -- project(arangodb3 CXX C ASM) -+ project(arangodb CXX C ASM) - endif () - - # required for clang completion in editors -@@ -377,7 +377,7 @@ if (CMAKE_COMPILER_IS_GNUCC OR APPLE) - endif () - - if (CMAKE_COMPILER_IS_CLANG) -- if (APPLE) -+ if (APPLE OR FREEBSD) - set(BASE_CXX_FLAGS "${BASE_CXX_FLAGS} -stdlib=libc++") - add_definitions("-Wno-deprecated-declarations") - else () -@@ -483,7 +483,7 @@ else () - - include(VcMacros) - -- option(USE_OPTIMIZE_FOR_ARCHITECTURE "try to determine CPU architecture" ON) -+ option(USE_OPTIMIZE_FOR_ARCHITECTURE "try to determine CPU architecture" OFF) - - if (USE_OPTIMIZE_FOR_ARCHITECTURE) - # mop: core2 (merom) is our absolute minimum! -@@ -594,9 +594,7 @@ endif () - ################################################################################ - - if (NOT WINDOWS) -- set(SYS_LIBS ${SYS_LIBS} resolv) -- -- if (NOT DARWIN) -+ if (NOT DARWIN OR FREEBSD) - set(SYS_LIBS ${SYS_LIBS} rt) - endif () - endif () -- cgit v1.2.3