From owner-svn-ports-all@freebsd.org Fri Jul 3 23:19:30 2020 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 912C735B8BF; Fri, 3 Jul 2020 23:19:30 +0000 (UTC) (envelope-from jbeich@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49z9sG2nG6z3cy7; Fri, 3 Jul 2020 23:19:30 +0000 (UTC) (envelope-from jbeich@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 3E255135A9; Fri, 3 Jul 2020 23:19:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 063NJU4m058870; Fri, 3 Jul 2020 23:19:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 063NJTlh058865; Fri, 3 Jul 2020 23:19:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007032319.063NJTlh058865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Jul 2020 23:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541153 - in head: devel/sdl20 x11/controllermap X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: devel/sdl20 x11/controllermap X-SVN-Commit-Revision: 541153 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.33 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: Fri, 03 Jul 2020 23:19:30 -0000 Author: jbeich Date: Fri Jul 3 23:19:28 2020 New Revision: 541153 URL: https://svnweb.freebsd.org/changeset/ports/541153 Log: devel/sdl20: update to 2.0.12 Changes: https://discourse.libsdl.org/t/sdl-2-0-12-released/27318 ABI: https://abi-laboratory.pro/tracker/timeline/sdl/ Approved by: maintainer timeout (2 weeks) Differential Revision: https://reviews.freebsd.org/D25307 Modified: head/devel/sdl20/Makefile (contents, props changed) head/devel/sdl20/distinfo (contents, props changed) head/devel/sdl20/pkg-plist (contents, props changed) head/x11/controllermap/Makefile (contents, props changed) head/x11/controllermap/distinfo (contents, props changed) Modified: head/devel/sdl20/Makefile ============================================================================== --- head/devel/sdl20/Makefile Fri Jul 3 22:30:11 2020 (r541152) +++ head/devel/sdl20/Makefile Fri Jul 3 23:19:28 2020 (r541153) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2 -PORTVERSION= 2.0.10 -PORTREVISION= 1 +PORTVERSION= 2.0.12 CATEGORIES= devel MASTER_SITES= https://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} @@ -126,6 +125,12 @@ UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd UDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto .include + +# Similar to x11/pixman +.if ${ARCH} == "armv6" || ${ARCH} == "armv7" +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils +CFLAGS+= -B${LOCALBASE}/bin -no-integrated-as +.endif .if ${PORT_OPTIONS:MALSA} .if !${PORT_OPTIONS:MSDL_AUDIO} Modified: head/devel/sdl20/distinfo ============================================================================== --- head/devel/sdl20/distinfo Fri Jul 3 22:30:11 2020 (r541152) +++ head/devel/sdl20/distinfo Fri Jul 3 23:19:28 2020 (r541153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564144974 -SHA256 (SDL2-2.0.10.tar.gz) = b4656c13a1f0d0023ae2f4a9cf08ec92fffb464e0f24238337784159b8b91d57 -SIZE (SDL2-2.0.10.tar.gz) = 5550762 +TIMESTAMP = 1583890578 +SHA256 (SDL2-2.0.12.tar.gz) = 349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863 +SIZE (SDL2-2.0.12.tar.gz) = 5720162 Modified: head/devel/sdl20/pkg-plist ============================================================================== --- head/devel/sdl20/pkg-plist Fri Jul 3 22:30:11 2020 (r541152) +++ head/devel/sdl20/pkg-plist Fri Jul 3 23:19:28 2020 (r541153) @@ -24,6 +24,7 @@ include/SDL2/SDL_loadso.h include/SDL2/SDL_log.h include/SDL2/SDL_main.h include/SDL2/SDL_messagebox.h +include/SDL2/SDL_metal.h include/SDL2/SDL_mouse.h include/SDL2/SDL_mutex.h include/SDL2/SDL_name.h @@ -72,9 +73,10 @@ include/SDL2/SDL_video.h include/SDL2/SDL_vulkan.h include/SDL2/begin_code.h include/SDL2/close_code.h +lib/cmake/SDL2/sdl2-config-version.cmake lib/cmake/SDL2/sdl2-config.cmake lib/libSDL2-2.0.so.0 -lib/libSDL2-2.0.so.0.10.0 +lib/libSDL2-2.0.so.0.12.0 lib/libSDL2.a lib/libSDL2.so lib/libSDL2_test.a Modified: head/x11/controllermap/Makefile ============================================================================== --- head/x11/controllermap/Makefile Fri Jul 3 22:30:11 2020 (r541152) +++ head/x11/controllermap/Makefile Fri Jul 3 23:19:28 2020 (r541153) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= controllermap -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.12 CATEGORIES= x11 MASTER_SITES= https://www.libsdl.org/release/ DISTNAME= SDL2-${DISTVERSION} Modified: head/x11/controllermap/distinfo ============================================================================== --- head/x11/controllermap/distinfo Fri Jul 3 22:30:11 2020 (r541152) +++ head/x11/controllermap/distinfo Fri Jul 3 23:19:28 2020 (r541153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564144974 -SHA256 (SDL2-2.0.10.tar.gz) = b4656c13a1f0d0023ae2f4a9cf08ec92fffb464e0f24238337784159b8b91d57 -SIZE (SDL2-2.0.10.tar.gz) = 5550762 +TIMESTAMP = 1583890578 +SHA256 (SDL2-2.0.12.tar.gz) = 349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863 +SIZE (SDL2-2.0.12.tar.gz) = 5720162