diff --git a/ports/vincentlaucsb-csv-parser/003-disable-coverage.patch b/ports/vincentlaucsb-csv-parser/003-disable-coverage.patch new file mode 100644 index 0000000000..890f8fa0f3 --- /dev/null +++ b/ports/vincentlaucsb-csv-parser/003-disable-coverage.patch @@ -0,0 +1,11 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -29,7 +29,6 @@ if(MSVC) + else() + # Ignore Visual Studio pragma regions + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas") +- set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} --coverage -Og") + endif(MSVC) + + set(CSV_ROOT_DIR ${CMAKE_CURRENT_LIST_DIR}) diff --git a/ports/vincentlaucsb-csv-parser/portfile.cmake b/ports/vincentlaucsb-csv-parser/portfile.cmake index 29eb2712d4..73690c15ed 100644 --- a/ports/vincentlaucsb-csv-parser/portfile.cmake +++ b/ports/vincentlaucsb-csv-parser/portfile.cmake @@ -9,6 +9,7 @@ vcpkg_from_github( PATCHES 001-fix-cmake.patch 002-fix-include.patch + 003-disable-coverage.patch ) vcpkg_cmake_configure( diff --git a/ports/vincentlaucsb-csv-parser/vcpkg.json b/ports/vincentlaucsb-csv-parser/vcpkg.json index fc0af2900d..86d264921e 100644 --- a/ports/vincentlaucsb-csv-parser/vcpkg.json +++ b/ports/vincentlaucsb-csv-parser/vcpkg.json @@ -1,6 +1,7 @@ { "name": "vincentlaucsb-csv-parser", "version": "2.2.3", + "port-version": 1, "description": "A modern C++ library for reading, writing, and analyzing CSV (and similar) files.", "homepage": "https://github.com/vincentlaucsb/csv-parser", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 1d1067aefb..f9653cb3fa 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9394,7 +9394,7 @@ }, "vincentlaucsb-csv-parser": { "baseline": "2.2.3", - "port-version": 0 + "port-version": 1 }, "visit-struct": { "baseline": "1.1.0", diff --git a/versions/v-/vincentlaucsb-csv-parser.json b/versions/v-/vincentlaucsb-csv-parser.json index 711c1382dd..5c714689b5 100644 --- a/versions/v-/vincentlaucsb-csv-parser.json +++ b/versions/v-/vincentlaucsb-csv-parser.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4c82b4467c59f180e2508928b5512aa1c357cf80", + "version": "2.2.3", + "port-version": 1 + }, { "git-tree": "6bea0ccfd4832f3c1aeea917bd8c709c19750ebd", "version": "2.2.3",