pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/coreutils Add a conflict on databases/geneweb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bea976f31b1
branches:  trunk
changeset: 469392:4bea976f31b1
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Feb 22 21:44:33 2004 +0000

description:
Add a conflict on databases/geneweb if GNU_PROGRAM_PREFIX == "g".
Addresses PR 23941 by Chris Pinnock.

diffstat:

 sysutils/coreutils/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3cb123ebc5b1 -r 4bea976f31b1 sysutils/coreutils/Makefile
--- a/sysutils/coreutils/Makefile       Sun Feb 22 21:35:16 2004 +0000
+++ b/sysutils/coreutils/Makefile       Sun Feb 22 21:44:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/02/22 21:32:18 recht Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/22 21:44:33 recht Exp $
 
 DISTNAME=      coreutils-5.2.0
 CATEGORIES=    sysutils
@@ -28,6 +28,7 @@
 # GNU_PROGRAM_PREFIX == 'g'
 .if ${GNU_PROGRAM_PREFIX} == "g"
 CONFLICTS+=            id-utils-[0-9]* gnome-utils<1.4.1.2nb2
+CONFLICTS+=            geneweb-[0-9]*
 .endif
 # print/teTeX*-bin installs a 'readlink' program, so conflict with it if
 # GNU_PROGRAM_PREFIX == ''



Home | Main Index | Thread Index | Old Index