Revision: 27142 http://sourceforge.net/p/gar/code/27142 Author: jake_goerzen Date: 2025-01-11 18:33:23 +0000 (Sat, 11 Jan 2025) Log Message: ----------- libsdl2/trunk: update to 2.30.11 and fix hashbang in sdl2-config
Modified Paths: -------------- csw/mgar/pkg/libsdl2/trunk/Makefile csw/mgar/pkg/libsdl2/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch Modified: csw/mgar/pkg/libsdl2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-09 17:27:16 UTC (rev 27141) +++ csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-11 18:33:23 UTC (rev 27142) @@ -1,5 +1,5 @@ NAME = SDL2 -VERSION = 2.30.10 +VERSION = 2.30.11 GARTYPE = v2 DESCRIPTION = Simple DirectMedia Layer library @@ -29,6 +29,7 @@ RUNTIME_DEP_PKGS_CSWlibsdl2-dev += CSWlibsdl2-2-0-0 PATCHFILES = 0001-SDL_x11messagebox.c-Solaris-10.patch +PATCHFILES += 0002-change-hashbang-to-work-in-our-enviornment.patch GARCOMPILER = GNU Modified: csw/mgar/pkg/libsdl2/trunk/checksums =================================================================== --- csw/mgar/pkg/libsdl2/trunk/checksums 2025-01-09 17:27:16 UTC (rev 27141) +++ csw/mgar/pkg/libsdl2/trunk/checksums 2025-01-11 18:33:23 UTC (rev 27142) @@ -1 +1 @@ -1855577186170c22c2556a1499c64726 SDL2-2.30.10.tar.gz +bea190b480f6df249db29eb3bacfe41e SDL2-2.30.11.tar.gz Added: csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch =================================================================== --- csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch (rev 0) +++ csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch 2025-01-11 18:33:23 UTC (rev 27142) @@ -0,0 +1,22 @@ +From f4ec7ebe6c997b6aebff50c7fad8b741796a413f Mon Sep 17 00:00:00 2001 +From: Jake Goerzen <jgoer...@opencsw.org> +Date: Fri, 10 Jan 2025 19:10:48 +0100 +Subject: [PATCH] change hashbang to work in our enviornment + +--- + sdl2-config.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/sdl2-config.in b/sdl2-config.in +index f6eca76..9aaf244 100644 +--- a/sdl2-config.in ++++ b/sdl2-config.in +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/opt/csw/bin/bash + + # Get the canonical path of the folder containing this script + bindir=$(cd -P -- "$(dirname -- "$0")" && printf '%s\n' "$(pwd -P)") +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.