svn commit: r563035 - head/graphics/mesa-dri
Mark Linimon
linimon at FreeBSD.org
Wed Jan 27 08:36:48 UTC 2021
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 \
More information about the svn-ports-all
mailing list