- Update 1.2.1
PR: 122769 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Approved by: flz
This commit is contained in:
parent
e53decf138
commit
73c51b6762
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211592
6 changed files with 52 additions and 10 deletions
|
@ -6,15 +6,34 @@
|
|||
#
|
||||
|
||||
PORTNAME= xf86-video-radeonhd
|
||||
PORTVERSION= 1.2.0
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X.Org ati RadeonHD display driver
|
||||
|
||||
OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off
|
||||
|
||||
XORG_CAT= driver
|
||||
USE_XORG= videoproto xextproto
|
||||
|
||||
MAN4= radeonhd.4x
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_UTILS)
|
||||
LIB_DEPENDS+= pci.2:${PORTSDIR}/devel/libpci
|
||||
PLIST_SUB= UTILS=""
|
||||
CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \
|
||||
PCIUTILS_LIBS="-L${LOCALBASE}/lib"
|
||||
.else
|
||||
PLIST_SUB= UTILS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_UTILS)
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xorg/driver/xf86-video-radeonhd-1.2.0.tar.bz2) = 6a932ec17da9ce5a6d9000c1649c3a7e
|
||||
SHA256 (xorg/driver/xf86-video-radeonhd-1.2.0.tar.bz2) = 87c6353dd52bbe22d3a45f28fb39de1dd44f41568aaf8a9b0d45a7ed62313e27
|
||||
SIZE (xorg/driver/xf86-video-radeonhd-1.2.0.tar.bz2) = 511928
|
||||
MD5 (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 9db15e1f1f891f514ca72dd9a3cc360a
|
||||
SHA256 (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 2e06e8cd714e5345165c64e8a96ea0e7bae44ae2655760ef0eee17ab788ab388
|
||||
SIZE (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 512608
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
lib/xorg/modules/drivers/radeonhd_drv.la
|
||||
lib/xorg/modules/drivers/radeonhd_drv.so
|
||||
%%UTILS%%sbin/rhd_conntest
|
||||
%%UTILS%%sbin/rhd_dump
|
||||
@dirrmtry lib/xorg/modules/drivers
|
||||
@dirrmtry lib/xorg/modules
|
||||
@dirrmtry lib/xorg
|
||||
|
|
|
@ -6,15 +6,34 @@
|
|||
#
|
||||
|
||||
PORTNAME= xf86-video-radeonhd
|
||||
PORTVERSION= 1.2.0
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X.Org ati RadeonHD display driver
|
||||
|
||||
OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off
|
||||
|
||||
XORG_CAT= driver
|
||||
USE_XORG= videoproto xextproto
|
||||
|
||||
MAN4= radeonhd.4x
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_UTILS)
|
||||
LIB_DEPENDS+= pci.2:${PORTSDIR}/devel/libpci
|
||||
PLIST_SUB= UTILS=""
|
||||
CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \
|
||||
PCIUTILS_LIBS="-L${LOCALBASE}/lib"
|
||||
.else
|
||||
PLIST_SUB= UTILS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_UTILS)
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xorg/driver/xf86-video-radeonhd-1.2.0.tar.bz2) = 6a932ec17da9ce5a6d9000c1649c3a7e
|
||||
SHA256 (xorg/driver/xf86-video-radeonhd-1.2.0.tar.bz2) = 87c6353dd52bbe22d3a45f28fb39de1dd44f41568aaf8a9b0d45a7ed62313e27
|
||||
SIZE (xorg/driver/xf86-video-radeonhd-1.2.0.tar.bz2) = 511928
|
||||
MD5 (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 9db15e1f1f891f514ca72dd9a3cc360a
|
||||
SHA256 (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 2e06e8cd714e5345165c64e8a96ea0e7bae44ae2655760ef0eee17ab788ab388
|
||||
SIZE (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 512608
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
lib/xorg/modules/drivers/radeonhd_drv.la
|
||||
lib/xorg/modules/drivers/radeonhd_drv.so
|
||||
%%UTILS%%sbin/rhd_conntest
|
||||
%%UTILS%%sbin/rhd_dump
|
||||
@dirrmtry lib/xorg/modules/drivers
|
||||
@dirrmtry lib/xorg/modules
|
||||
@dirrmtry lib/xorg
|
||||
|
|
Loading…
Reference in a new issue