Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2009 01:14:16 GMT
From:      Sevan Janiyan <venture37@geeklan.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130358: Update Port: net-mgmt/chillispot to prevent installation if net-mgmt/coovachilli is installed
Message-ID:  <200901110114.n0B1EGvg004833@www.freebsd.org>
Resent-Message-ID: <200901110120.n0B1K2TS074989@freefall.freebsd.org>

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

>Number:         130358
>Category:       ports
>Synopsis:       Update Port: net-mgmt/chillispot to prevent installation if net-mgmt/coovachilli is installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 11 01:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        
>Organization:
>Environment:
>Description:
chillispot conflicts with coovachilli (pr/130357), I've updated the Makefile to prevent installation.
>How-To-Repeat:

>Fix:
diff -urN net-mgmt/chillispot.orig/Makefile net-mgmt/chillispot/Makefile
--- net-mgmt/chillispot.orig/Makefile	2009-01-09 19:27:37.000000000 +0000
+++ net-mgmt/chillispot/Makefile	2009-01-11 00:30:41.000000000 +0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	chillispot
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4	
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.chillispot.info/download/ \
 		http://www.geeklan.co.uk/files/ \
@@ -16,6 +16,8 @@
 MAINTAINER=	venture37@geeklan.co.uk
 COMMENT=	Wireless LAN Access Point Controller
 
+CONFLICTS=	coovachilli-1.*
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
 USE_RC_SUBR=	chillispot.sh

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



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