pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ninja-build



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Mon Feb 16 04:16:46 UTC 2026

Modified Files:
        pkgsrc/devel/ninja-build: Makefile

Log Message:
add a conflict with chat/ninja which also installs bin/ninja


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ninja-build/Makefile

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

Modified files:

Index: pkgsrc/devel/ninja-build/Makefile
diff -u pkgsrc/devel/ninja-build/Makefile:1.28 pkgsrc/devel/ninja-build/Makefile:1.29
--- pkgsrc/devel/ninja-build/Makefile:1.28      Tue Jan 27 12:59:15 2026
+++ pkgsrc/devel/ninja-build/Makefile   Mon Feb 16 04:16:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2026/01/27 12:59:15 mef Exp $
+# $NetBSD: Makefile,v 1.29 2026/02/16 04:16:46 jnemeth Exp $
 
 DISTNAME=      ninja-1.13.2
 PKGNAME=       ${DISTNAME:S/ninja/ninja-build/}
@@ -17,6 +17,8 @@ DIST_SUBDIR=  ninja-build
 
 TOOL_DEPENDS+= re2c>=0.11.3:../../devel/re2c
 
+CONFLICTS+=     ninja-[0-9]*
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index