pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cmake/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 26 09:01:10 UTC 2026

Added Files:
        pkgsrc/devel/cmake/patches: patch-Source_CMakeInstallDestinations.cmake

Log Message:
cmake: ... and the new patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/cmake/patches/patch-Source_CMakeInstallDestinations.cmake

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/cmake/patches/patch-Source_CMakeInstallDestinations.cmake
diff -u /dev/null pkgsrc/devel/cmake/patches/patch-Source_CMakeInstallDestinations.cmake:1.1
--- /dev/null   Thu Mar 26 09:01:10 2026
+++ pkgsrc/devel/cmake/patches/patch-Source_CMakeInstallDestinations.cmake      Thu Mar 26 09:01:10 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-Source_CMakeInstallDestinations.cmake,v 1.1 2026/03/26 09:01:10 adam Exp $
+
+On Darwin, don't make application bundle.
+
+--- Source/CMakeInstallDestinations.cmake.orig 2026-03-24 11:09:19.944351057 +0000
++++ Source/CMakeInstallDestinations.cmake
+@@ -35,7 +35,7 @@ set_property(CACHE CMake_INSTALL_INFIX P
+   )
+ mark_as_advanced(CMake_INSTALL_INFIX)
+ 
+-if(APPLE AND BUILD_QtDialog)
++if(FALSE AND BUILD_QtDialog)
+   set(CMake_INSTALL_APP_DIR "CMake.app/Contents")
+   set(CMake_INSTALL_APP_DIR_SLASH "${CMake_INSTALL_APP_DIR}/")
+ else()



Home | Main Index | Thread Index | Old Index