Date: Sat, 22 Dec 2018 05:51:17 +0000 From: Mark Linimon <linimon@lonesome.com> To: x11@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r488070 - head/x11-drivers/xf86-video-ati-legacy] Message-ID: <20181222055117.GE21495@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Sat, 22 Dec 2018 05:50:16 +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: 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: jhibbits@FreeBSD.org 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 -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181222055117.GE21495>