Date: Sat, 16 Jun 2018 00:44:11 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472508 - in head/graphics: libosmesa mesa-dri Message-ID: <201806160044.w5G0iBKA071953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806160044.w5G0iBKA071953>