head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.4 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.6 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.2 pkgviews-base:1.3 buildlink2:1.2.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.2; locks; strict; comment @# @; 1.4 date 2003.03.08.18.01.41; author mycroft; state dead; branches; next 1.3; 1.3 date 2002.06.16.18.12.58; author wiz; state Exp; branches; next 1.2; 1.2 date 2001.12.25.23.45.54; author wiz; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2001.12.23.00.03.57; author mycroft; state Exp; branches; next ; 1.2.2.1 date 2002.06.23.18.46.52; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Update to ogle 0.9.0. @ text @$NetBSD: patch-aa,v 1.3 2002/06/16 18:12:58 wiz Exp $ --- include/debug_print.h.orig Tue Apr 2 21:06:03 2002 +++ include/debug_print.h Thu Jun 13 10:49:39 2002 @@@@ -24,20 +24,25 @@@@ #if defined(__GNUC__) && ( __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 95)) -#define FATAL(str, args...) \ -fprintf(stderr, "FATAL[%s]: " str, program_name , ## args) +#define FATAL(str...) _FATAL( , ##str) +#define _FATAL(str, args...) \ +fprintf(stderr, "FATAL[%s]: " str, program_name, ##args) -#define ERROR(str, args...) \ -fprintf(stderr, "ERROR[%s]: " str, program_name , ## args) +#define ERROR(str...) _ERROR( , ##str) +#define _ERROR(str, args...) \ +fprintf(stderr, "ERROR[%s]: " str, program_name, ##args) -#define WARNING(str, args...) \ -fprintf(stderr, "WARNING[%s]: " str, program_name , ## args) +#define WARNING(str...) _WARNING( , ##str) +#define _WARNING(str, args...) \ +fprintf(stderr, "WARNING[%s]: " str, program_name, ##args) -#define NOTE(str, args...) \ -fprintf(stderr, "Note[%s]: " str, program_name , ## args) +#define NOTE(str...) _NOTE(, ##str) +#define _NOTE(str, args...) \ +fprintf(stderr, "Note[%s]: " str, program_name, ##args) -#define DNOTE(str, args...) \ -fprintf(stderr, "Debug[%s]: " str, program_name , ## args) +#define DNOTE(str...) _DNOTE( , ##str) +#define _DNOTE(str, args...) \ +fprintf(stderr, "Debug[%s]: " str, program_name, ##args) #ifdef DEBUG @ 1.3 log @Update to 0.8.3, provided by veego. Changes since 0.8.2: New audio code now supports OSS, ALSA, Sun audio, and OpenBSD audio. There is improved audio/video synchronization and a much more reasonable volume level. There are updates to the navigation code, which now plays more DVDs. It's Xinerama aware and the User Interfaces control functions have been extended. This release will disable Xscreensaver while playing video, and has many small bugfixes. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Really fix compilation error on 1.5.x. Patch provided by Scott Presnell. @ text @d3 3 a5 3 --- include/debug_print.h.orig Sun Nov 25 03:42:29 2001 +++ include/debug_print.h @@@@ -20,20 +20,25 @@@@ d10 1 a10 1 -fprintf(stderr, "FATAL[%s]: " str, program_name, ## args) d16 1 a16 1 -fprintf(stderr, "ERROR[%s]: " str, program_name, ## args) d21 2 a22 2 -#define WARNING(str, ...) \ -fprintf(stderr, "WARNING[%s]: " str, program_name, ## args) d28 1 a28 1 -fprintf(stderr, "Note[%s]: " str, program_name, ## args) d34 1 a34 1 -fprintf(stderr, "Debug[%s]: " str, program_name, ## args) @ 1.2.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2002/06/16 18:12:58 wiz Exp $ d3 3 a5 3 --- include/debug_print.h.orig Tue Apr 2 21:06:03 2002 +++ include/debug_print.h Thu Jun 13 10:49:39 2002 @@@@ -24,20 +24,25 @@@@ d10 1 a10 1 -fprintf(stderr, "FATAL[%s]: " str, program_name , ## args) d16 1 a16 1 -fprintf(stderr, "ERROR[%s]: " str, program_name , ## args) d21 2 a22 2 -#define WARNING(str, args...) \ -fprintf(stderr, "WARNING[%s]: " str, program_name , ## args) d28 1 a28 1 -fprintf(stderr, "Note[%s]: " str, program_name , ## args) d34 1 a34 1 -fprintf(stderr, "Debug[%s]: " str, program_name , ## args) @ 1.1 log @Fix compilation error on 1.5.x. @ text @d3 17 a19 5 --- include/debug_print.h.orig Sat Dec 22 13:02:26 2001 +++ include/debug_print.h Sat Dec 22 13:02:12 2001 @@@@ -26,7 +26,7 @@@@ #define ERROR(str, args...) \ fprintf(stderr, "ERROR[%s]: " str, program_name, ## args) d22 18 a39 2 +#define WARNING(str, args...) \ fprintf(stderr, "WARNING[%s]: " str, program_name, ## args) a40 1 #define NOTE(str, args...) \ @