[Midnightbsd-cvs] mports: x11/fast-user-switch-applet: update to 2.22.0

crash at midnightbsd.org crash at midnightbsd.org
Sat Jun 7 06:08:34 EDT 2008


Log Message:
-----------
update to 2.22.0

Modified Files:
--------------
    mports/x11/fast-user-switch-applet:
        Makefile (r1.4 -> r1.5)
        distinfo (r1.1 -> r1.2)
    mports/x11/fast-user-switch-applet/files:
        patch-src_gdm-queue.c (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/fast-user-switch-applet/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11/fast-user-switch-applet/Makefile -L x11/fast-user-switch-applet/Makefile -u -r1.4 -r1.5
--- x11/fast-user-switch-applet/Makefile
+++ x11/fast-user-switch-applet/Makefile
@@ -7,8 +7,8 @@
 #    $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.28 2007/09/18 15:01:12 ahze Exp $
 
 PORTNAME=	fast-user-switch-applet
-PORTVERSION=	2.20.0
-PORTREVISION=	2
+PORTVERSION=	2.22.0
+PORTREVISION=	3
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -18,8 +18,8 @@
 COMMENT=	Fast user switching applet for GNOME
 LICENSE=	gpl2
 
+USE_XORG=       x11 xmu xau ice
 USE_BZIP2=	yes
-USE_XLIB=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack intlhack gnomeprefix gtk20 gnomepanel
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/x11/fast-user-switch-applet/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11/fast-user-switch-applet/distinfo -L x11/fast-user-switch-applet/distinfo -u -r1.1 -r1.2
--- x11/fast-user-switch-applet/distinfo
+++ x11/fast-user-switch-applet/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/fast-user-switch-applet-2.20.0.tar.bz2) = 1d1fd25b5599f7656e3fa89aa913137c
-SHA256 (gnome2/fast-user-switch-applet-2.20.0.tar.bz2) = c7123f132aff47978e754d83cd5e449a4e02e215466fc3fc2f3bc81fb5cec5fd
-SIZE (gnome2/fast-user-switch-applet-2.20.0.tar.bz2) = 777118
+MD5 (gnome2/fast-user-switch-applet-2.22.0.tar.bz2) = 540f2567582e77cdd673dde3546b61db
+SHA256 (gnome2/fast-user-switch-applet-2.22.0.tar.bz2) = 8278823d988de6fc0b2d89ec3ad245c464e549d44f032f468fc6f2bdaf02c0d4
+SIZE (gnome2/fast-user-switch-applet-2.22.0.tar.bz2) = 763401
Index: patch-src_gdm-queue.c
===================================================================
RCS file: /home/cvs/mports/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11/fast-user-switch-applet/files/patch-src_gdm-queue.c -L x11/fast-user-switch-applet/files/patch-src_gdm-queue.c -u -r1.1 -r1.2
--- x11/fast-user-switch-applet/files/patch-src_gdm-queue.c
+++ x11/fast-user-switch-applet/files/patch-src_gdm-queue.c
@@ -1,19 +1,9 @@
---- src/gdm-queue.c.orig	2007-04-09 12:01:03.000000000 -0400
-+++ src/gdm-queue.c	2007-08-08 15:18:12.000000000 -0400
+--- src/gdm-queue.c.orig        2008-02-09 11:06:43.000000000 -0500
++++ src/gdm-queue.c     2008-02-09 11:06:53.000000000 -0500
 @@ -32,6 +32,7 @@
- #include <sys/stat.h>
  #include <sys/un.h>
  #include <errno.h>
-+#include <signal.h>
  #include <stdio.h>
- 
++#include <signal.h>
+
  #include "gdm-queue.h"
-@@ -237,7 +238,7 @@ gboolean gdm_run_queue (void *dummy)
- 
-         if (stat (GDM_NEW_SOCKET_FILENAME, &file_stat) == 0)
-           strcpy (addr.sun_path, GDM_NEW_SOCKET_FILENAME);
--        if (stat (GDM_OLD_SOCKET_FILENAME, &file_stat) == 0)
-+	else if (stat (GDM_OLD_SOCKET_FILENAME, &file_stat) == 0)
-           strcpy (addr.sun_path, GDM_OLD_SOCKET_FILENAME);
-         else
-           g_error ("Can't find gdm socket!");


More information about the Midnightbsd-cvs mailing list