pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xpad Updated to 1.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/54364ecb4fd2
branches: trunk
changeset: 462449:54364ecb4fd2
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Oct 03 09:31:12 2003 +0000
description:
Updated to 1.12.
Changes:
* Fixed segfault when clicking on auto-hide toolbar preference
* Fixed segfault when changing the first toolbar button
* Added Irish translation (by Kevin Patrick Scannell)
diffstat:
x11/xpad/Makefile | 4 ++--
x11/xpad/PLIST | 3 ++-
x11/xpad/distinfo | 6 +++---
x11/xpad/patches/patch-aa | 12 ------------
x11/xpad/patches/patch-ab | 15 ---------------
5 files changed, 7 insertions(+), 33 deletions(-)
diffs (78 lines):
diff -r 05bd569e405d -r 54364ecb4fd2 x11/xpad/Makefile
--- a/x11/xpad/Makefile Fri Oct 03 08:11:30 2003 +0000
+++ b/x11/xpad/Makefile Fri Oct 03 09:31:12 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2003/10/03 09:31:12 xtraeme Exp $
#
-DISTNAME= xpad-1.11
+DISTNAME= xpad-1.12
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/}
EXTRACT_SUFX= .tar.bz2
diff -r 05bd569e405d -r 54364ecb4fd2 x11/xpad/PLIST
--- a/x11/xpad/PLIST Fri Oct 03 08:11:30 2003 +0000
+++ b/x11/xpad/PLIST Fri Oct 03 09:31:12 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/10/03 09:31:12 xtraeme Exp $
bin/xpad
man/man1/xpad.1
share/applications/xpad.desktop
@@ -14,6 +14,7 @@
${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/xpad.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xpad.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xpad.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/xpad.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xpad.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xpad.mo
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xpad.mo
diff -r 05bd569e405d -r 54364ecb4fd2 x11/xpad/distinfo
--- a/x11/xpad/distinfo Fri Oct 03 08:11:30 2003 +0000
+++ b/x11/xpad/distinfo Fri Oct 03 09:31:12 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2003/10/03 09:31:12 xtraeme Exp $
-SHA1 (xpad-1.11.tar.bz2) = d226fcfd56097849f2cb283c92c318ec17d28ae5
-Size (xpad-1.11.tar.bz2) = 235533 bytes
+SHA1 (xpad-1.12.tar.bz2) = 39785fb183d61039383204352ba03c4ca4cb392d
+Size (xpad-1.12.tar.bz2) = 238411 bytes
SHA1 (patch-aa) = acad079b9577710aec48c7e41b359b97eeb17b45
SHA1 (patch-ab) = d7f8ba8946a1d09fb7c73e80b2b0079926709cb6
diff -r 05bd569e405d -r 54364ecb4fd2 x11/xpad/patches/patch-aa
--- a/x11/xpad/patches/patch-aa Fri Oct 03 08:11:30 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $
-
---- src/sm.c.orig 2003-09-02 04:09:39.000000000 +0200
-+++ src/sm.c 2003-09-02 04:10:05.000000000 +0200
-@@ -25,6 +25,7 @@
- #include "main.h"
- #include <X11/SM/SMlib.h>
- #include <stdio.h> /* only for printf */
-+#include <sys/types.h> /* for getuid and getpwuid */
- #include <sys/select.h> /* for select */
- #include <stdlib.h> /* for free */
- #include <string.h> /* for strlen */
diff -r 05bd569e405d -r 54364ecb4fd2 x11/xpad/patches/patch-ab
--- a/x11/xpad/patches/patch-ab Fri Oct 03 08:11:30 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/09/02 07:19:20 xtraeme Exp $
-
---- src/main.c.orig Tue Jul 15 14:58:26 2003
-+++ src/main.c Tue Jul 15 14:58:55 2003
-@@ -38,6 +38,10 @@
- #include <stdio.h>
- #include <unistd.h>
-
-+#if HAVE_SETLOCALE
-+ #include <locale.h>
-+#endif
-+
- #if defined (G_OS_UNIX)
-
- #include <signal.h>
Home |
Main Index |
Thread Index |
Old Index