diff options
author | xtraeme <xtraeme> | 2003-10-03 09:31:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-10-03 09:31:12 +0000 |
commit | 3f296c00c6bcd7fb0c7304ee30963bb0cf83c258 (patch) | |
tree | c35e087122d32c44e314d10d018afbbebb1eaa81 /x11 | |
parent | 76dbaa6746aed8c45e9080ab18d1db2befebd22e (diff) | |
download | pkgsrc-3f296c00c6bcd7fb0c7304ee30963bb0cf83c258.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/xpad/Makefile | 4 | ||||
-rw-r--r-- | x11/xpad/PLIST | 3 | ||||
-rw-r--r-- | x11/xpad/distinfo | 6 | ||||
-rw-r--r-- | x11/xpad/patches/patch-aa | 12 | ||||
-rw-r--r-- | x11/xpad/patches/patch-ab | 15 |
5 files changed, 7 insertions, 33 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index 57f76a2eb49..713ea282f89 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -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 --git a/x11/xpad/PLIST b/x11/xpad/PLIST index d98b9fc978f..8366f60d662 100644 --- a/x11/xpad/PLIST +++ b/x11/xpad/PLIST @@ -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/dk/LC_MESSAGES/xpad.mo ${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 --git a/x11/xpad/distinfo b/x11/xpad/distinfo index 9f40899a843..b90a7fa3e3b 100644 --- a/x11/xpad/distinfo +++ b/x11/xpad/distinfo @@ -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 --git a/x11/xpad/patches/patch-aa b/x11/xpad/patches/patch-aa deleted file mode 100644 index 58fb827d4cd..00000000000 --- a/x11/xpad/patches/patch-aa +++ /dev/null @@ -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 --git a/x11/xpad/patches/patch-ab b/x11/xpad/patches/patch-ab deleted file mode 100644 index 648e812555c..00000000000 --- a/x11/xpad/patches/patch-ab +++ /dev/null @@ -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> |