Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2011 05:11:25 GMT
From:      Ben Kaduk <kaduk@mit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158584: [PATCH] note net/openafs conflict with net/coda6_server
Message-ID:  <201107020511.p625BPZW092959@red.freebsd.org>
Resent-Message-ID: <201107020520.p625K9VW057055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158584
>Category:       ports
>Synopsis:       [PATCH] note net/openafs conflict with net/coda6_server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 02 05:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ben Kaduk
>Release:        9-current
>Organization:
MIT SIPB
>Environment:
n/a
>Description:
net/coda6_server and net/openafs both install a file to sbin/backup .  (An overly generic name for either, to be fair, but it is so.)  The conflict should be noted.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- coda/Makefile.orig	2011-07-02 01:02:49.000000000 -0400
+++ coda/Makefile	2011-07-02 01:08:19.000000000 -0400
@@ -28,6 +28,7 @@
 CODA_SUITE?=	server
 
 .if ${CODA_SUITE} == server
+CONFLICTS=	openafs
 MAN5=	backuplogs.5 \
 	dumpfile.5 \
 	dumplist.5 \
--- openafs/Makefile.orig	2011-07-02 00:56:32.000000000 -0400
+++ openafs/Makefile	2011-07-02 00:57:06.000000000 -0400
@@ -81,7 +81,8 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
-CONFLICTS=	heimdal-[0-9]*
+CONFLICTS=	heimdal-[0-9]* \
+		coda6_server
 
 .include "Makefile.man"
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107020511.p625BPZW092959>