Date: Thu, 4 Jun 2015 11:04:28 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388522 - head/graphics/libosmesa Message-ID: <201506041104.t54B4Smx002583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Jun 4 11:04:27 2015 New Revision: 388522 URL: https://svnweb.freebsd.org/changeset/ports/388522 Log: Mark libosmesa broken on 11-i386 for now. This should stop the fallout mail. We have a fix for the build issue but the fix depends on other changes to the mesa ports. This mesa update will be commit after 8.4-R has gone EOL. Modified: head/graphics/libosmesa/Makefile Modified: head/graphics/libosmesa/Makefile ============================================================================== --- head/graphics/libosmesa/Makefile Thu Jun 4 10:33:44 2015 (r388521) +++ head/graphics/libosmesa/Makefile Thu Jun 4 11:04:27 2015 (r388522) @@ -35,6 +35,12 @@ MAKE_JOBS_UNSAFE=yes INCLUDES= gl.h gl_mangle.h glext.h glx.h glx_mangle.h \ glxext.h osmesa.h wglext.h wmesa.h +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 && ${ARCH} == i386 +BROKEN= Doesn't build +.endif + post-patch: ${REINPLACE_CMD} \ -e '/^OSMESA_VERSION=/s|8|9|' \ @@ -51,4 +57,4 @@ do-install: ${LN} -s libOSMesa.so.9.0.0 ${STAGEDIR}${PREFIX}/lib/libOSMesa.so ${INSTALL_DATA} ${WRKSRC}/src/mesa/drivers/osmesa/osmesa.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/osmesa.pc -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506041104.t54B4Smx002583>