Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2021 08:36:47 +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: r563035 - head/graphics/mesa-dri
Message-ID:  <202101270836.10R8alj8011582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jan 27 08:36:47 2021
New Revision: 563035
URL: https://svnweb.freebsd.org/changeset/ports/563035

Log:
  Remove obsolete sparc64 stanza.  This collided with ONLY_FOR_ARCHS
  statements in the ports that include it, with the following absurd
  value for IGNORE on e.g. aarch64:
  
    is only for amd64 i386, while you are running aarch64 (reason: Clover needs a GPU supported by the Radeon KMS driver) (reason: not supported on sparc64)
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/mesa-dri/Makefile.common

Modified: head/graphics/mesa-dri/Makefile.common
==============================================================================
--- head/graphics/mesa-dri/Makefile.common	Wed Jan 27 08:14:37 2021	(r563034)
+++ head/graphics/mesa-dri/Makefile.common	Wed Jan 27 08:36:47 2021	(r563035)
@@ -27,9 +27,6 @@ DISTFILES=	mesa-${MESADISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	x11@FreeBSD.org
 
-NOT_FOR_ARCHS=sparc64
-NOT_FOR_ARCHS_REASON=not supported on sparc64
-
 COMPONENT=	${PORTNAME:tl:C/^lib//:C/mesa-//}
 
 BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101270836.10R8alj8011582>