From 9411c5b337fac8866c02a34ecdb22be7c1d941d7 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 8 Dec 2003 22:51:55 +0000 Subject: Update to 0.9.2. Changes: no idea. NEWS file is empty. Web page is silent. --- graphics/ogle_gui/Makefile | 5 ++--- graphics/ogle_gui/PLIST | 3 ++- graphics/ogle_gui/distinfo | 10 +++++----- graphics/ogle_gui/patches/patch-aa | 8 ++++---- graphics/ogle_gui/patches/patch-ac | 32 ++++++++++++++++++-------------- 5 files changed, 31 insertions(+), 27 deletions(-) (limited to 'graphics/ogle_gui') diff --git a/graphics/ogle_gui/Makefile b/graphics/ogle_gui/Makefile index df639482536..3b68d090d57 100644 --- a/graphics/ogle_gui/Makefile +++ b/graphics/ogle_gui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2003/12/04 19:48:25 xtraeme Exp $ +# $NetBSD: Makefile,v 1.22 2003/12/08 22:51:55 wiz Exp $ -DISTNAME= ogle_gui-0.9.1 -PKGREVISION= 3 +DISTNAME= ogle_gui-0.9.2 CATEGORIES= graphics MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ diff --git a/graphics/ogle_gui/PLIST b/graphics/ogle_gui/PLIST index b8a874dd104..2456b9e1a1c 100644 --- a/graphics/ogle_gui/PLIST +++ b/graphics/ogle_gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/04/10 10:22:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/12/08 22:51:55 wiz Exp $ lib/ogle/ogle_gui ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/ogle_gui.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/ogle_gui.mo @@ -13,6 +13,7 @@ share/ogle_gui/go_up.xpm share/ogle_gui/menus.xpm share/ogle_gui/ogle.xpm share/ogle_gui/ogle_gui.glade +share/ogle_gui/ogle_gui.glade2 share/ogle_gui/rewind.xpm share/ogle_gui/skip_backwards.xpm share/ogle_gui/skip_forwards.xpm diff --git a/graphics/ogle_gui/distinfo b/graphics/ogle_gui/distinfo index 608baa36891..4e383a6d017 100644 --- a/graphics/ogle_gui/distinfo +++ b/graphics/ogle_gui/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2003/04/10 10:22:10 wiz Exp $ +$NetBSD: distinfo,v 1.7 2003/12/08 22:51:55 wiz Exp $ -SHA1 (ogle_gui-0.9.1.tar.gz) = ea4e17ee5f659f52c71345b511d5ed7f16b0910c -Size (ogle_gui-0.9.1.tar.gz) = 391927 bytes -SHA1 (patch-aa) = f2dd0dac21b87c2f361bdfc8f68dc7bd877f1b36 -SHA1 (patch-ac) = 5a06dcc97b6749d533eaab1ba9d1128ca2a8368c +SHA1 (ogle_gui-0.9.2.tar.gz) = 0d73ec30852b9cd2a9714b5088f6ab6deecf097d +Size (ogle_gui-0.9.2.tar.gz) = 396673 bytes +SHA1 (patch-aa) = 818777c5474f6a99fbaa732f77c632dad4e12a22 +SHA1 (patch-ac) = 2aa173ace19f55d56d9d996b74db2dd59e4e0ef2 diff --git a/graphics/ogle_gui/patches/patch-aa b/graphics/ogle_gui/patches/patch-aa index fc2b68df898..40adecbdf63 100644 --- a/graphics/ogle_gui/patches/patch-aa +++ b/graphics/ogle_gui/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.4 2003/04/10 10:22:11 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2003/12/08 22:51:55 wiz Exp $ ---- configure.orig Tue Mar 11 18:14:02 2003 +--- configure.orig 2003-11-05 23:02:32.000000000 +0100 +++ configure -@@ -11254,7 +11254,7 @@ _ACEOF - *) +@@ -11554,7 +11554,7 @@ _ACEOF + *) cat >>confdefs.h <<_ACEOF -#define LIBGLADE_LIB "libglade.so.0" diff --git a/graphics/ogle_gui/patches/patch-ac b/graphics/ogle_gui/patches/patch-ac index dd9bfa60a51..52e9085815c 100644 --- a/graphics/ogle_gui/patches/patch-ac +++ b/graphics/ogle_gui/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.1 2001/12/26 21:09:53 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2003/12/08 22:51:55 wiz Exp $ ---- src/debug_print.h.orig Mon Dec 3 21:13:47 2001 +--- src/debug_print.h.orig 2003-11-05 20:06:50.000000000 +0100 +++ src/debug_print.h @@ -5,20 +5,25 @@ @@ -8,30 +8,34 @@ $NetBSD: patch-ac,v 1.1 2001/12/26 21:09:53 wiz Exp $ -#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 WARNING(str, ...) \ +-fprintf(stderr, "WARNING[%s]: " str, program_name, ## args) +- +-#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 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, ...) \ --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) -- cgit v1.2.3