From owner-svn-ports-all@freebsd.org Thu Oct 31 18:59:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B6404162EE0; Thu, 31 Oct 2019 18:59:04 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473vkJ4SNFz3D49; Thu, 31 Oct 2019 18:59:04 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D16F27070; Thu, 31 Oct 2019 18:59:04 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9VIx4ab072232; Thu, 31 Oct 2019 18:59:04 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9VIx3tH072226; Thu, 31 Oct 2019 18:59:03 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201910311859.x9VIx3tH072226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 31 Oct 2019 18:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r516189 - in branches/2019Q4: graphics/libosmesa graphics/libxatracker graphics/mesa-dri graphics/mesa-dri/files graphics/mesa-libs lang/clover X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2019Q4: graphics/libosmesa graphics/libxatracker graphics/mesa-dri graphics/mesa-dri/files graphics/mesa-libs lang/clover X-SVN-Commit-Revision: 516189 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2019 18:59:04 -0000 Author: zeising Date: Thu Oct 31 18:59:02 2019 New Revision: 516189 URL: https://svnweb.freebsd.org/changeset/ports/516189 Log: MFH: r516100 graphics/mesa: Add -D_GNU_SOURCE to compile flags Add -D_GNU_SOURCE to compile flags when building on FreeBSD. This is needed to have mesa work with various locales, that for instance use , instead of . as a decmal separator. Bump portrevision on all mesa related ports. PR: 241506 Reported by: Jesper Schmitz Mouridsen Approved by: ports-secteam (joenum) Modified: branches/2019Q4/graphics/libosmesa/Makefile branches/2019Q4/graphics/libxatracker/Makefile branches/2019Q4/graphics/mesa-dri/Makefile branches/2019Q4/graphics/mesa-dri/files/patch-configure branches/2019Q4/graphics/mesa-libs/Makefile branches/2019Q4/lang/clover/Makefile Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/graphics/libosmesa/Makefile ============================================================================== --- branches/2019Q4/graphics/libosmesa/Makefile Thu Oct 31 18:50:40 2019 (r516188) +++ branches/2019Q4/graphics/libosmesa/Makefile Thu Oct 31 18:59:02 2019 (r516189) @@ -3,7 +3,7 @@ PORTNAME= libosmesa PORTVERSION= ${MESAVERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics COMMENT= Off-Screen Mesa implementation of the OpenGL API Modified: branches/2019Q4/graphics/libxatracker/Makefile ============================================================================== --- branches/2019Q4/graphics/libxatracker/Makefile Thu Oct 31 18:50:40 2019 (r516188) +++ branches/2019Q4/graphics/libxatracker/Makefile Thu Oct 31 18:59:02 2019 (r516189) @@ -3,7 +3,7 @@ PORTNAME= libxatracker PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= Mesa XA state tracker Modified: branches/2019Q4/graphics/mesa-dri/Makefile ============================================================================== --- branches/2019Q4/graphics/mesa-dri/Makefile Thu Oct 31 18:50:40 2019 (r516188) +++ branches/2019Q4/graphics/mesa-dri/Makefile Thu Oct 31 18:59:02 2019 (r516189) @@ -3,7 +3,7 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ Modified: branches/2019Q4/graphics/mesa-dri/files/patch-configure ============================================================================== --- branches/2019Q4/graphics/mesa-dri/files/patch-configure Thu Oct 31 18:50:40 2019 (r516188) +++ branches/2019Q4/graphics/mesa-dri/files/patch-configure Thu Oct 31 18:59:02 2019 (r516189) @@ -1,6 +1,15 @@ ---- configure.orig 2018-11-09 11:03:06 UTC +--- configure.orig 2019-01-17 11:26:29 UTC +++ configure -@@ -22659,12 +22659,13 @@ case "$host_os" in +@@ -20767,7 +20767,7 @@ case "$host_os" in + *-android*) + android=yes + ;; +-linux*|*-gnu*|gnu*|cygwin*) ++linux*|*-gnu*|gnu*|cygwin*|freebsd*) + DEFINES="$DEFINES -D_GNU_SOURCE" + ;; + solaris*) +@@ -22648,12 +22648,13 @@ case "$host_os" in darwin*) ;; *) @@ -18,7 +27,7 @@ _ACEOF CLOCK_LIB= else -@@ -23330,8 +23331,12 @@ $as_echo_n "checking whether pthread_setaffinity_np is +@@ -23319,8 +23320,12 @@ $as_echo_n "checking whether pthread_setaffinity_np is cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -31,7 +40,7 @@ int main() { void *a = (void*) &pthread_setaffinity_np; long b = (long) a; -@@ -23350,11 +23355,20 @@ rm -f core conftest.err conftest.$ac_objext \ +@@ -23339,11 +23344,20 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$save_LIBS" @@ -55,7 +64,7 @@ # Check whether --enable-selinux was given. -@@ -24252,7 +24266,7 @@ fi +@@ -24241,7 +24255,7 @@ fi case "$host_os" in @@ -64,7 +73,7 @@ dri3_default=yes ;; *) -@@ -26640,31 +26654,11 @@ fi +@@ -26542,31 +26556,11 @@ fi # Put the nasty error message in config.log where it belongs echo "$XCB_RANDR_PKG_ERRORS" >&5 @@ -98,7 +107,7 @@ else XCB_RANDR_CFLAGS=$pkg_cv_XCB_RANDR_CFLAGS XCB_RANDR_LIBS=$pkg_cv_XCB_RANDR_LIBS -@@ -26732,31 +26726,11 @@ fi +@@ -26634,31 +26628,11 @@ fi # Put the nasty error message in config.log where it belongs echo "$XLIB_RANDR_PKG_ERRORS" >&5 @@ -132,7 +141,7 @@ else XLIB_RANDR_CFLAGS=$pkg_cv_XLIB_RANDR_CFLAGS XLIB_RANDR_LIBS=$pkg_cv_XLIB_RANDR_LIBS -@@ -28792,9 +28766,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ +@@ -28694,9 +28668,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ CLANG_LIBDIR=${LLVM_LIBDIR} fi CLANG_RESOURCE_DIR=$CLANG_LIBDIR/clang/${LLVM_VERSION} Modified: branches/2019Q4/graphics/mesa-libs/Makefile ============================================================================== --- branches/2019Q4/graphics/mesa-libs/Makefile Thu Oct 31 18:50:40 2019 (r516188) +++ branches/2019Q4/graphics/mesa-libs/Makefile Thu Oct 31 18:59:02 2019 (r516189) @@ -3,7 +3,7 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients Modified: branches/2019Q4/lang/clover/Makefile ============================================================================== --- branches/2019Q4/lang/clover/Makefile Thu Oct 31 18:50:40 2019 (r516188) +++ branches/2019Q4/lang/clover/Makefile Thu Oct 31 18:59:02 2019 (r516189) @@ -2,7 +2,7 @@ PORTNAME= clover PORTVERSION= ${MESAVERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang COMMENT= Mesa "Clover" OpenCL library