pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jpeg2ps



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 18 10:07:34 UTC 2026

Modified Files:
        pkgsrc/graphics/jpeg2ps: distinfo
Added Files:
        pkgsrc/graphics/jpeg2ps/patches: patch-asc85ec.c

Log Message:
jpeg2ps: fix implicit declarations


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/jpeg2ps/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/jpeg2ps/patches/patch-asc85ec.c

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

Modified files:

Index: pkgsrc/graphics/jpeg2ps/distinfo
diff -u pkgsrc/graphics/jpeg2ps/distinfo:1.5 pkgsrc/graphics/jpeg2ps/distinfo:1.6
--- pkgsrc/graphics/jpeg2ps/distinfo:1.5        Tue Oct 26 10:46:21 2021
+++ pkgsrc/graphics/jpeg2ps/distinfo    Wed Mar 18 10:07:34 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:21 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/03/18 10:07:34 nia Exp $
 
 BLAKE2s (jpeg2ps-1.9.tar.gz) = d1870cfb09c5594e0a7baf87f5ae84d0203112a1fe0f87e774c0c2c8e9cdf04d
 SHA512 (jpeg2ps-1.9.tar.gz) = babc6183db2c95d0bcfba3d34f924bd2a37d0a566bf684f3af3955b8b3978cd4b94b10e94f366aec641988258476f84ce730e4da43f2bb0a836e81da4892ad3c
 Size (jpeg2ps-1.9.tar.gz) = 67105 bytes
 SHA1 (patch-aa) = f3f983f02917b78c395886c8a7de36026dc3733a
+SHA1 (patch-asc85ec.c) = aa115a757ba3cd83b2f2702cb6a112f6be3e7287

Added files:

Index: pkgsrc/graphics/jpeg2ps/patches/patch-asc85ec.c
diff -u /dev/null pkgsrc/graphics/jpeg2ps/patches/patch-asc85ec.c:1.1
--- /dev/null   Wed Mar 18 10:07:34 2026
+++ pkgsrc/graphics/jpeg2ps/patches/patch-asc85ec.c     Wed Mar 18 10:07:34 2026
@@ -0,0 +1,22 @@
+$NetBSD: patch-asc85ec.c,v 1.1 2026/03/18 10:07:34 nia Exp $
+
+Have to include <stdlib.h> unconditionally since this uses exit(3).
+
+--- asc85ec.c.orig     2026-03-18 09:42:55.891192635 +0000
++++ asc85ec.c
+@@ -2,6 +2,7 @@
+ /* (C) Thomas Merz 1994-2002 */
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <fcntl.h>
+ 
+ /* try to identify Mac compilers */
+@@ -15,7 +16,6 @@
+ 
+ #ifdef DOS
+ #include <io.h>
+-#include <stdlib.h>
+ #endif
+ 
+ #include "psimage.h"



Home | Main Index | Thread Index | Old Index