[linimon at FreeBSD.org: svn commit: r563035 - head/graphics/mesa-dri]

Mark Linimon linimon at lonesome.com
Wed Jan 27 08:38:27 UTC 2021


Somehow I had never noticed this nonsense before.

IMHO that sparc64 stanza was never in the right place anyway.

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Wed, 27 Jan 2021 08:36:47 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r563035 - head/graphics/mesa-dri

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 at 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 \

----- End forwarded message -----


More information about the freebsd-x11 mailing list