Index: head/games/xqf/Makefile =================================================================== --- head/games/xqf/Makefile (revision 568269) +++ head/games/xqf/Makefile (revision 568270) @@ -1,39 +1,41 @@ # Created by: steve farrell # $FreeBSD$ PORTNAME= xqf -PORTVERSION= 1.0.5 -PORTREVISION= 11 +PORTVERSION= 1.0.6.2 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Server browser for many popular 3D action games RUN_DEPENDS= qstat:games/qstat -USES= gettext gmake gnome pkgconfig xorg +USES= autoreconf gettext gmake gnome pkgconfig xorg USE_GNOME= intlhack USE_XORG= x11 GNU_CONFIGURE= yes + +USE_GITHUB= yes +GH_ACCOUNT= XQF CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 PORTDATA= * PORTDOCS= * OPTIONS_DEFINE= GTK2 BZIP2 DOCS OPTIONS_DEFAULT=GTK2 BZIP2 GTK2_USE= GNOME=gtk20 GTK2_USE_OFF= GNOME=gdkpixbuf GTK2_CONFIGURE_ENABLE= gtk2 BZIP2_CONFIGURE_ENABLE= bzip2 post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR} .include Index: head/games/xqf/distinfo =================================================================== --- head/games/xqf/distinfo (revision 568269) +++ head/games/xqf/distinfo (revision 568270) @@ -1,2 +1,3 @@ -SHA256 (xqf-1.0.5.tar.gz) = ee0ab9a40516c55d9f00e65ab06b1c6669f0de858bc8a7416e6993a76c0d9b67 -SIZE (xqf-1.0.5.tar.gz) = 742183 +TIMESTAMP = 1615661122 +SHA256 (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = bcfb87c9a452993b13bd1019b0c61459a37cbc37b13b951b73f2a93b2b1c83ad +SIZE (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = 595096 Index: head/games/xqf/files/patch-src-debug.h =================================================================== --- head/games/xqf/files/patch-src-debug.h (revision 568269) +++ head/games/xqf/files/patch-src-debug.h (nonexistent) @@ -1,11 +0,0 @@ ---- src/debug.h.orig 2004-01-01 15:41:10.000000000 +0300 -+++ src/debug.h 2009-03-25 22:03:41.000000000 +0300 -@@ -37,7 +37,7 @@ - void debug_int(const char* file, int line, const char* function, int level, const char* fmt, ...); - void debug_cmd(int, char *[], char *, ...); - void set_debug_level (int); --inline int get_debug_level (void); -+int get_debug_level (void); - - int debug_increase_indent(void); - int debug_decrease_indent(void); Property changes on: head/games/xqf/files/patch-src-debug.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/xqf/files/patch-src__country-filter.h =================================================================== --- head/games/xqf/files/patch-src__country-filter.h (revision 568269) +++ head/games/xqf/files/patch-src__country-filter.h (revision 568270) @@ -1,12 +1,12 @@ ---- src/country-filter.h.orig Sun Oct 5 21:53:51 2003 -+++ src/country-filter.h Fri Nov 28 11:11:26 2003 +--- src/country-filter.h.orig 2014-11-02 00:43:18 UTC ++++ src/country-filter.h @@ -22,6 +22,9 @@ #include #include "pixmaps.h" +#include +#include +#include #include - extern const unsigned MaxCountries; + extern unsigned MaxCountries; Index: head/games/xqf/files/patch-src__trayicon.c =================================================================== --- head/games/xqf/files/patch-src__trayicon.c (revision 568269) +++ head/games/xqf/files/patch-src__trayicon.c (revision 568270) @@ -1,20 +1,19 @@ ---- src/trayicon.c.orig Sun Jun 20 03:30:35 2004 -+++ src/trayicon.c Wed Dec 1 07:16:59 2004 -@@ -792,6 +792,8 @@ - } - } else { - -+ GdkWindow *gdkwin; -+ - icon->box=gtk_event_box_new (); - gtk_container_add(GTK_CONTAINER(icon), icon->box); - -@@ -801,8 +803,6 @@ - - gtk_widget_show (icon->image); - gtk_widget_show(icon->box); -- -- GdkWindow *gdkwin; - - gdkwin = gdk_window_lookup (icon->manager_window); - gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon); +--- src/trayicon.c.orig 2014-11-02 00:43:18 UTC ++++ src/trayicon.c +@@ -726,6 +726,7 @@ static void egg_tray_icon_update_manager_window (EggTr + icon->ready=TRUE; + } + } else { ++ GdkWindow *gdkwin; + + icon->box=gtk_event_box_new (); + gtk_container_add(GTK_CONTAINER(icon), icon->box); +@@ -736,8 +737,6 @@ static void egg_tray_icon_update_manager_window (EggTr + + gtk_widget_show (icon->image); + gtk_widget_show(icon->box); +- +- GdkWindow *gdkwin; + + gdkwin = gdk_window_lookup (icon->manager_window); + gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon); Index: head/games/xqf/files/patch-src_filter.c =================================================================== --- head/games/xqf/files/patch-src_filter.c (revision 568269) +++ head/games/xqf/files/patch-src_filter.c (revision 568270) @@ -1,10 +1,10 @@ ---- src/filter.c.orig 2005-08-14 11:01:59 UTC +--- src/filter.c.orig 2014-11-02 00:43:18 UTC +++ src/filter.c -@@ -144,6 +144,7 @@ static unsigned filter_current_time = 1; +@@ -142,6 +142,7 @@ static unsigned filter_current_time = 1; unsigned server_filter_dialog_current_filter = 0; +unsigned current_server_filter; static GtkWidget *filter_option_menu; static GtkWidget *filter_retries_spinner; Index: head/games/xqf/files/patch-src_filter.h =================================================================== --- head/games/xqf/files/patch-src_filter.h (revision 568269) +++ head/games/xqf/files/patch-src_filter.h (revision 568270) @@ -1,10 +1,10 @@ ---- src/filter.h.orig 2004-07-24 20:32:39 UTC +--- src/filter.h.orig 2014-11-02 00:43:18 UTC +++ src/filter.h -@@ -89,7 +89,6 @@ extern unsigned char cur_filter; +@@ -89,7 +89,6 @@ extern unsigned char cur_filter; extern GArray* server_filters; --unsigned int current_server_filter; +-unsigned int current_server_filter; extern unsigned int current_server_filter; Index: head/games/xqf/pkg-plist =================================================================== --- head/games/xqf/pkg-plist (revision 568269) +++ head/games/xqf/pkg-plist (revision 568270) @@ -1,16 +1,19 @@ bin/xqf man/man6/xqf.6.gz share/locale/ca/LC_MESSAGES/xqf.mo share/locale/da/LC_MESSAGES/xqf.mo share/locale/de/LC_MESSAGES/xqf.mo share/locale/es/LC_MESSAGES/xqf.mo share/locale/fi/LC_MESSAGES/xqf.mo share/locale/fr/LC_MESSAGES/xqf.mo share/locale/pl/LC_MESSAGES/xqf.mo share/locale/ru/LC_MESSAGES/xqf.mo share/applications/xqf.desktop +share/pixmaps/xqf.png +share/pixmaps/xqf.svg +share/pixmaps/xqf.xpm share/pixmaps/xqf_22x22.png share/pixmaps/xqf_32x32.png share/pixmaps/xqf_48x48.png share/pixmaps/xqf_48x48_2.png -@dir lib/xqf +@dir libexec/xqf