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:   [PATCH] x11-drivers/xf86-video-radeonhd: fix CONFLICTS
Message-ID:  <20081218130432.9B4D31702D@hades.panopticon>

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

>Submitter-Id:	current-users
>Originator:	Dmitry Marakasov
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] x11-drivers/xf86-video-radeonhd: fix CONFLICTS
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		 sw-bug
>Release:	FreeBSD 7.0-RELEASE-p1 i386
>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 ---




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