pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/xlog Updated xlog to 0.9.3: Several bug fixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ed849f7108e
branches:  trunk
changeset: 474849:5ed849f7108e
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Thu May 06 13:41:45 2004 +0000

description:
Updated xlog to 0.9.3: Several bug fixes
Changes for xlog version 0.9.3
  * Fixed a crash at startup, when xlog is run for the very first time. This
    only occured on NetBSD. This fix submitted by Berndt Josef Wulf, VK5ABN.
  * The log-editor would behave badly for some people, caused by a wrong
    implementation of qsort. Reported by VK5ABN and Tony May, KG6SXY.
  * This version should compile both with version 2.2 and 2.4 of the GTK+
     version 2 libraries.
  * Update spanish translations by Jaime, EA4TV.
  * If using the log-editor and a column is added or deleted, the log is
    marked as changed.
  * Dupe checking has been fixed in case we have multiple logs open.
  * If you compile xlog against version 2.4.0 or higher of GTK+, you will
    benefit from much faster log loading. As a consequence, columns have been
    set to a fixed width.

diffstat:

 ham/xlog/Makefile         |   6 +++---
 ham/xlog/PLIST            |  15 +++++----------
 ham/xlog/distinfo         |   9 +++------
 ham/xlog/patches/patch-ab |  13 -------------
 ham/xlog/patches/patch-ad |  14 --------------
 ham/xlog/patches/patch-ae |  14 --------------
 6 files changed, 11 insertions(+), 60 deletions(-)

diffs (124 lines):

diff -r e7d09400b8ce -r 5ed849f7108e ham/xlog/Makefile
--- a/ham/xlog/Makefile Thu May 06 13:41:08 2004 +0000
+++ b/ham/xlog/Makefile Thu May 06 13:41:45 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/04/11 08:54:13 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/06 13:41:45 wulf Exp $
 #
 
-DISTNAME=      xlog-0.9.1
-PKGREVISION=   1
+DISTNAME=      xlog-0.9.3
 CATEGORIES=    ham
 MASTER_SITES=  http://www.qsl.net/pg4i/download/
 
@@ -12,6 +11,7 @@
 
 GNU_CONFIGURE= yes
 USE_BUILDLINK3=        yes
+USE_PKGLOCALDIR=yes
 USE_GNU_TOOLS+=        make
 
 CONFIGURE_ARGS=        --enable-hamlib
diff -r e7d09400b8ce -r 5ed849f7108e ham/xlog/PLIST
--- a/ham/xlog/PLIST    Thu May 06 13:41:08 2004 +0000
+++ b/ham/xlog/PLIST    Thu May 06 13:41:45 2004 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2004/02/18 06:04:44 wulf Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/05/06 13:41:45 wulf Exp $
 bin/xlog
-share/locale/da/LC_MESSAGES/xlog.mo
-share/locale/nl/LC_MESSAGES/xlog.mo
-share/locale/fr/LC_MESSAGES/xlog.mo
-share/locale/es/LC_MESSAGES/xlog.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xlog.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xlog.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xlog.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xlog.mo
 share/xlog/pixmaps/book.xpm
 share/xlog/pixmaps/mini-clock.xpm
 share/xlog/pixmaps/mini-trx.xpm
@@ -25,10 +25,6 @@
 share/xlog/pixmaps/xlog.xpm
 share/xlog/dxcc/cty.dat
 share/xlog/dxcc/xlog.dat
-share/xlog/remote/Makefile
-share/xlog/remote/README
-share/xlog/remote/fromxlog.c
-share/xlog/remote/sendtoxlog.c
 share/xlog/AUTHORS
 share/xlog/FAQ
 share/xlog/MANUAL
@@ -39,5 +35,4 @@
 man/man1/xlog.1
 @dirrm share/xlog/dxcc
 @dirrm share/xlog/pixmaps
-@dirrm share/xlog/remote
 @dirrm share/xlog
