svn commit: r472508 - in head/graphics: libosmesa mesa-dri

Jan Beich jbeich at FreeBSD.org
Sat Jun 16 00:44:12 UTC 2018


Author: jbeich
Date: Sat Jun 16 00:44:11 2018
New Revision: 472508
URL: https://svnweb.freebsd.org/changeset/ports/472508

Log:
  graphics/libosmesa: drop -pthread workaround after r456530

Modified:
  head/graphics/libosmesa/Makefile   (contents, props changed)
  head/graphics/mesa-dri/Makefile.targets   (contents, props changed)

Modified: head/graphics/libosmesa/Makefile
==============================================================================
--- head/graphics/libosmesa/Makefile	Sat Jun 16 00:43:56 2018	(r472507)
+++ head/graphics/libosmesa/Makefile	Sat Jun 16 00:44:11 2018	(r472508)
@@ -9,12 +9,6 @@ COMMENT=	Off-Screen Mesa implementation of the OpenGL 
 
 USE_XORG=	glproto
 
-# As of version 17.0.5 / 17.1.2, the Gallium variant fails to build due to
-# incorrectly ordered linker flags. Fortunately, autoreconf fixes the problem.
-# Unfortunately, we must reconf before we know if we're doing a Gallium build.
-USES=		autoreconf
-EXTRA_PATCHES=	${PATCHDIR}/configure.ac
-
 .include <bsd.port.options.mk>
 .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
 

Modified: head/graphics/mesa-dri/Makefile.targets
==============================================================================
--- head/graphics/mesa-dri/Makefile.targets	Sat Jun 16 00:43:56 2018	(r472507)
+++ head/graphics/mesa-dri/Makefile.targets	Sat Jun 16 00:44:11 2018	(r472508)
@@ -5,9 +5,6 @@
 post-patch:
 .if ${OPSYS} == FreeBSD
 	@${REINPLACE_CMD} -e 's|x86_64|amd64|' ${WRKSRC}/configure
-. if ${COMPONENT} == osmesa
-	@${REINPLACE_CMD} -e 's|x86_64|amd64|' ${WRKSRC}/configure.ac
-. endif
 .endif
 	@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
 		${WRKSRC}/src/util/xmlconfig.c


More information about the svn-ports-all mailing list