pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/urt Use "stdarg.h" instead of "varargs.h" to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da88f1862a76
branches:  trunk
changeset: 462005:da88f1862a76
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Sep 25 11:58:33 2003 +0000

description:
Use "stdarg.h" instead of "varargs.h" to handle variable arugment list.
This fixes build problems when using GCC 3.3.1.

diffstat:

 graphics/urt/distinfo         |   4 ++--
 graphics/urt/patches/patch-aa |  13 +++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r 2cfd724bfb52 -r da88f1862a76 graphics/urt/distinfo
--- a/graphics/urt/distinfo     Thu Sep 25 11:33:12 2003 +0000
+++ b/graphics/urt/distinfo     Thu Sep 25 11:58:33 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:27 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/25 11:58:33 tron Exp $
 
 SHA1 (urt-3.1b.tar.Z) = 370b19c9e7019a7258754e7494b7ae2d7fe138ac
 Size (urt-3.1b.tar.Z) = 1016405 bytes
@@ -8,7 +8,7 @@
 Size (urt-img.tar) = 1851392 bytes
 SHA1 (urt-3.1b-3.1b1.patch) = 27aefd80b480af298fe4f9542a2efbddba8a174b
 Size (urt-3.1b-3.1b1.patch) = 18264 bytes
-SHA1 (patch-aa) = c68b1a9e4ca38c829819119f684ab032b384a740
+SHA1 (patch-aa) = 6d3a514a84559a4bb9c21ccc88d1faad9aee49fc
 SHA1 (patch-ab) = 8f8e50f6ccdd80afaa034af998e47284e7788398
 SHA1 (patch-ac) = 5b4d6c910f282e1cb16fd29c7956b40a335491b1
 SHA1 (patch-ad) = 764806da7b3b4798ef2627df376db8dcc7c5e97f
diff -r 2cfd724bfb52 -r da88f1862a76 graphics/urt/patches/patch-aa
--- a/graphics/urt/patches/patch-aa     Thu Sep 25 11:33:12 2003 +0000
+++ b/graphics/urt/patches/patch-aa     Thu Sep 25 11:58:33 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2000/05/17 19:03:25 tron Exp $
+$NetBSD: patch-aa,v 1.5 2003/09/25 11:58:33 tron Exp $
 
---- config/urt.orig    Wed Jul 15 21:47:15 1992
-+++ config/urt Wed May 17 20:58:41 2000
+--- config/urt.orig    1992-07-15 21:47:15.000000000 +0200
++++ config/urt 2003-09-25 13:55:06.000000000 +0200
 @@ -1,3 +1,7 @@
 +# Configuration for HP 9000/300 series running BSD4.3
 +
@@ -67,13 +67,14 @@
 -##define USE_L_FLAG   Use -Llibdir -lrle instead of libdir/liblre.a.
 -##define USE_PROTOTYPES       Declare library functions with ANSI-C prototypes.
 -##define USE_RANDOM   Your libc has the BSD random() function.
+-##define USE_STDARG   Use 'stdarg' instead of 'varargs' (ANSI).
+-##define USE_STDLIB_H You have "stdlib.h".
+-##define USE_UNISTD_H You have "unistd.h".
 +#define SYS_V_SETPGRP Your system has the SysV setpgrp() call.
 +#define USE_L_FLAG    Use -Llibdir -lrle instead of libdir/liblre.a.
 +#define USE_PROTOTYPES        Declare library functions with ANSI-C prototypes.
 +#define USE_RANDOM    Your libc has the BSD random() function.
- ##define USE_STDARG   Use 'stdarg' instead of 'varargs' (ANSI).
--##define USE_STDLIB_H You have "stdlib.h".
--##define USE_UNISTD_H You have "unistd.h".
++#define USE_STDARG    Use 'stdarg' instead of 'varargs' (ANSI).
 +#define USE_STDLIB_H  You have "stdlib.h".
 +#define USE_UNISTD_H  You have "unistd.h".
  ##define USE_STRING_H You have "string.h", not "strings.h"



Home | Main Index | Thread Index | Old Index