diff -r e7d09400b8ce -r 5ed849f7108e ham/xlog/distinfo
--- a/ham/xlog/distinfo Thu May 06 13:41:08 2004 +0000
+++ b/ham/xlog/distinfo Thu May 06 13:41:45 2004 +0000
@@ -1,7 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/04/11 08:54:13 snj Exp $
+$NetBSD: distinfo,v 1.5 2004/05/06 13:41:45 wulf Exp $
 
-SHA1 (xlog-0.9.1.tar.gz) = 30d9bb55dbd4661a3c174c150e6b82de123dd9d9
-Size (xlog-0.9.1.tar.gz) = 430371 bytes
-SHA1 (patch-ab) = 214fd2e598bd347db546250c91bfdb1c05562585
-SHA1 (patch-ad) = d33e37caa1aa633a0e5f298ff4f882f7db495233
-SHA1 (patch-ae) = c02a9d5fbdae0a3666caa9160576159683ee136f
+SHA1 (xlog-0.9.3.tar.gz) = 1c333afa06312cae50abb4f933b558a8feef7490
+Size (xlog-0.9.3.tar.gz) = 424933 bytes
diff -r e7d09400b8ce -r 5ed849f7108e ham/xlog/patches/patch-ab
--- a/ham/xlog/patches/patch-ab Thu May 06 13:41:08 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2004/02/18 06:04:44 wulf Exp $
-
---- src/hamlib-utils.c.orig    2004-02-01 16:21:58.000000000 +1030
-+++ src/hamlib-utils.c 2004-02-01 16:22:07.000000000 +1030
-@@ -604,7 +604,7 @@
-   if (preferences.round == 0)
-     g_string_printf (digits, "%Ld", state.rigfrequency);
-       else
--        g_string_printf (digits, "%Ld", (long long) rintl (state.rigfrequency /
-+        g_string_printf (digits, "%Ld", (long long) rint (state.rigfrequency /
-       pow (10, preferences.round)));
-       g_string_insert_c (digits, (digits->len) - 6 + preferences.round, '.');
-       g_strstrip (digits->str);
diff -r e7d09400b8ce -r 5ed849f7108e ham/xlog/patches/patch-ad
--- a/ham/xlog/patches/patch-ad Thu May 06 13:41:08 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2004/02/18 22:18:28 wulf Exp $
-
---- src/callbacks_otherdialogs.c.orig  2004-01-12 00:54:45.000000000 +1030
-+++ src/callbacks_otherdialogs.c       2004-02-19 09:40:49.000000000 +1030
-@@ -1748,7 +1748,9 @@
-       fclose (finfo.fd);
-       dup2 (saved_fd, STDERR_FILENO);
-       close (saved_fd);
-+#ifndef __NetBSD__
-       stderr = fdopen (STDERR_FILENO, "w");
-+#endif
-       hamlibresult = start_hamlib (preferences.radio, preferences.device,
-                                    RIG_DEBUG_NONE, preferences.polltime);
- #endif /* WANT_HAMLIB */
diff -r e7d09400b8ce -r 5ed849f7108e ham/xlog/patches/patch-ae
--- a/ham/xlog/patches/patch-ae Thu May 06 13:41:08 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2004/04/11 01:28:00 wulf Exp $
-
---- src/Makefile.in.orig       2004-01-12 00:54:46.000000000 +1030
-+++ src/Makefile.in    2004-04-11 10:42:56.000000000 +0930
-@@ -145,8 +145,7 @@
-       @PACKAGE_CFLAGS@ -I.. \
-       -DG_DISABLE_DEPRECATED \
-       -DGDK_DISABLE_DEPRECATED \
--      -DGDK_PIXBUF_DISABLE_DEPRECATED \
--      -DGTK_DISABLE_DEPRECATED
-+      -DGDK_PIXBUF_DISABLE_DEPRECATED
- 
- 
- CLEANFILES = *~



Home | Main Index | Thread Index | Old Index