aboutsummaryrefslogtreecommitdiff
path: root/ports/freetds/skip-unit-tests.patch
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-11-30 09:41:33 -0800
committerGitHub <noreply@github.com>2020-11-30 09:41:33 -0800
commit9d72e33d518772c464f7d30b989071907a6acbd7 (patch)
tree74ded811a2e6044e19f36ec088b6f0c49096e7b2 /ports/freetds/skip-unit-tests.patch
parent480ec85d5189f4b483de325f96c8d8ccdbcb1153 (diff)
downloadvcpkg-9d72e33d518772c464f7d30b989071907a6acbd7.tar.gz
vcpkg-9d72e33d518772c464f7d30b989071907a6acbd7.zip
[freetds] Remove patches and update to a version that no longer needs them (#14529)
* [freetds] Remove patches and update to a version that no longer needs them Upstream seems to have version numbered releases but they aren't explicitly numbered well in GitHub, so I've intentionally changed the version-string to something unorderable for now. * Also update to 1.2.11. * Update ports/freetds/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/freetds/skip-unit-tests.patch')
-rw-r--r--ports/freetds/skip-unit-tests.patch89
1 files changed, 0 insertions, 89 deletions
diff --git a/ports/freetds/skip-unit-tests.patch b/ports/freetds/skip-unit-tests.patch
deleted file mode 100644
index 0ec6d8ee4..000000000
--- a/ports/freetds/skip-unit-tests.patch
+++ /dev/null
@@ -1,89 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e3840ae..19a22bb 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -64,9 +64,9 @@ math(EXPR BUILD_NUMBER "${BUILD_NUMBER}")
-
- set(FREETDS_TOPDIR ${CMAKE_CURRENT_LIST_DIR})
-
--enable_testing()
--set(CMAKE_CTEST_COMMAND ctest)
--add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND})
-+#enable_testing()
-+#set(CMAKE_CTEST_COMMAND ctest)
-+#add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND})
-
- # TODO depends on configure
- add_definitions(-D_REENTRANT -D_THREAD_SAFE)
-@@ -464,7 +464,7 @@ add_subdirectory(src/dblib)
- add_subdirectory(src/odbc)
- add_subdirectory(src/apps)
- add_subdirectory(src/server)
--add_subdirectory(src/pool)
-+#add_subdirectory(src/pool)
-
- configure_file(${CMAKE_BINARY_DIR}/include/config.h.in ${CMAKE_BINARY_DIR}/include/config.h)
- configure_file(${CMAKE_SOURCE_DIR}/include/tds_sysdep_public.h.in ${CMAKE_BINARY_DIR}/include/tds_sysdep_public.h)
-diff --git a/src/ctlib/CMakeLists.txt b/src/ctlib/CMakeLists.txt
-index e83b0b1..017d571 100644
---- a/src/ctlib/CMakeLists.txt
-+++ b/src/ctlib/CMakeLists.txt
-@@ -1,4 +1,4 @@
--add_subdirectory(unittests)
-+#add_subdirectory(unittests)
-
- set(static_lib_name ct)
- if(WIN32)
-diff --git a/src/dblib/CMakeLists.txt b/src/dblib/CMakeLists.txt
-index aa8a179..b626000 100644
---- a/src/dblib/CMakeLists.txt
-+++ b/src/dblib/CMakeLists.txt
-@@ -1,4 +1,4 @@
--add_subdirectory(unittests)
-+#add_subdirectory(unittests)
-
- if(WIN32)
- set(win_SRCS winmain.c dblib.def dbopen.c)
-diff --git a/src/odbc/CMakeLists.txt b/src/odbc/CMakeLists.txt
-index 7fad8db..3d90456 100644
---- a/src/odbc/CMakeLists.txt
-+++ b/src/odbc/CMakeLists.txt
-@@ -1,4 +1,4 @@
--add_subdirectory(unittests)
-+#add_subdirectory(unittests)
-
- # TODO checks
- add_definitions(-DUNIXODBC -DHAVE_SQLGETPRIVATEPROFILESTRING)
-diff --git a/src/replacements/CMakeLists.txt b/src/replacements/CMakeLists.txt
-index 37b47e3..ba17bed 100644
---- a/src/replacements/CMakeLists.txt
-+++ b/src/replacements/CMakeLists.txt
-@@ -35,7 +35,7 @@ if (NOT WIN32)
- set_target_properties(replacements PROPERTIES POSITION_INDEPENDENT_CODE ON)
- endif()
-
--add_subdirectory(unittests)
-+#add_subdirectory(unittests)
-
-
- INSTALL(TARGETS replacements
-diff --git a/src/tds/CMakeLists.txt b/src/tds/CMakeLists.txt
-index fee56b3..e7a71f0 100644
---- a/src/tds/CMakeLists.txt
-+++ b/src/tds/CMakeLists.txt
-@@ -1,4 +1,4 @@
--add_subdirectory(unittests)
-+#add_subdirectory(unittests)
-
- if(PERL_FOUND AND NOT EXISTS "${CMAKE_SOURCE_DIR}/configure")
- # get name of null device
-diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt
-index 2a1935c..a46483e 100644
---- a/src/utils/CMakeLists.txt
-+++ b/src/utils/CMakeLists.txt
-@@ -1,4 +1,4 @@
--add_subdirectory(unittests)
-+#add_subdirectory(unittests)
-
- if(WIN32)
- set(add_SRCS md5.c)