pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/swisswatch
Module Name: pkgsrc
Committed By: nia
Date: Thu Dec 18 13:02:19 UTC 2025
Modified Files:
pkgsrc/time/swisswatch: distinfo
Added Files:
pkgsrc/time/swisswatch/patches: patch-swisswatch.c
Log Message:
swisswatch: Include <stdlib.h> for exit(3).
Fixes build on illumos with recent gcc and probably others.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/swisswatch/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/swisswatch/patches/patch-swisswatch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/swisswatch/distinfo
diff -u pkgsrc/time/swisswatch/distinfo:1.6 pkgsrc/time/swisswatch/distinfo:1.7
--- pkgsrc/time/swisswatch/distinfo:1.6 Tue Oct 26 11:24:38 2021
+++ pkgsrc/time/swisswatch/distinfo Thu Dec 18 13:02:18 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:24:38 nia Exp $
+$NetBSD: distinfo,v 1.7 2025/12/18 13:02:18 nia Exp $
BLAKE2s (swisswatch-0.06.tar.Z) = 8f44024c803f5945bb55bb296a7509114122bc38c900e68ce86dfb1143ae3e44
SHA512 (swisswatch-0.06.tar.Z) = 893a1af30779c19cb439f45d7df44211aa68fa598a5e42fc61b6fac579d4eb10615070afe37d68ddb0035c46adc9ee92eca8fde8836c648341f23396ed9fcbd1
Size (swisswatch-0.06.tar.Z) = 32075 bytes
SHA1 (patch-aa) = 1a3cc95170c811ccc816c4326fb4f2b1a22e4713
+SHA1 (patch-swisswatch.c) = ec5bc375db351f7ca7e1c673f819496c6673e8e2
Added files:
Index: pkgsrc/time/swisswatch/patches/patch-swisswatch.c
diff -u /dev/null pkgsrc/time/swisswatch/patches/patch-swisswatch.c:1.1
--- /dev/null Thu Dec 18 13:02:19 2025
+++ pkgsrc/time/swisswatch/patches/patch-swisswatch.c Thu Dec 18 13:02:19 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-swisswatch.c,v 1.1 2025/12/18 13:02:19 nia Exp $
+
+Include <stdlib.h> for exit(3).
+
+--- swisswatch.c.orig 2025-12-18 12:51:25.077745919 +0000
++++ swisswatch.c
+@@ -11,6 +11,7 @@
+ #include <X11/StringDefs.h>
+ #include "SwissWatch.h"
+ #include <stdio.h>
++#include <stdlib.h>
+
+ #if NeedFunctionPrototypes
+ static Widget initialize_user_interface(int*argcp,char**argv);
Home |
Main Index |
Thread Index |
Old Index