From e81f04fa53e7e01afdc834d9c22b5c982c98f59b Mon Sep 17 00:00:00 2001 From: Vineet Kumar Date: Mon, 15 Jun 2026 14:54:51 -0400 Subject: remove all ports to start from clean slate This is due to the following two reasons: 1. it's very out of date compared with current ports tree (like by 2+ years!) - some of the ports here were mainly just updates I didn't upstream, which have since now been part of openbsd, like verilator 2. removing dependencies is a lot of headache to stay in sync and/or for ports I no longer use - e.g. dbus is very difficult to remove in a desktop while patching to remove from gtk and downstream - I don't want to spend more time reducing number of dependencies when I can be working instead. I no longer have as much free time as I did in high school :( --- .../patches/patch-Source_cmake_WebKitFeatures_cmake | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake (limited to 'www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake') diff --git a/www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake b/www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake deleted file mode 100644 index 4dae8ac..0000000 --- a/www/webkitgtk4/patches/patch-Source_cmake_WebKitFeatures_cmake +++ /dev/null @@ -1,12 +0,0 @@ -Index: Source/cmake/WebKitFeatures.cmake ---- Source/cmake/WebKitFeatures.cmake.orig -+++ Source/cmake/WebKitFeatures.cmake -@@ -445,7 +445,7 @@ macro(CREATE_CONFIGURATION_HEADER) - endmacro() - - macro(WEBKIT_CHECK_HAVE_INCLUDE _variable _header) -- check_include_file(${_header} ${_variable}_value) -+ check_include_files("${_header}" ${_variable}_value) - SET_AND_EXPOSE_TO_BUILD(${_variable} ${${_variable}_value}) - endmacro() - -- cgit v1.2.3