pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/xdiary



Module Name:    pkgsrc
Committed By:   vins
Date:           Wed Jul 12 12:42:36 UTC 2023

Modified Files:
        pkgsrc/time/xdiary: distinfo
        pkgsrc/time/xdiary/patches: patch-tools_System.c

Log Message:
time/xdiary: unbreak configure.

Revert one minor change in latest patch as already implemented in a
SUBST routine (thus making it fail).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/xdiary/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/xdiary/patches/patch-tools_System.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/xdiary/distinfo
diff -u pkgsrc/time/xdiary/distinfo:1.3 pkgsrc/time/xdiary/distinfo:1.4
--- pkgsrc/time/xdiary/distinfo:1.3     Fri Jul  7 12:45:25 2023
+++ pkgsrc/time/xdiary/distinfo Wed Jul 12 12:42:36 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2023/07/07 12:45:25 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/07/12 12:42:36 vins Exp $
 
 BLAKE2s (xmdiary-3.0.3.tar.gz) = 225c678fd5e2a2d080346ca22fc5bf31393e63ea51506002098e3c8c7f0c5709
 SHA512 (xmdiary-3.0.3.tar.gz) = a699703c2a71f702dbe25a5c57a461dc14581df108b85e7a092ee52be18dbd26c80b0df91c00a96a759816863c42519c77d22857eda916c66735634fdce9fe1c
@@ -17,7 +17,7 @@ SHA1 (patch-dtools_xtmSchedMain.c) = 782
 SHA1 (patch-dtools_xtmShowToDo.c) = 5ca6b0b4939e7d55758546fb937066118c672677
 SHA1 (patch-ndbm_xdndbm.c) = 979d5b4212d6f33a110ed82565667ce4da76089e
 SHA1 (patch-tools_SigHandler.c) = 841cd0b3f67a498cad89af288eace1e7beaa1fdb
-SHA1 (patch-tools_System.c) = 3b5b2ca9f3bee63f9732f8774a2051654f2a891d
+SHA1 (patch-tools_System.c) = 165ac4c772e593b8671221c80a09059fc4044f75
 SHA1 (patch-xdaclunix_xtmAclUnix.c) = 9abbd51d9d96b46d71ec4835beabd058f7743601
 SHA1 (patch-xdalarm_xtmAlarmProc.c) = 322a0aae64307f4aa9599d834b6e5fa34666e4c9
 SHA1 (patch-xdcustom_xtmCustom.c) = e40509f3d0471838a8daa0134de5147ed1e8e02e

Index: pkgsrc/time/xdiary/patches/patch-tools_System.c
diff -u pkgsrc/time/xdiary/patches/patch-tools_System.c:1.2 pkgsrc/time/xdiary/patches/patch-tools_System.c:1.3
--- pkgsrc/time/xdiary/patches/patch-tools_System.c:1.2 Fri Jul  7 12:45:25 2023
+++ pkgsrc/time/xdiary/patches/patch-tools_System.c     Wed Jul 12 12:42:36 2023
@@ -1,18 +1,9 @@
-$NetBSD: patch-tools_System.c,v 1.2 2023/07/07 12:45:25 nia Exp $
+$NetBSD: patch-tools_System.c,v 1.3 2023/07/12 12:42:36 vins Exp $
 
 Avoid int to pointer conversion warnings.
 
 --- tools/System.c.orig        1997-05-07 20:15:47.000000000 +0000
 +++ tools/System.c
-@@ -35,7 +35,7 @@ static char SCCSID[] = "@(#) Module: Sys
- --  Include files
- ----------------------------------------------------------------------------*/
- 
--#include <malloc.h>
-+#include <stdlib.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
 @@ -102,8 +102,8 @@ void
      if( line_no > 0 ) 
        printf( "%s: (%d), ", file_name, line_no );



Home | Main Index | Thread Index | Old Index