[[email protected]: svn commit: r485243 - head/x11-drivers/xf86-video-ati]
Mark Linimon <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
Apologies if this is a duplicate. I was having mail trouble. mcl ----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Sun, 18 Nov 2018 18:36:29 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] 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 ----- _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"