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:           Mon Aug 19 17:07:22 UTC 2024

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

Log Message:
mk/configure/cmake.mk: Convert WARNINGS+= to a Big Scary Comment

Without a big comment, someone finding and reading this file would
have no idea it is deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/mk/configure/cmake.mk:1.26
--- pkgsrc/mk/configure/cmake.mk:1.25   Sat Aug 17 13:08:07 2024
+++ pkgsrc/mk/configure/cmake.mk        Mon Aug 19 17:07:22 2024
@@ -1,6 +1,9 @@
-# $NetBSD: cmake.mk,v 1.25 2024/08/17 13:08:07 gdt Exp $
+# $NetBSD: cmake.mk,v 1.26 2024/08/19 17:07:22 gdt Exp $
 
-WARNINGS+= "cmake.mk is deprecated; use devel/cmake/build.mk instead."
+# WARNING: This file is part of "USE_CMAKE", which is deprecated and
+# should not be used.  However, it has not yet been deleted because
+# many packages have not yet migrated.  See the guide, and instead use
+# "../../devel/cmake/build.mk".
 
 # 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