svn commit: r541153 - in head: devel/sdl20 x11/controllermap

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Jul 7 21:01:40 UTC 2020


* Jan Beich (jbeich at FreeBSD.org) wrote:

> 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)

This is nothing like maintainer timeout, it's commit without maintainer's
consent. There was no PR, and I didn't get any notifications. Please don't
commit to my ports without submitting PR first.

>   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 <bsd.port.options.mk>
> +
> +# 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
> 

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:              https://github.com/AMDmi3



More information about the svn-ports-all mailing list