pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/openafs OpenAFS conflicts with arla, lwp & rx. Op...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7988fc545f76
branches: trunk
changeset: 495463:7988fc545f76
user: gendalia <gendalia%pkgsrc.org@localhost>
date: Fri Jun 10 15:57:05 2005 +0000
description:
OpenAFS conflicts with arla, lwp & rx. OpenAFS's lwp is the same, more or less
as devel/lwp, but devel/rx is a regular expression library, not an rpc library.
And arla, of course, is another implementation of AFS. I'll work on making it
not conflict eventually.
diffstat:
net/openafs/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a461a4b5967b -r 7988fc545f76 net/openafs/Makefile
--- a/net/openafs/Makefile Fri Jun 10 15:08:20 2005 +0000
+++ b/net/openafs/Makefile Fri Jun 10 15:57:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/06 17:08:20 gendalia Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/10 15:57:05 gendalia Exp $
DISTNAME= openafs-1.3.84-src
PKGNAME= ${DISTNAME:C/-src//}
@@ -10,6 +10,10 @@
HOMEPAGE= http://www.openafs.org/
COMMENT= File system for sharing, scalability and transparent data migration
+CONFLICTS+= lwp-[0-9]*
+CONFLICTS+= rx-[0-9]*
+CONFLICTS+= arla-[0-9]*
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-largefile-fileserver --enable-fast-restart
CONFIGURE_ARGS+= --enable-bitmap-later --disable-kernel-module
Home |
Main Index |
Thread Index |
Old Index