pkgsrc/misc/gnome-utils/patches/patch-af

27 lines
553 B
Text
Raw Normal View History

Update gnome-utils to 1.4.1. Changes include: gnome-utils 1.4.1 (2001-10-04) general: Translation updates. (Christian Rose, Stanislav Visnovsky, Kjartan Maraas, Linas Vepstas, Pablo Saratxaga) gtt: * Many new things including: UI for custom reports, Uses guile internally for reports, can stop timer on idleness, add some more values, can edit properties without changing current project (Linas Vepstas) * Misc fixes (George) gcalc: * Fix resizing (Glynn Foster) logview: * Documentation (John Fleck) gnome-utils 1.4.0.99 (2001-09-04) general: * Update doc build stuff to use jw on RH 7.1 and any other dist which has moved to docbook-utils. (Dan Mueth) * We now require GConf (George) * Fix DESTDIR on installation. (George) * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas) * az docs removed, apparently they were quite broken (John Fleck) * Translation updates. (Abel Cheung, Valek Filippov, Kjartan Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar, Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar, Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet, Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez) gcalc: * Warning fix. (Kjartan Maraas) * Documentation fix. (John Fleck) * Fix compilations on some systems. (George) gdialog: * Fix compilations on some systems. (George) * Docs (Patanjali Somayaji, John Fleck) gdiskfree: * Some internal reorganization for excluded filesystems (Gregory McLean) * New icon/splash pixmap. (Matthias Warkus, Timothy Musson) * Minor fixes. (George) gcharmap: * Don't use the system colormap. (Kjartan Maraas) gcolorsel: * Hook up help button in preferences to do something. (Kjartan Maraas) * Don't use the system colormap. (Kjartan Maraas) gtt: * An ongoing rewrite to support many MANY cool new features. Still not 100% stable though. (Linas Vepstas) logview: * Fix FreeBSD compilation. (Peter A Jonsson) * Massage the scrolling to be more sane (it still doesn't work completely correctly). (George) * Fix compilations on some systems + various minor fixes. (George) stripchart: * Fix 64bit issues with reading /proc (George)
2001-10-13 10:30:25 +02:00
$NetBSD: patch-af,v 1.4 2001/10/13 08:30:25 rh Exp $
Update gnome-utils to 1.4.1. Changes include: gnome-utils 1.4.1 (2001-10-04) general: Translation updates. (Christian Rose, Stanislav Visnovsky, Kjartan Maraas, Linas Vepstas, Pablo Saratxaga) gtt: * Many new things including: UI for custom reports, Uses guile internally for reports, can stop timer on idleness, add some more values, can edit properties without changing current project (Linas Vepstas) * Misc fixes (George) gcalc: * Fix resizing (Glynn Foster) logview: * Documentation (John Fleck) gnome-utils 1.4.0.99 (2001-09-04) general: * Update doc build stuff to use jw on RH 7.1 and any other dist which has moved to docbook-utils. (Dan Mueth) * We now require GConf (George) * Fix DESTDIR on installation. (George) * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas) * az docs removed, apparently they were quite broken (John Fleck) * Translation updates. (Abel Cheung, Valek Filippov, Kjartan Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar, Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar, Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet, Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez) gcalc: * Warning fix. (Kjartan Maraas) * Documentation fix. (John Fleck) * Fix compilations on some systems. (George) gdialog: * Fix compilations on some systems. (George) * Docs (Patanjali Somayaji, John Fleck) gdiskfree: * Some internal reorganization for excluded filesystems (Gregory McLean) * New icon/splash pixmap. (Matthias Warkus, Timothy Musson) * Minor fixes. (George) gcharmap: * Don't use the system colormap. (Kjartan Maraas) gcolorsel: * Hook up help button in preferences to do something. (Kjartan Maraas) * Don't use the system colormap. (Kjartan Maraas) gtt: * An ongoing rewrite to support many MANY cool new features. Still not 100% stable though. (Linas Vepstas) logview: * Fix FreeBSD compilation. (Peter A Jonsson) * Massage the scrolling to be more sane (it still doesn't work completely correctly). (George) * Fix compilations on some systems + various minor fixes. (George) stripchart: * Fix 64bit issues with reading /proc (George)
2001-10-13 10:30:25 +02:00
--- logview/logrtns.c.orig Fri Aug 24 07:19:38 2001
+++ logview/logrtns.c
@@ -405,8 +405,8 @@
{
LogLine *line;
FILE *fp;
- char *c, ch, buffer[R_BUF_SIZE + 1];
- int ln;
+ char *c, buffer[R_BUF_SIZE + 1];
+ int ch, ln;
long int old_pos;
fp = lg->fp;
Update gnome-utils to 1.4.1. Changes include: gnome-utils 1.4.1 (2001-10-04) general: Translation updates. (Christian Rose, Stanislav Visnovsky, Kjartan Maraas, Linas Vepstas, Pablo Saratxaga) gtt: * Many new things including: UI for custom reports, Uses guile internally for reports, can stop timer on idleness, add some more values, can edit properties without changing current project (Linas Vepstas) * Misc fixes (George) gcalc: * Fix resizing (Glynn Foster) logview: * Documentation (John Fleck) gnome-utils 1.4.0.99 (2001-09-04) general: * Update doc build stuff to use jw on RH 7.1 and any other dist which has moved to docbook-utils. (Dan Mueth) * We now require GConf (George) * Fix DESTDIR on installation. (George) * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas) * az docs removed, apparently they were quite broken (John Fleck) * Translation updates. (Abel Cheung, Valek Filippov, Kjartan Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar, Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar, Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet, Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez) gcalc: * Warning fix. (Kjartan Maraas) * Documentation fix. (John Fleck) * Fix compilations on some systems. (George) gdialog: * Fix compilations on some systems. (George) * Docs (Patanjali Somayaji, John Fleck) gdiskfree: * Some internal reorganization for excluded filesystems (Gregory McLean) * New icon/splash pixmap. (Matthias Warkus, Timothy Musson) * Minor fixes. (George) gcharmap: * Don't use the system colormap. (Kjartan Maraas) gcolorsel: * Hook up help button in preferences to do something. (Kjartan Maraas) * Don't use the system colormap. (Kjartan Maraas) gtt: * An ongoing rewrite to support many MANY cool new features. Still not 100% stable though. (Linas Vepstas) logview: * Fix FreeBSD compilation. (Peter A Jonsson) * Massage the scrolling to be more sane (it still doesn't work completely correctly). (George) * Fix compilations on some systems + various minor fixes. (George) stripchart: * Fix 64bit issues with reading /proc (George)
2001-10-13 10:30:25 +02:00
@@ -476,8 +476,8 @@
{
FILE *fp;
LogLine *line;
- char *c, ch, buffer[R_BUF_SIZE + 1];
- int ln, len;
+ char *c, buffer[R_BUF_SIZE + 1];
+ int ch, ln, len;
g_return_val_if_fail (lg != NULL, FALSE);