pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gsm



Module Name:    pkgsrc
Committed By:   mrg
Date:           Sun Oct 12 04:07:04 UTC 2025

Modified Files:
        pkgsrc/audio/gsm: distinfo
Added Files:
        pkgsrc/audio/gsm/patches: patch-inc_toast.h

Log Message:
don't define _POSIX_C_SOURCE on NetBSD to avoid hiding fchmod(2)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/gsm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/gsm/patches/patch-inc_toast.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/gsm/distinfo
diff -u pkgsrc/audio/gsm/distinfo:1.16 pkgsrc/audio/gsm/distinfo:1.17
--- pkgsrc/audio/gsm/distinfo:1.16      Mon Apr 28 16:16:16 2025
+++ pkgsrc/audio/gsm/distinfo   Sun Oct 12 04:07:04 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.16 2025/04/28 16:16:16 tnn Exp $
+$NetBSD: distinfo,v 1.17 2025/10/12 04:07:04 mrg Exp $
 
 BLAKE2s (gsm-1.0.22.tar.gz) = 4af72a479341e85539c2844cefde727fd4993a636e0c19b0fcfb2a7602aaae76
 SHA512 (gsm-1.0.22.tar.gz) = f4284f096ed4d606ddece5c1b28edb63feacc26a0b664f1350c040dbf50113d27bedfd9896bf1620cb4fc3a6c8f6a5244955a6c625ded833dcee607c63c97dd2
 Size (gsm-1.0.22.tar.gz) = 66583 bytes
 SHA1 (patch-Makefile) = 2464498f4084410c73c1671aaa3e6416ab1dbd17
+SHA1 (patch-inc_toast.h) = 096b856e1007dad24c40abdb97afa05d3dd0c3b5
 SHA1 (patch-src_toast.c) = acdbc4a3bd15acfd468f1a9d82dbb14b7b9ed5f7

Added files:

Index: pkgsrc/audio/gsm/patches/patch-inc_toast.h
diff -u /dev/null pkgsrc/audio/gsm/patches/patch-inc_toast.h:1.1
--- /dev/null   Sun Oct 12 04:07:05 2025
+++ pkgsrc/audio/gsm/patches/patch-inc_toast.h  Sun Oct 12 04:07:04 2025
@@ -0,0 +1,19 @@
+$NetBSD: patch-inc_toast.h,v 1.1 2025/10/12 04:07:04 mrg Exp $
+
+Don't define _POSIX_C_SOURCE on NetBSD to avoid hiding fchmod(2).
+
+
+--- inc/toast.h.orig   2022-07-31 09:16:42.711313021 -0700
++++ inc/toast.h        2025-10-11 20:50:31.193859647 -0700
+@@ -11,9 +11,11 @@
+ 
+ #include "config.h"
+ 
++#ifndef __NetBSD__
+ #ifndef _POSIX_C_SOURCE
+ #define _POSIX_C_SOURCE 200809L
+ #endif
++#endif
+ 
+ #include <sys/types.h>
+ #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index