pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/acunia-jam



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 17 14:24:09 UTC 2026

Modified Files:
        pkgsrc/devel/acunia-jam: distinfo
        pkgsrc/devel/acunia-jam/patches: patch-ac
Added Files:
        pkgsrc/devel/acunia-jam/patches: patch-jam.c patch-mkjambase.c

Log Message:
acunia-jam: Fix building with recent GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/acunia-jam/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/acunia-jam/patches/patch-ac
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/acunia-jam/patches/patch-jam.c \
    pkgsrc/devel/acunia-jam/patches/patch-mkjambase.c

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

Modified files:

Index: pkgsrc/devel/acunia-jam/distinfo
diff -u pkgsrc/devel/acunia-jam/distinfo:1.8 pkgsrc/devel/acunia-jam/distinfo:1.9
--- pkgsrc/devel/acunia-jam/distinfo:1.8        Tue Oct 26 10:14:12 2021
+++ pkgsrc/devel/acunia-jam/distinfo    Tue Mar 17 14:24:09 2026
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:14:12 nia Exp $
+$NetBSD: distinfo,v 1.9 2026/03/17 14:24:09 nia Exp $
 
 BLAKE2s (acunia-jam-1.0.tar.gz) = b3f5a989b1f5d2a463ba6381ae765e7719e839a52639b7566ed90c33a2f539fb
 SHA512 (acunia-jam-1.0.tar.gz) = f4da402bccc6c05a692cf77f6b66a3e18a1ba340f41fb5b23d3f85df7f8d050ae52e08effe8d40c6065803d7f9e82b18a165c00b828d4ec5a0deae83e518d395
 Size (acunia-jam-1.0.tar.gz) = 138340 bytes
 SHA1 (patch-aa) = 45a957df574ffd63f90214500bad33adc0f63826
 SHA1 (patch-ab) = d6e4f102b898a6a144d3686ba664da256e6f9726
-SHA1 (patch-ac) = cbd45ad20628361e95ecd10a2ddad7e1efdc2c5d
+SHA1 (patch-ac) = c7e9a34982ef46977056bc877c41a19e7ba7f2b9
+SHA1 (patch-jam.c) = be8ea55b0d09a274b8ee4fd0e5487a48e71ce011
+SHA1 (patch-mkjambase.c) = 990174586d4daf224b7039380ae348717e9bcc1d

Index: pkgsrc/devel/acunia-jam/patches/patch-ac
diff -u pkgsrc/devel/acunia-jam/patches/patch-ac:1.1 pkgsrc/devel/acunia-jam/patches/patch-ac:1.2
--- pkgsrc/devel/acunia-jam/patches/patch-ac:1.1        Wed Jul 25 12:16:29 2007
+++ pkgsrc/devel/acunia-jam/patches/patch-ac    Tue Mar 17 14:24:09 2026
@@ -1,8 +1,24 @@
-$NetBSD: patch-ac,v 1.1 2007/07/25 12:16:29 joerg Exp $
+$NetBSD: patch-ac,v 1.2 2026/03/17 14:24:09 nia Exp $
 
---- jam.h.orig 2007-07-25 11:50:29.000000000 +0000
+--- jam.h.orig 2001-08-28 08:57:02.000000000 +0000
 +++ jam.h
-@@ -340,19 +340,7 @@ int unlink( char *f );    /* In filevms.c 
+@@ -324,6 +324,7 @@ int unlink( char *f );     /* In filevms.c 
+ 
+ # include <sys/types.h>
+ # include <sys/stat.h>
++# include <sys/wait.h>
+ 
+ # ifndef OS_MPEIX
+ # include <sys/file.h>
+@@ -333,6 +334,7 @@ int unlink( char *f );     /* In filevms.c 
+ # include <stdio.h>
+ # include <ctype.h>
+ # include <signal.h>
++# include <unistd.h>
+ # include <string.h>
+ # include <time.h>
+ 
+@@ -340,19 +342,7 @@ int unlink( char *f );    /* In filevms.c 
  # include <memory.h>
  # endif
  

Added files:

Index: pkgsrc/devel/acunia-jam/patches/patch-jam.c
diff -u /dev/null pkgsrc/devel/acunia-jam/patches/patch-jam.c:1.1
--- /dev/null   Tue Mar 17 14:24:09 2026
+++ pkgsrc/devel/acunia-jam/patches/patch-jam.c Tue Mar 17 14:24:09 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-jam.c,v 1.1 2026/03/17 14:24:09 nia Exp $
+
+Modern GCC no longer likes implicit int.
+
+--- jam.c.orig 2026-03-17 14:03:04.967308616 +0000
++++ jam.c
+@@ -151,6 +151,7 @@ extern char **environ;
+ # endif
+ # endif
+ 
++int
+ main( int argc, char **argv, char **arg_environ )
+ {
+       int             n;
Index: pkgsrc/devel/acunia-jam/patches/patch-mkjambase.c
diff -u /dev/null pkgsrc/devel/acunia-jam/patches/patch-mkjambase.c:1.1
--- /dev/null   Tue Mar 17 14:24:09 2026
+++ pkgsrc/devel/acunia-jam/patches/patch-mkjambase.c   Tue Mar 17 14:24:09 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-mkjambase.c,v 1.1 2026/03/17 14:24:09 nia Exp $
+
+Modern GCC no longer likes implicit int.
+
+--- mkjambase.c.orig   2026-03-17 14:03:13.558470544 +0000
++++ mkjambase.c
+@@ -23,6 +23,7 @@
+ # include <stdio.h>
+ # include <string.h>
+ 
++int
+ main( int argc, char **argv, char **envp )
+ {
+       char buf[ 1024 ];



Home | Main Index | Thread Index | Old Index