pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/pkgsrc/trunk]: .joined/pkgsrc/audio/sfxr audio/sfxr: use standard he...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/652689b47b66
branches:  trunk
changeset: 370867:652689b47b66
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Jan 01 09:25:49 2022 +0000

description:
audio/sfxr: use standard headers; should fix broken macos build

diffstat:

 audio/sfxr/distinfo               |   3 ++-
 audio/sfxr/patches/patch-sdlkit.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 6af9fe17584f -r 652689b47b66 audio/sfxr/distinfo
--- a/audio/sfxr/distinfo       Sat Jan 01 09:20:40 2022 +0000
+++ b/audio/sfxr/distinfo       Sat Jan 01 09:25:49 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 09:59:28 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/01/01 09:25:49 dholland Exp $
 
 BLAKE2s (sfxr-sdl-1.2.1.tar.gz) = a6d245c0be32c91398b6418e53245def1c3d93342389978f86c841ba6a6a5f6a
 SHA512 (sfxr-sdl-1.2.1.tar.gz) = a918f5212d77e10769d44808e0fa34c3df1da6880663c6a7d966860d145c0c2979b6a6772d12a35ca44b4d7337a38698c722569446eca95c2041ae86ec691adc
 Size (sfxr-sdl-1.2.1.tar.gz) = 19444 bytes
 SHA1 (patch-Makefile) = 95463748fccf863936c8bfc4f45a411d8b4b98b3
+SHA1 (patch-sdlkit.h) = 81d7383650447f3aeff34b4de834fd2f7a9e1b02
diff -r 6af9fe17584f -r 652689b47b66 audio/sfxr/patches/patch-sdlkit.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/sfxr/patches/patch-sdlkit.h Sat Jan 01 09:25:49 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-sdlkit.h,v 1.1 2022/01/01 09:25:49 dholland Exp $
+
+Use standard headers.
+
+--- sdlkit.h~  2012-04-28 10:33:53.000000000 +0000
++++ sdlkit.h
+@@ -92,7 +92,7 @@ static void ddkSetMode (int width, int h
+ 
+ #include <gtk/gtk.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ 
+ #if GTK_CHECK_VERSION(3,0,0)
+ 



Home | Main Index | Thread Index | Old Index