pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Aug 17 13:08:07 UTC 2024

Modified Files:
        pkgsrc/mk/configure: cmake.mk

Log Message:
mk/configure/cmake.mk: Note deprecation

Add a warning that this file is deprecated.  Place it at the top, so
humans reading the file will see it as well.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mk/configure/cmake.mk

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

Modified files:

Index: pkgsrc/mk/configure/cmake.mk
diff -u pkgsrc/mk/configure/cmake.mk:1.24 pkgsrc/mk/configure/cmake.mk:1.25
--- pkgsrc/mk/configure/cmake.mk:1.24   Fri Aug 12 08:26:01 2022
+++ pkgsrc/mk/configure/cmake.mk        Sat Aug 17 13:08:07 2024
@@ -1,5 +1,7 @@
-# $NetBSD: cmake.mk,v 1.24 2022/08/12 08:26:01 adam Exp $
-#
+# $NetBSD: cmake.mk,v 1.25 2024/08/17 13:08:07 gdt Exp $
+
+WARNINGS+= "cmake.mk is deprecated; use devel/cmake/build.mk instead."
+
 # This file handles packages that use CMake as their primary build
 # system. For more information about CMake, see http://www.cmake.org/.
 #



Home | Main Index | Thread Index | Old Index