mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Replace a custom ARCH check in Mk/bsd.xorg.mk for xf86-video-sunffb with
ONLY_FOR_ARCHS=sparc64 in the port itself. axe md5 in distinfo. PR: ports/154393 Submitted by: Eitan Adler <lists@eitanadler.com> Approved by: x11 (miwi)
This commit is contained in:
parent
7bec73f569
commit
7c2cacfb17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270052
@ -57,9 +57,6 @@ USE_XORG+= fontsproto renderproto
|
||||
. else
|
||||
IGNORE= doesn't contain either "driver" or "input"
|
||||
. endif
|
||||
. if ${PORTNAME:M*-sun*}x != x && ${ARCH} != sparc64
|
||||
IGNORE= is for sparc64 only
|
||||
. endif
|
||||
. endif
|
||||
|
||||
. if ${XORG_CAT} == "font"
|
||||
|
@ -18,5 +18,6 @@ USE_GL= gl
|
||||
XORG_CAT= driver
|
||||
USE_XORG= xf86driproto xextproto glproto
|
||||
MAN4= sunffb.4x
|
||||
ONLY_FOR_ARCHS= sparc64
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (xorg/driver/xf86-video-sunffb-1.2.1.tar.bz2) = 1bb374fe5ab3ed780d353b2b12ba6255
|
||||
SHA256 (xorg/driver/xf86-video-sunffb-1.2.1.tar.bz2) = fd377af6e366e8e3a77c8ff825a009138c8343c0007bbf070ad605a649577e11
|
||||
SIZE (xorg/driver/xf86-video-sunffb-1.2.1.tar.bz2) = 283427
|
||||
|
Loading…
Reference in New Issue
Block a user