Date: Sat, 16 Jun 2018 00:43:37 +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: r472506 - head/graphics/mesa-dri Message-ID: <201806160043.w5G0hbNZ071657@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jun 16 00:43:37 2018 New Revision: 472506 URL: https://svnweb.freebsd.org/changeset/ports/472506 Log: graphics/mesa-{libs,dri}: update to 18.1.2 Changes: https://www.mesa3d.org/relnotes/18.1.2.html PR: 227685 Modified: head/graphics/mesa-dri/Makefile.common (contents, props changed) head/graphics/mesa-dri/Makefile.targets (contents, props changed) head/graphics/mesa-dri/distinfo (contents, props changed) Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Sat Jun 16 00:37:35 2018 (r472505) +++ head/graphics/mesa-dri/Makefile.common Sat Jun 16 00:43:37 2018 (r472506) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 18.1.1 +MESABASEVERSION= 18.1.2 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= Modified: head/graphics/mesa-dri/Makefile.targets ============================================================================== --- head/graphics/mesa-dri/Makefile.targets Sat Jun 16 00:37:35 2018 (r472505) +++ head/graphics/mesa-dri/Makefile.targets Sat Jun 16 00:43:37 2018 (r472506) @@ -16,15 +16,6 @@ post-patch: . if ${COMPONENT} == osmesa @${REINPLACE_CMD} -e 's|x86_64|amd64|' ${WRKSRC}/configure.ac . endif -# Disable use of GCC_ATOMICs on i386 to avoid build failures -# Clang in 10.3 fails with cannot compile this atomic library call yet 'p_atomic_add' -# Clang in 11.0 fails with undefined reference to `__atomic_fetch_add_8` -. if ${ARCH} == "i386" - @${REINPLACE_CMD} -e 's|GCC_ATOMIC_BUILTINS_SUPPORTED||' ${WRKSRC}/configure -. if ${COMPONENT} == osmesa - @${REINPLACE_CMD} -e 's|GCC_ATOMIC_BUILTINS_SUPPORTED||' ${WRKSRC}/configure.ac -. endif -. endif .endif @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/src/util/xmlconfig.c Modified: head/graphics/mesa-dri/distinfo ============================================================================== --- head/graphics/mesa-dri/distinfo Sat Jun 16 00:37:35 2018 (r472505) +++ head/graphics/mesa-dri/distinfo Sat Jun 16 00:43:37 2018 (r472506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527874349 -SHA256 (mesa-18.1.1.tar.xz) = d3312a2ede5aac14a47476b208b8e3a401367838330197c4588ab8ad420d7781 -SIZE (mesa-18.1.1.tar.xz) = 11110892 +TIMESTAMP = 1529095068 +SHA256 (mesa-18.1.2.tar.xz) = 070bf0648ba5b242d7303ceed32aed80842f4c0ba16e5acc1a650a46eadfb1f9 +SIZE (mesa-18.1.2.tar.xz) = 11124408
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806160043.w5G0hbNZ071657>