[PATCH] x11-drivers/xf86-video-radeonhd: fix CONFLICTS
Dmitry Marakasov
amdmi3 at amdmi3.ru
Thu Dec 18 05:35:53 PST 2008
>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 at 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 at 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 ---
More information about the freebsd-x11
mailing list