From owner-freebsd-x11@freebsd.org Sat Dec 22 05:51:21 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9537F1346122 for ; Sat, 22 Dec 2018 05:51:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1552A71915 for ; Sat, 22 Dec 2018 05:51:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id CC2731346121; Sat, 22 Dec 2018 05:51:20 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9597134611F for ; Sat, 22 Dec 2018 05:51:20 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBC7E71911; Sat, 22 Dec 2018 05:51:19 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id D87FA2EBA9; Sat, 22 Dec 2018 05:51:18 +0000 (UTC) Date: Sat, 22 Dec 2018 05:51:17 +0000 From: Mark Linimon 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: CBC7E71911 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.26 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.65)[-0.654,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.46)[-0.458,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_SHORT(0.40)[0.400,0]; IP_SCORE(-0.24)[ipnet: 18.220.0.0/14(0.10), asn: 16509(-1.22), country: US(-0.08)]; RCVD_IN_DNSWL_MED(-0.20)[11.6.222.18.list.dnswl.org : 127.0.5.2]; MX_GOOD(-0.01)[cached: mail.soaustin.net]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 05:51:21 -0000 FYI mcl ----- Forwarded message from Mark Linimon ----- Date: Sat, 22 Dec 2018 05:50:16 +0000 (UTC) From: Mark Linimon 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 -----