pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/ninja



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

Modified Files:
        pkgsrc/chat/ninja: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/ninja/Makefile

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

Modified files:

Index: pkgsrc/chat/ninja/Makefile
diff -u pkgsrc/chat/ninja/Makefile:1.18 pkgsrc/chat/ninja/Makefile:1.19
--- pkgsrc/chat/ninja/Makefile:1.18     Tue May  9 14:53:26 2017
+++ pkgsrc/chat/ninja/Makefile  Mon Feb 16 04:14:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/05/09 14:53:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2026/02/16 04:14:38 jnemeth Exp $
 #
 
 DISTNAME=      ninja-1.5.8.1
@@ -10,6 +10,8 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ftp://qoop.org/ninja/
 COMMENT=       Another IRC client based on ircII
 
+CONFLICTS+=    ninja-build-[0-9]*
+
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index