pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gnustep-examples



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 31 12:56:16 UTC 2025

Modified Files:
        pkgsrc/devel/gnustep-examples: distinfo
Added Files:
        pkgsrc/devel/gnustep-examples/patches:
            patch-gui_ExampleService_example.m

Log Message:
gnustep-examples: add missing header to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/gnustep-examples/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/gnustep-examples/patches/patch-gui_ExampleService_example.m

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

Modified files:

Index: pkgsrc/devel/gnustep-examples/distinfo
diff -u pkgsrc/devel/gnustep-examples/distinfo:1.9 pkgsrc/devel/gnustep-examples/distinfo:1.10
--- pkgsrc/devel/gnustep-examples/distinfo:1.9  Tue Oct 26 10:14:44 2021
+++ pkgsrc/devel/gnustep-examples/distinfo      Fri Jan 31 12:56:16 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:14:44 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/01/31 12:56:16 wiz Exp $
 
 BLAKE2s (gnustep-examples-1.3.0.tar.gz) = 8fee0fd38814f2b4ba6c3dde92a09d09be2ca9ee937f0d618bc70605fc061f67
 SHA512 (gnustep-examples-1.3.0.tar.gz) = 31b01d9a57b7b1e1e110d08a3692dceb298d5e7d0310fa0080257cc683b4f5924f599fc3c8a550f34e96860a7987c6f7f13056ccc56784f308f6d6914035c1f0
@@ -6,3 +6,4 @@ Size (gnustep-examples-1.3.0.tar.gz) = 2
 SHA1 (patch-aa) = e319f2dda7d024ccd293cdfb00b7cad51af8bac4
 SHA1 (patch-ab) = bcfafcaab05c542020373f9189eb69a365054c16
 SHA1 (patch-ac) = 1d6b7ec5b3f9c69be13c8b4b883be797f02ece3a
+SHA1 (patch-gui_ExampleService_example.m) = 14c4b286da4b8c30a77a00e48ae1190217e47107

Added files:

Index: pkgsrc/devel/gnustep-examples/patches/patch-gui_ExampleService_example.m
diff -u /dev/null pkgsrc/devel/gnustep-examples/patches/patch-gui_ExampleService_example.m:1.1
--- /dev/null   Fri Jan 31 12:56:16 2025
+++ pkgsrc/devel/gnustep-examples/patches/patch-gui_ExampleService_example.m    Fri Jan 31 12:56:16 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-gui_ExampleService_example.m,v 1.1 2025/01/31 12:56:16 wiz Exp $
+
+Add missing header for getopt, fork, setsid.
+
+--- gui/ExampleService/example.m.orig  2025-01-31 12:54:54.720487564 +0000
++++ gui/ExampleService/example.m
+@@ -40,6 +40,7 @@
+ #include "wgetopt.h"
+ 
+ #include      <signal.h>
++#include      <unistd.h>
+ 
+ #ifndef       NSIG
+ #define       NSIG    32



Home | Main Index | Thread Index | Old Index