pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ossp-uuid As Aleksey Cheusov correctly observed ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f16f2d51c3c6
branches:  trunk
changeset: 537356:f16f2d51c3c6
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Jan 06 20:08:24 2008 +0000

description:
As Aleksey Cheusov correctly observed in PR pkg/37703, this package
does not have files in common with sysutils/e2fsprogs, so they should
not conflict. On the other hand, the packages wip/e2fsprogs and
wip/libuuid _do_ have files in common with ossp-uuid, so I leave the
CONFLICTS line as a comment.

diffstat:

 devel/ossp-uuid/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 479bd5b5e61c -r f16f2d51c3c6 devel/ossp-uuid/Makefile
--- a/devel/ossp-uuid/Makefile  Sun Jan 06 19:56:54 2008 +0000
+++ b/devel/ossp-uuid/Makefile  Sun Jan 06 20:08:24 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/20 02:42:27 heinz Exp $
+# $NetBSD: Makefile,v 1.2 2008/01/06 20:08:24 heinz Exp $
 #
 
 DISTNAME=              uuid-1.6.0
@@ -12,7 +12,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-CONFLICTS=             e2fsprogs>1.32 libuuid-[0-9]*
+# conflicts with packages in pkgsrc-wip
+#CONFLICTS=            e2fsprogs>1.32 libuuid-[0-9]* # libuuid.* uuid.pc uuid.3
 
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/uuid.pc.in



Home | Main Index | Thread Index | Old Index