pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cmake
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 26 10:54:51 UTC 2023
Modified Files:
pkgsrc/devel/cmake: Makefile PLIST
Log Message:
cmake: disable debugger as it is not available for all platforms
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 pkgsrc/devel/cmake/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/cmake/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.208 pkgsrc/devel/cmake/Makefile:1.209
--- pkgsrc/devel/cmake/Makefile:1.208 Thu Jul 20 06:12:13 2023
+++ pkgsrc/devel/cmake/Makefile Wed Jul 26 10:54:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.208 2023/07/20 06:12:13 adam Exp $
+# $NetBSD: Makefile,v 1.209 2023/07/26 10:54:51 adam Exp $
.include "Makefile.common"
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --docdir=/share/doc/cma
CONFIGURE_ARGS+= --parallel=${MAKE_JOBS:U1}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --system-libs
+# Debugger is not available for all platforms
+CONFIGURE_ARGS+= --no-debugger
# cppdap and jsoncpp require cmake to build, so use the one provided with cmake
CONFIGURE_ARGS+= --no-system-cppdap
CONFIGURE_ARGS+= --no-system-jsoncpp
Index: pkgsrc/devel/cmake/PLIST
diff -u pkgsrc/devel/cmake/PLIST:1.75 pkgsrc/devel/cmake/PLIST:1.76
--- pkgsrc/devel/cmake/PLIST:1.75 Thu Jul 20 06:12:13 2023
+++ pkgsrc/devel/cmake/PLIST Wed Jul 26 10:54:51 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.75 2023/07/20 06:12:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.76 2023/07/26 10:54:51 adam Exp $
bin/ccmake
bin/cmake
bin/cpack
@@ -3270,7 +3270,6 @@ share/cmake-${CMAKE_API}/Templates/Windo
share/cmake-${CMAKE_API}/Templates/Windows/Windows_TemporaryKey.pfx
share/cmake-${CMAKE_API}/include/cmCPluginAPI.h
share/doc/cmake-${CMAKE_API}/Copyright.txt
-share/doc/cmake-${CMAKE_API}/cmcppdap/NOTICE
share/doc/cmake-${CMAKE_API}/cmsys/Copyright.txt
share/vim/vimfiles/indent/cmake.vim
share/vim/vimfiles/syntax/cmake.vim
Home |
Main Index |
Thread Index |
Old Index