Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2011 21:03:34 GMT
From:      Olivier Cochard-Labbe <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158540: [emulators/gns3] Fix conflict problem (no more broken port)
Message-ID:  <201106302103.p5UL3Y5X064407@red.freebsd.org>
Resent-Message-ID: <201106302110.p5ULA9pB038421@freefall.freebsd.org>

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

>Number:         158540
>Category:       ports
>Synopsis:       [emulators/gns3] Fix conflict problem (no more broken port)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 30 21:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        8.2
>Organization:
>Environment:
FreeBSD d630.bsdrp.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
I've just discovered on FreshPorts that emulators/gns3 is marked broken because a port conflict.
Here is a small patch for this problem.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gns3.old/Makefile gns3/Makefile
--- gns3.old/Makefile	2011-06-30 22:07:08.000000000 +0200
+++ gns3/Makefile	2011-06-30 22:21:10.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	gns3
 PORTVERSION=	0.7.3
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/gns-3/GNS3/${PORTVERSION}
 DISTNAME=	GNS3-${PORTVERSION}-src
@@ -17,12 +18,11 @@
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
 		${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \
 		${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \
-		dynamips:${PORTSDIR}/emulators/dynamips-devel \
+		dynamips:${PORTSDIR}/emulators/dynamips-community \
 		dynagen:${PORTSDIR}/emulators/dynagen \
 		qemu>=0.11:${PORTSDIR}/emulators/qemu
 
-BROKEN=		conflicting dependencies
-
+#CONFLICTS=	dynamips-[0-9]* dynamips-devel-[0-9]*
 USE_PYTHON=		2.5+
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	GNS3


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



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