pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Mon Apr 13 16:30:06 UTC 2026

Modified Files:
        pkgsrc: Makefile
Added Files:
        pkgsrc/wayland: Makefile

Log Message:
Add wayland category


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/Makefile

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

Modified files:

Index: pkgsrc/Makefile
diff -u pkgsrc/Makefile:1.89 pkgsrc/Makefile:1.90
--- pkgsrc/Makefile:1.89        Mon Jul 17 01:03:19 2023
+++ pkgsrc/Makefile     Mon Apr 13 16:30:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2023/07/17 01:03:19 thor Exp $
+# $NetBSD: Makefile,v 1.90 2026/04/13 16:30:06 kikadf Exp $
 #
 # This is the top-level Makefile of pkgsrc.
 # See README.md for a more detailed introduction.
@@ -84,6 +84,7 @@ SUBDIR+=      shells
 SUBDIR+=       sysutils
 SUBDIR+=       textproc
 SUBDIR+=       time
+SUBDIR+=       wayland
 SUBDIR+=       wm
 SUBDIR+=       www
 .endif

Added files:

Index: pkgsrc/wayland/Makefile
diff -u /dev/null pkgsrc/wayland/Makefile:1.1
--- /dev/null   Mon Apr 13 16:30:06 2026
+++ pkgsrc/wayland/Makefile     Mon Apr 13 16:30:06 2026
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2026/04/13 16:30:06 kikadf Exp $
+#
+
+COMMENT=       Packages to support the Wayland protocol
+
+
+.include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index