pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ja-vflib-lib Fix for gcc3: varargs -> stdarg



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa67eb9a559b
branches:  trunk
changeset: 468093:aa67eb9a559b
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Feb 10 10:58:56 2004 +0000

description:
Fix for gcc3: varargs -> stdarg

diffstat:

 print/ja-vflib-lib/distinfo         |   3 ++-
 print/ja-vflib-lib/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 10cd8a39a147 -r aa67eb9a559b print/ja-vflib-lib/distinfo
--- a/print/ja-vflib-lib/distinfo       Tue Feb 10 10:22:03 2004 +0000
+++ b/print/ja-vflib-lib/distinfo       Tue Feb 10 10:58:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/08/25 18:39:45 jlam Exp $
+$NetBSD: distinfo,v 1.3 2004/02/10 10:58:56 agc Exp $
 
 SHA1 (VFlib2-2.24.2.tar.gz) = 970ab8e18e50f10763af27ebcfee135bbfdbcda5
 Size (VFlib2-2.24.2.tar.gz) = 540093 bytes
@@ -8,3 +8,4 @@
 SHA1 (patch-ad) = 329c265785f4e3134b67f37c1e1d1f7f6aa60337
 SHA1 (patch-ae) = 6b2512548bc122b915c15067791aeecfcb2ef8a6
 SHA1 (patch-af) = daae96f7c5218eb9fd22d297121a93f5bd266bed
+SHA1 (patch-ag) = 909528fb09ac340f4b26b9a76d098ce185fd74a1
diff -r 10cd8a39a147 -r aa67eb9a559b print/ja-vflib-lib/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ja-vflib-lib/patches/patch-ag       Tue Feb 10 10:58:56 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2004/02/10 10:58:56 agc Exp $
+
+--- tools/disol.c      2004/02/10 10:53:04     1.1
++++ tools/disol.c      2004/02/10 10:53:28
+@@ -33,7 +33,7 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include "../src/VF.h"
+ 
+ #define CommentLine printf



Home | Main Index | Thread Index | Old Index