diff options
author | gendalia <gendalia@pkgsrc.org> | 2005-06-10 15:57:05 +0000 |
---|---|---|
committer | gendalia <gendalia@pkgsrc.org> | 2005-06-10 15:57:05 +0000 |
commit | e045172645aca1e073b9ae1edb576f750344ce6c (patch) | |
tree | aa2304932ce9b9ba7945de483ded66a8c42a906f | |
parent | 1a2e5c0a5839c380761b14aeaf8934ec3b48bc5f (diff) | |
download | pkgsrc-e045172645aca1e073b9ae1edb576f750344ce6c.tar.gz |
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.
-rw-r--r-- | net/openafs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile index 11b2cf522a3..4159fa28177 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -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 @@ MAINTAINER= gendalia@NetBSD.org 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 |