Date: Tue, 20 Nov 2018 03:28:39 +0000 From: Mark Linimon <linimon@lonesome.com> To: x11@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r485243 - head/x11-drivers/xf86-video-ati] Message-ID: <20181120032830.GA9237@lonesome.com>
next in thread | raw e-mail | index | archive | help
Apologies if this is a duplicate. I was having mail trouble. mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Sun, 18 Nov 2018 18:36:29 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485243 - head/x11-drivers/xf86-video-ati Author: linimon Date: Sun Nov 18 18:36:28 2018 New Revision: 485243 URL: https://svnweb.freebsd.org/changeset/ports/485243 Log: Allow building on powerpc64 for testing. While here, pet portlint. Reported by: jhibbits Approved by: portmgr (tier-2 blanket) Modified: head/x11-drivers/xf86-video-ati/Makefile Modified: head/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Sun Nov 18 18:35:38 2018 (r485242) +++ head/x11-drivers/xf86-video-ati/Makefile Sun Nov 18 18:36:28 2018 (r485243) @@ -11,6 +11,10 @@ COMMENT= X.Org ati display driver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +# No Radeon kernel driver on non-x86. +ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86 + LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ libdrm_radeon.so:graphics/libdrm @@ -19,10 +23,6 @@ CONFLICTS_INSTALL= xf86-video-ati-legacy USE_GL= gl XORG_CAT= driver USE_XORG= pciaccess - -# No Radeon kernel driver on non-x86 and PC98. -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86 CONFIGURE_ARGS+=--disable-udev ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181120032830.GA9237>