Wed Aug 12 13:36:06 2009 UTC ()
Conflicts with gnuls (misc/gnuls), as noted by Mihkel Ader in PR 41876.
Bump revision.


(asau)
diff -r1.48 -r1.49 pkgsrc/sysutils/coreutils/Makefile

cvs diff -r1.48 -r1.49 pkgsrc/sysutils/coreutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/coreutils/Makefile 2009/05/17 23:11:21 1.48
+++ pkgsrc/sysutils/coreutils/Makefile 2009/08/12 13:36:06 1.49
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.48 2009/05/17 23:11:21 dholland Exp $ 1# $NetBSD: Makefile,v 1.49 2009/08/12 13:36:06 asau Exp $
2 2
3.include "../../sysutils/coreutils/Makefile.common" 3.include "../../sysutils/coreutils/Makefile.common"
4 4
5PKGREVISION= 1 5PKGREVISION= 2
6 6
7CONFLICTS= fileutils-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]* 7CONFLICTS= fileutils-[0-9]* gnuls-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]*
8 8
9# if GNU_PROGRAM_PREFIX == 'g' 9# if GNU_PROGRAM_PREFIX == 'g'
10# devel/id-utils installs a 'gid' program, so conflict with it 10# devel/id-utils installs a 'gid' program, so conflict with it
11# databases/geneweb a 'gwc' program, so conflict with it 11# databases/geneweb a 'gwc' program, so conflict with it
12# graphics/graphviz installs a 'gpr' program, so conflict with it 12# graphics/graphviz installs a 'gpr' program, so conflict with it
13.if ${GNU_PROGRAM_PREFIX} == "g" 13.if ${GNU_PROGRAM_PREFIX} == "g"
14CONFLICTS+= id-utils-[0-9]* gnome-utils<1.4.1.2nb2 14CONFLICTS+= id-utils-[0-9]* gnome-utils<1.4.1.2nb2
15CONFLICTS+= geneweb-[0-9]* 15CONFLICTS+= geneweb-[0-9]*
16CONFLICTS+= graphviz<1.12 16CONFLICTS+= graphviz<1.12
17.endif 17.endif
18# print/teTeX-bin installed a 'readlink' program, so 18# print/teTeX-bin installed a 'readlink' program, so
19# conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin) 19# conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin)
20.if empty(GNU_PROGRAM_PREFIX) 20.if empty(GNU_PROGRAM_PREFIX)