diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile index c6dad87aa042..cf3fb003fada 100644 --- a/net-im/vqcc-gtk/Makefile +++ b/net-im/vqcc-gtk/Makefile @@ -1,27 +1,27 @@ PORTNAME= vqcc-gtk -PORTVERSION= 0.5 +DISTVERSION= 0.5 PORTREVISION= 11 -CATEGORIES?= net-im +CATEGORIES= net-im MASTER_SITES= SF -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= mirror176@hotmail.com COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) WWW= https://vqcc-gtk.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification -USES= gettext gmake gnome localbase:ldflags pathfix pkgconfig xorg +USES= gettext gmake gnome pkgconfig xorg USE_GNOME= gdkpixbufextra gnomeprefix gtk20 USE_XORG= ice sm x11 xext xscrnsaver GNU_CONFIGURE= yes PLIST_FILES= bin/vqcc-gtk \ share/applications/vqcc-gtk.desktop \ share/locale/lt/LC_MESSAGES/vqcc-gtk.mo \ share/locale/ru/LC_MESSAGES/vqcc-gtk.mo \ share/pixmaps/vqcc-gtk.png .include diff --git a/net-im/vqcc-gtk/files/patch-src__idle.c b/net-im/vqcc-gtk/files/patch-src__idle.c index b8dae802f4a3..e6bb1c75bd8e 100644 --- a/net-im/vqcc-gtk/files/patch-src__idle.c +++ b/net-im/vqcc-gtk/files/patch-src__idle.c @@ -1,24 +1,24 @@ ---- src/idle.c.orig Tue Jan 4 05:36:55 2005 -+++ src/idle.c Mon Jul 17 03:53:55 2006 -@@ -54,6 +54,12 @@ +--- src/idle.c.orig 2005-01-03 20:36:55 UTC ++++ src/idle.c +@@ -54,6 +54,12 @@ idle_check_cb(gpointer dummy) idle_check_cb(gpointer dummy) { unsigned idle_time; /* idle time in minutes */ +#ifndef _WIN32 + #ifdef USE_XSCREENSAVER + static XScreenSaverInfo * xss_info = 0; + int event_base, error_base; + #endif /* #ifdef USE_XSCREENSAVER */ +#endif /* do not enter auto-away or auto-offline when we're in invisible mode */ if(my_mode()==UMODE_INVISIBLE) -@@ -63,8 +69,6 @@ +@@ -63,8 +69,6 @@ idle_check_cb(gpointer dummy) idle_time = winvqcc_get_last_active() / 60000; #else #ifdef USE_XSCREENSAVER - static XScreenSaverInfo * xss_info = 0; - int event_base, error_base; /* Query X Window System XScreenSaver extension */