pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 22 06:26:19 UTC 2026

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile
        pkgsrc/x11/libxkbcommon-docs: Makefile

Log Message:
libxkbcommon: bump PKGREVISION for doc option removal


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/libxkbcommon-docs/Makefile

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

Modified files:

Index: pkgsrc/x11/libxkbcommon/Makefile
diff -u pkgsrc/x11/libxkbcommon/Makefile:1.62 pkgsrc/x11/libxkbcommon/Makefile:1.63
--- pkgsrc/x11/libxkbcommon/Makefile:1.62       Tue Apr 21 21:15:13 2026
+++ pkgsrc/x11/libxkbcommon/Makefile    Wed Apr 22 06:26:19 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2026/04/21 21:15:13 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2026/04/22 06:26:19 wiz Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   1
+PKGREVISION=   2
 
 MESON_ARGS+=   -Denable-docs=false
 

Index: pkgsrc/x11/libxkbcommon-docs/Makefile
diff -u pkgsrc/x11/libxkbcommon-docs/Makefile:1.1 pkgsrc/x11/libxkbcommon-docs/Makefile:1.2
--- pkgsrc/x11/libxkbcommon-docs/Makefile:1.1   Tue Apr 21 21:14:41 2026
+++ pkgsrc/x11/libxkbcommon-docs/Makefile       Wed Apr 22 06:26:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/04/21 21:14:41 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/04/22 06:26:19 wiz Exp $
 
 .include "../../x11/libxkbcommon/Makefile.common"
 
@@ -8,7 +8,7 @@ TOOL_DEPENDS+=          doxygen>=1.14:../../deve
 MESON_ARGS+=           -Denable-docs=true
 
 # conflicts with removed doc option
-CONFLICTS+=            libxkbcommon<1.13.1nb1
+CONFLICTS+=            libxkbcommon<1.13.1nb2
 
 # TODO: find way to avoid building these parts
 post-install:



Home | Main Index | Thread Index | Old Index