aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-10-14 18:51:36 +0000
committerRene Ladan <rene@FreeBSD.org>2025-10-14 18:51:36 +0000
commitf8dd6dd1a8b05ed1d91f9a86d1ecdbdf841a2f83 (patch)
tree52edd31a748db708002fff1dbd0daf2139c72288
parent31316930a7b85dde6c7f57f09a2f7ed4d96f380d (diff)
games/xqf: Remove expired port
2025-10-13 games/xqf
-rw-r--r--MOVED1
-rw-r--r--games/Makefile1
-rw-r--r--games/xqf/Makefile43
-rw-r--r--games/xqf/distinfo3
-rw-r--r--games/xqf/files/patch-src__country-filter.h12
-rw-r--r--games/xqf/files/patch-src__trayicon.c19
-rw-r--r--games/xqf/files/patch-src_filter.c10
-rw-r--r--games/xqf/files/patch-src_filter.h10
-rw-r--r--games/xqf/pkg-descr3
-rw-r--r--games/xqf/pkg-plist19
10 files changed, 1 insertions, 120 deletions
diff --git a/MOVED b/MOVED
index 9885662f91f4..bc4f9eaf23f9 100644
--- a/MOVED
+++ b/MOVED
@@ -4801,3 +4801,4 @@ net-p2p/tremotesf@qt6|net-p2p/tremotesf|2025-10-08|Qt 6 is the only supported ve
sysutils/moor|textproc/moor|2025-10-10|Moved to a more appropriate category
net/p5-URI-ws|net/p5-URI|2025-10-12|URI-ws was folded into URI
science/py-cirq-rigetti||2025-10-13|Deprecated by the upstream, see https://github.com/quantumlib/Cirq/issues/7058
+games/xqf||2025-10-14|Has expired: Fails to build
diff --git a/games/Makefile b/games/Makefile
index fef48266dbba..71c7ccc9dc2e 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1137,7 +1137,6 @@
SUBDIR += xpired
SUBDIR += xpuzzletama
SUBDIR += xpyraminx
- SUBDIR += xqf
SUBDIR += xrally
SUBDIR += xray-16
SUBDIR += xray_re-tools
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
deleted file mode 100644
index 874ce8235b5a..000000000000
--- a/games/xqf/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME= xqf
-PORTVERSION= 1.0.6.2
-PORTREVISION= 3
-DISTVERSIONPREFIX= ${PORTNAME}-
-CATEGORIES= games
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Server browser for many popular 3D action games
-WWW= http://www.linuxgames.com/xqf/
-
-BROKEN= Fails to build, ld: error: non-exported symbol 'environ' in '/usr/lib/crt1.o' is referenced by DSO '/lib/libc.so.7'
-EXPIRATION_DATE=2025-10-13
-
-RUN_DEPENDS= qstat:games/qstat
-
-USES= autoreconf gettext gmake gnome pkgconfig xorg
-USE_GNOME= intlhack gdkpixbuf gdkpixbuf2xlib
-USE_XORG= x11
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-
-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_CONFIGURE_ENABLE= gtk2
-
-BZIP2_CONFIGURE_ENABLE= bzip2
-
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/games/xqf/distinfo b/games/xqf/distinfo
deleted file mode 100644
index 0642f555fa71..000000000000
--- a/games/xqf/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
diff --git a/games/xqf/files/patch-src__country-filter.h b/games/xqf/files/patch-src__country-filter.h
deleted file mode 100644
index 828dd7db4cd5..000000000000
--- a/games/xqf/files/patch-src__country-filter.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/country-filter.h.orig 2014-11-02 00:43:18 UTC
-+++ src/country-filter.h
-@@ -22,6 +22,9 @@
-
- #include <glib.h>
- #include "pixmaps.h"
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
-
- extern unsigned MaxCountries;
diff --git a/games/xqf/files/patch-src__trayicon.c b/games/xqf/files/patch-src__trayicon.c
deleted file mode 100644
index 040703fa3c6c..000000000000
--- a/games/xqf/files/patch-src__trayicon.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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);
diff --git a/games/xqf/files/patch-src_filter.c b/games/xqf/files/patch-src_filter.c
deleted file mode 100644
index 81fd064ce7b9..000000000000
--- a/games/xqf/files/patch-src_filter.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/filter.c.orig 2014-11-02 00:43:18 UTC
-+++ src/filter.c
-@@ -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;
diff --git a/games/xqf/files/patch-src_filter.h b/games/xqf/files/patch-src_filter.h
deleted file mode 100644
index 98c28df52651..000000000000
--- a/games/xqf/files/patch-src_filter.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/filter.h.orig 2014-11-02 00:43:18 UTC
-+++ src/filter.h
-@@ -89,7 +89,6 @@ extern unsigned char cur_filter;
-
- extern GArray* server_filters;
-
--unsigned int current_server_filter;
- extern unsigned int current_server_filter;
-
-
diff --git a/games/xqf/pkg-descr b/games/xqf/pkg-descr
deleted file mode 100644
index 7d2d050cd126..000000000000
--- a/games/xqf/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-XQF is a game server browser and launcher for Unix/X11 for many popular games
-such as the Quake series, Unreal Tournament series, Half-Life etc. XQF is a
-front-end to QStat, a program by Steve Jankowski and uses the GTK+ toolkit.
diff --git a/games/xqf/pkg-plist b/games/xqf/pkg-plist
deleted file mode 100644
index 96cc3f83137f..000000000000
--- a/games/xqf/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/xqf
-share/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 libexec/xqf