Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2008 16:04:32 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        x11@FreeBSD.org
Subject:   ports/129735: [PATCH] x11-drivers/xf86-video-radeonhd: fix CONFLICTS
Message-ID:  <20081218130432.9B4D31702D@hades.panopticon>
Resent-Message-ID: <200812181310.mBIDA195084210@freefall.freebsd.org>

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

>Number:         129735
>Category:       ports
>Synopsis:       [PATCH] x11-drivers/xf86-video-radeonhd: fix CONFLICTS
>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:   Thu Dec 18 13:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008
>Description:
xf86-video-radeonhd has CONFLICTS clause misspelled as CONFLICT, fix that.

Port maintainer (x11@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xf86-video-radeonhd-1.2.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/x11-drivers/xf86-video-radeonhd/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	27 Sep 2008 20:02:36 -0000	1.7
+++ Makefile	18 Dec 2008 13:01:59 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	xf86-video-radeonhd
 PORTVERSION=	1.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
@@ -18,7 +18,7 @@
 XORG_CAT=	driver
 USE_XORG=	videoproto xextproto
 
-CONFLICT=	xf86-video-radeonhd-devel-[0-9]*
+CONFLICTS=	xf86-video-radeonhd-devel-[0-9]*
 
 MAN4=	radeonhd.4x
 
--- xf86-video-radeonhd-1.2.1_3.patch ends here ---

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



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