pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/sfxr



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Jan  1 09:25:49 UTC 2022

Modified Files:
        pkgsrc/audio/sfxr: distinfo
Added Files:
        pkgsrc/audio/sfxr/patches: patch-sdlkit.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/sfxr/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/sfxr/patches/patch-sdlkit.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/sfxr/distinfo
diff -u pkgsrc/audio/sfxr/distinfo:1.6 pkgsrc/audio/sfxr/distinfo:1.7
--- pkgsrc/audio/sfxr/distinfo:1.6      Tue Oct 26 09:59:28 2021
+++ pkgsrc/audio/sfxr/distinfo  Sat Jan  1 09:25:49 2022
@@ -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

Added files:

Index: pkgsrc/audio/sfxr/patches/patch-sdlkit.h
diff -u /dev/null pkgsrc/audio/sfxr/patches/patch-sdlkit.h:1.1
--- /dev/null   Sat Jan  1 09:25:50 2022
+++ pkgsrc/audio/sfxr/patches/patch-sdlkit.h    Sat Jan  1 09:25:49 2022
@@ -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