pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/balsa



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct 11 06:25:22 UTC 2024

Modified Files:
        pkgsrc/mail/balsa: distinfo
Added Files:
        pkgsrc/mail/balsa/patches: patch-libbalsa_misc.c

Log Message:
balsa: Include <fcntl.h> for F_WRLCK.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/balsa/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/mail/balsa/patches/patch-libbalsa_misc.c

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

Modified files:

Index: pkgsrc/mail/balsa/distinfo
diff -u pkgsrc/mail/balsa/distinfo:1.28 pkgsrc/mail/balsa/distinfo:1.29
--- pkgsrc/mail/balsa/distinfo:1.28     Tue Oct 26 10:53:55 2021
+++ pkgsrc/mail/balsa/distinfo  Fri Oct 11 06:25:22 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 10:53:55 nia Exp $
+$NetBSD: distinfo,v 1.29 2024/10/11 06:25:22 nia Exp $
 
 BLAKE2s (balsa-2.6.3.tar.xz) = 8057c96ddac839f7657d5e2ec2a982c1663b8b56025eae2b61ed01ca5ad1664f
 SHA512 (balsa-2.6.3.tar.xz) = 7e64f75423dd37536812854e56db1af97c00bc35f640d82c22d86e5212c766926430f1c99423f1a972daf6f20d084d4cf16d89e13deb2f1ce550c016cd132f8d
 Size (balsa-2.6.3.tar.xz) = 3761940 bytes
+SHA1 (patch-libbalsa_misc.c) = f19925b1651271297a75c500df275ac6dc362f74
 SHA1 (patch-sounds_Makefile.in) = 5f0f7daecc5f22dc8733305a547760a73466b37c

Added files:

Index: pkgsrc/mail/balsa/patches/patch-libbalsa_misc.c
diff -u /dev/null pkgsrc/mail/balsa/patches/patch-libbalsa_misc.c:1.3
--- /dev/null   Fri Oct 11 06:25:22 2024
+++ pkgsrc/mail/balsa/patches/patch-libbalsa_misc.c     Fri Oct 11 06:25:22 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-libbalsa_misc.c,v 1.3 2024/10/11 06:25:22 nia Exp $
+
+Include <fcntl.h> for F_WRLCK.
+
+--- libbalsa/misc.c.orig       2024-10-11 06:22:19.156345091 +0000
++++ libbalsa/misc.c
+@@ -30,6 +30,7 @@
+ #define _SVID_SOURCE           1
+ #include <ctype.h>
+ #include <errno.h>
++#include <fcntl.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>



Home | Main Index | Thread Index | Old Index