mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Update to 2009.03.01 based 1.2.4.
[NOTE] Add many 2D acceleration works on R6xx/R7xx (a.k.a. Radeon HD [23]xxx/HD 4xxx). Please see also: http://cgit.freedesktop.org/xorg/driver/xf86-video-radeonhd/log/ Sorry, I don't confirm it on my AMD M780G (RS780 a.k.a. Radeon HD 3200) by hardware failure. So it may not work well.
This commit is contained in:
parent
d58603ce2d
commit
494edc95ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229227
@ -6,8 +6,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= xf86-video-radeonhd
|
PORTNAME= xf86-video-radeonhd
|
||||||
PORTVERSION= 1.2.3.20081114
|
PORTVERSION= 1.2.4.20090301
|
||||||
PORTREVISION= 1
|
PORTREVISION= 0
|
||||||
CATEGORIES= x11-drivers
|
CATEGORIES= x11-drivers
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= nork
|
MASTER_SITE_SUBDIR= nork
|
||||||
@ -16,7 +16,8 @@ PKGNAMESUFFIX= -devel
|
|||||||
MAINTAINER= nork@FreeBSD.org
|
MAINTAINER= nork@FreeBSD.org
|
||||||
COMMENT= X.Org ati RadeonHD display driver development version
|
COMMENT= X.Org ati RadeonHD display driver development version
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros
|
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros \
|
||||||
|
${LOCALBASE}/libdata/pkgconfig/gl.pc:${PORTSDIR}/graphics/libGL
|
||||||
|
|
||||||
.if !exists(${LOCALBASE}/lib/libpci.so.2)
|
.if !exists(${LOCALBASE}/lib/libpci.so.2)
|
||||||
OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off
|
OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off
|
||||||
@ -32,8 +33,6 @@ CONFLICTS= xf86-video-radeonhd-[0-9]* xf86-video-ati-[0-9]*
|
|||||||
|
|
||||||
MAN4= radeonhd.4x
|
MAN4= radeonhd.4x
|
||||||
|
|
||||||
# EXA is usable rather than XAA. DRI is not usable in this time.
|
|
||||||
CONFIGURE_ARGS= --enable-exa --disable-dri
|
|
||||||
ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal
|
ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (xorg/driver/xf86-video-radeonhd-1.2.3.20081114.tar.bz2) = b35b444c8e36eae8770c020b46bf4aa3
|
MD5 (xorg/driver/xf86-video-radeonhd-1.2.4.20090301.tar.bz2) = fc3db7c0949e2708b9ff3a8e90428dd9
|
||||||
SHA256 (xorg/driver/xf86-video-radeonhd-1.2.3.20081114.tar.bz2) = 22c7c3dc6797972b147e75e758915e2291fc85d4ab36ab4d021874c4fae9170b
|
SHA256 (xorg/driver/xf86-video-radeonhd-1.2.4.20090301.tar.bz2) = 13d3bb8bedaad11e97a7bd4f8dc0af376108a1b5b45b102fd8fda8259ba41432
|
||||||
SIZE (xorg/driver/xf86-video-radeonhd-1.2.3.20081114.tar.bz2) = 317223
|
SIZE (xorg/driver/xf86-video-radeonhd-1.2.4.20090301.tar.bz2) = 376740
|
||||||
|
Loading…
Reference in New Issue
Block a user