Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2008 21:41:31 GMT
From:      Carlos Santos <unixmania@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125992: Remove conflict with unexisting package
Message-ID:  <200807262141.m6QLfVGe048883@www.freebsd.org>
Resent-Message-ID: <200807262150.m6QLo3ra015175@freefall.freebsd.org>

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

>Number:         125992
>Category:       ports
>Synopsis:       Remove conflict with unexisting package
>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:   Sat Jul 26 21:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Carlos Santos
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD casantos.casantos.org 7.0-STABLE FreeBSD 7.0-STABLE #4: Thu Jul 17 21:07:23 BRT 2008     root@casantos.casantos.org:/local/FreeBSD/src-stable/sys/amd64/compile/HP_NX6320_70_AMD64  amd64

>Description:
XFree86-4 is no longer supported on FreeBSD. The imake-4 port was
removed on 2008-03-07 so the CONFLICTS assignment in the imake port
is no longer necessary.
>How-To-Repeat:
N.A.
>Fix:
Apply the attached patch.

Patch attached with submission follows:

--- ports/devel/imake/Makefile.orig	2007-05-19 17:02:53.000000000 -0300
+++ ports/devel/imake/Makefile	2008-07-26 18:34:17.000000000 -0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	imake
 PORTVERSION=	1.0.2
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	devel
 
@@ -18,8 +18,6 @@
 		makedepend:${PORTSDIR}/devel/makedepend \
 		${PREFIX}/lib/X11/config/xorg.cf:${PORTSDIR}/x11/xorg-cf-files
 
-CONFLICTS=	imake-4*
-
 USE_PERL5=	yes
 
 XORG_CAT=	util


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



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