[[email protected]: svn commit: r488070 - head/x11-drivers/xf86-video-ati-legacy]
Mark Linimon <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
FYI mcl ----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Sat, 22 Dec 2018 05:50:16 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] Subject: svn commit: r488070 - head/x11-drivers/xf86-video-ati-legacy Author: linimon Date: Sat Dec 22 05:50:15 2018 New Revision: 488070 URL: https://svnweb.freebsd.org/changeset/ports/488070 Log: Allow building on powerpc64 as an experiment. While here, pet portlint. Reported by: [email protected] Approved by: portmgr (tier-2 blanket) Modified: head/x11-drivers/xf86-video-ati-legacy/Makefile Modified: head/x11-drivers/xf86-video-ati-legacy/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati-legacy/Makefile Sat Dec 22 05:46:49 2018 (r488069) +++ head/x11-drivers/xf86-video-ati-legacy/Makefile Sat Dec 22 05:50:15 2018 (r488070) @@ -13,6 +13,10 @@ COMMENT= X.Org ati display driver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +# No Radeon kernel driver on non-x86 and PC98. +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 @@ -23,10 +27,6 @@ PORTSCOUT= limit:^7\.9\.0 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]"