pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/fast-user-switch-applet If we're going to use sign...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9805ce57b3f2
branches: trunk
changeset: 530396:9805ce57b3f2
user: jnemeth <jnemeth%pkgsrc.org@localhost>
date: Fri Jun 29 17:50:20 2007 +0000
description:
If we're going to use signal() and SIG_* then #include <signal.h>
oked by jmmv@
diffstat:
x11/fast-user-switch-applet/Makefile | 4 ++--
x11/fast-user-switch-applet/distinfo | 3 ++-
x11/fast-user-switch-applet/patches/patch-aa | 12 ++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r 0d94b0764030 -r 9805ce57b3f2 x11/fast-user-switch-applet/Makefile
--- a/x11/fast-user-switch-applet/Makefile Fri Jun 29 17:16:24 2007 +0000
+++ b/x11/fast-user-switch-applet/Makefile Fri Jun 29 17:50:20 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2007/06/05 05:37:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2007/06/29 17:50:20 jnemeth Exp $
#
DISTNAME= fast-user-switch-applet-2.18.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/fast-user-switch-applet/2.18/}
EXTRACT_SUFX= .tar.bz2
diff -r 0d94b0764030 -r 9805ce57b3f2 x11/fast-user-switch-applet/distinfo
--- a/x11/fast-user-switch-applet/distinfo Fri Jun 29 17:16:24 2007 +0000
+++ b/x11/fast-user-switch-applet/distinfo Fri Jun 29 17:50:20 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2007/04/13 05:29:07 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/06/29 17:50:20 jnemeth Exp $
SHA1 (fast-user-switch-applet-2.18.0.tar.bz2) = 8bea178630ab5dc2ab4d542f76f4286dfd225b1b
RMD160 (fast-user-switch-applet-2.18.0.tar.bz2) = c8e377e6db4d698ceb2314fb826a980b556d38f6
Size (fast-user-switch-applet-2.18.0.tar.bz2) = 761628 bytes
+SHA1 (patch-aa) = b15502d11ce651fe2e055e8a3e1f717b517138fe
diff -r 0d94b0764030 -r 9805ce57b3f2 x11/fast-user-switch-applet/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fast-user-switch-applet/patches/patch-aa Fri Jun 29 17:50:20 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.4 2007/06/29 17:50:21 jnemeth Exp $
+
+--- src/gdm-queue.c.orig 2007-04-09 09:01:03.000000000 -0700
++++ src/gdm-queue.c
+@@ -33,6 +33,7 @@
+ #include <sys/un.h>
+ #include <errno.h>
+ #include <stdio.h>
++#include <signal.h>
+
+ #include "gdm-queue.h"
+
Home |
Main Index |
Thread Index |
Old Index