From owner-svn-ports-head@freebsd.org Sat Mar 13 18:48:34 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B922257F0B3; Sat, 13 Mar 2021 18:48:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyWst4Whvz3Dnv; Sat, 13 Mar 2021 18:48:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C80D7767; Sat, 13 Mar 2021 18:48:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DImYro011031; Sat, 13 Mar 2021 18:48:34 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DImXOG011024; Sat, 13 Mar 2021 18:48:33 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103131848.12DImXOG011024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 18:48:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568270 - in head/games/xqf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/games/xqf: . files X-SVN-Commit-Revision: 568270 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 18:48:34 -0000 Author: nc Date: Sat Mar 13 18:48:32 2021 New Revision: 568270 URL: https://svnweb.freebsd.org/changeset/ports/568270 Log: games/xqf: Update to 1.0.6.2 Changes: https://github.com/XQF/xqf/blob/97afad6998a2625789aae5002c748a3d3ae07c33/ChangeLog Deleted: head/games/xqf/files/patch-src-debug.h Modified: head/games/xqf/Makefile head/games/xqf/distinfo head/games/xqf/files/patch-src__country-filter.h head/games/xqf/files/patch-src__trayicon.c head/games/xqf/files/patch-src_filter.c head/games/xqf/files/patch-src_filter.h head/games/xqf/pkg-plist Modified: head/games/xqf/Makefile ============================================================================== --- head/games/xqf/Makefile Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/Makefile Sat Mar 13 18:48:32 2021 (r568270) @@ -2,20 +2,22 @@ # $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 Modified: head/games/xqf/distinfo ============================================================================== --- head/games/xqf/distinfo Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/distinfo Sat Mar 13 18:48:32 2021 (r568270) @@ -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 Modified: head/games/xqf/files/patch-src__country-filter.h ============================================================================== --- head/games/xqf/files/patch-src__country-filter.h Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src__country-filter.h Sat Mar 13 18:48:32 2021 (r568270) @@ -1,5 +1,5 @@ ---- 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 @@ -9,4 +9,4 @@ +#include #include - extern const unsigned MaxCountries; + extern unsigned MaxCountries; Modified: head/games/xqf/files/patch-src__trayicon.c ============================================================================== --- head/games/xqf/files/patch-src__trayicon.c Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src__trayicon.c Sat Mar 13 18:48:32 2021 (r568270) @@ -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); Modified: head/games/xqf/files/patch-src_filter.c ============================================================================== --- head/games/xqf/files/patch-src_filter.c Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src_filter.c Sat Mar 13 18:48:32 2021 (r568270) @@ -1,6 +1,6 @@ ---- 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; Modified: head/games/xqf/files/patch-src_filter.h ============================================================================== --- head/games/xqf/files/patch-src_filter.h Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src_filter.h Sat Mar 13 18:48:32 2021 (r568270) @@ -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; Modified: head/games/xqf/pkg-plist ============================================================================== --- head/games/xqf/pkg-plist Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/pkg-plist Sat Mar 13 18:48:32 2021 (r568270) @@ -9,8 +9,11 @@ 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