diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-06-03 11:17:51 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-06-03 11:17:51 +0000 |
commit | a26d38830d999f695dc3868e4066a65e50c9fbf1 (patch) | |
tree | 1ea9787a276f59b136249be56c0864d7d65f6236 | |
parent | 16c38f99528eb8c16c4d41ce3cda7011808142af (diff) |
games/spacezero: Remove expired port
2023-06-03 games/spacezero: broken, abandoned upstream, depends on deprecated gtk2
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/spacezero/Makefile | 53 | ||||
-rw-r--r-- | games/spacezero/distinfo | 3 | ||||
-rw-r--r-- | games/spacezero/files/patch-Makefile | 34 | ||||
-rw-r--r-- | games/spacezero/pkg-descr | 11 |
6 files changed, 1 insertions, 102 deletions
@@ -7618,3 +7618,4 @@ dns/validns||2023-06-03|Has expired: Last upstream release was 10 years ago and sysutils/cfengine319||2023-06-03|Has expired: Upstream EOL reached on 2022-06-30 sysutils/cfengine-masterfiles319||2023-06-03|Removed, part of expired sysutils/cfengine319 net-mgmt/nrpe3|net-mgmt/nrpe|2023-06-03|Has expired: Fails to build with recent OpenSSL so use net-mgmt/nrpe +games/spacezero||2023-06-03|Has expired: broken, abandoned upstream, depends on deprecated gtk2 diff --git a/games/Makefile b/games/Makefile index c909c16fc4ef..3ea58d7c1d30 100644 --- a/games/Makefile +++ b/games/Makefile @@ -927,7 +927,6 @@ SUBDIR += solarus-quest-editor SUBDIR += solver SUBDIR += spacejunk - SUBDIR += spacezero SUBDIR += speak SUBDIR += species SUBDIR += spellcast diff --git a/games/spacezero/Makefile b/games/spacezero/Makefile deleted file mode 100644 index ae22fbd426f5..000000000000 --- a/games/spacezero/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -PORTNAME= spacezero -PORTVERSION= 0.86.01 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION:R}/ - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= 2D Real Time Strategy space combat game -WWW= http://spacezero.sourceforge.net/ - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libvorbisfile.so:audio/libvorbis - -BROKEN= Error: no fonts found in your system -DEPRECATED= broken, abandoned upstream, depends on deprecated gtk2 -EXPIRATION_DATE=2023-06-03 - -USES= openal:al,alut gnome pkgconfig xorg -USE_GNOME= gtk20 -USE_XORG= x11 -MAKE_ARGS= DATADIR="${DATADIR}" \ - INSTALL_DATA_DIR="${DATADIR}" -ALL_TARGET= ${PORTNAME} - -WRKSRC= ${WRKDIR}/${PORTNAME} - -LDFLAGS_i386= -Wl,-znotext - -PORTDOCS= * -PORTDATA= * -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.ico - -DESKTOP_ENTRIES="SpaceZero" \ - "" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ - "${PORTNAME}" \ - "Game;StrategyGame;" \ - "" - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_DATA} ${WRKSRC}/html/manual_files/space.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - cd ${WRKSRC}/dat && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - -do-install-DOCS-on: - cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/games/spacezero/distinfo b/games/spacezero/distinfo deleted file mode 100644 index f39f5d3a69d3..000000000000 --- a/games/spacezero/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1669376333 -SHA256 (spacezero-0.86.01.tar.gz) = 8588a73051e35e35e6d9123b5beb39f3574623c64e8dc4f33b4e4f3003b73296 -SIZE (spacezero-0.86.01.tar.gz) = 2317419 diff --git a/games/spacezero/files/patch-Makefile b/games/spacezero/files/patch-Makefile deleted file mode 100644 index 6fcbd8a048cd..000000000000 --- a/games/spacezero/files/patch-Makefile +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile.orig 2022-11-23 18:14:49 UTC -+++ Makefile -@@ -1,4 +1,4 @@ --CC = /usr/bin/gcc -+CC ?= /usr/bin/gcc - #CC=gcc - - BINDIR= ./bin -@@ -31,8 +31,8 @@ GTKLIBS=`$(PKG_CONFIG) --libs gtk+-2.0` - GTKLIBS12=`gtk-config --cflags` - GTKFLAGS12=`gtk-config --libs` - --CFLAGS= -Wall --pedantic -fno-common -I./include -DDATADIR=\"$(DATADIR)\" -DINSTALL_DATA_DIR=\"$(INSTALL_DATA_DIR)\" --LDFLAGS= $(SOUNDFLAGS) $(GTKLIBS) -lX11 -lm -lpthread -+CFLAGS+= -Wall --pedantic -fno-common -I./include -DDATADIR=\"$(DATADIR)\" -DINSTALL_DATA_DIR=\"$(INSTALL_DATA_DIR)\" -+LDFLAGS+= $(SOUNDFLAGS) $(GTKLIBS) -lX11 -lm -lpthread - - CFLAGS12= -Wall -I./include -DGTK12 -DDATADIR=\"$(DATADIR)\" -DINSTALL_DATA_DIR=\"$(INSTALL_DATA_DIR)\" - LDFLAGS12= $(SOUNDFLAGS) $(GTKLIBS12) -lX11 -lm -lpthread -@@ -51,7 +51,7 @@ PROGRAM_SRCS=$(SRCPATH)spacezero.c $(SRCPATH)objects.c - all: dirs spacezero - - spacezero: $(PROGRAM_OBJS) -- $(CC) $(PROGRAM_OBJS) $(LDFLAGS) $(CFLAGS) -g -o $(PROGRAM) -+ $(CC) $(PROGRAM_OBJS) $(LDFLAGS) $(CFLAGS) -o $(PROGRAM) - - gtk12: $(PROGRAM_SRCS) - $(CC) `gtk-config --cflags` $(PROGRAM_SRCS) $(LDFLAGS12) $(CFLAGS12) -g -o $(PROGRAM) `gtk-config --libs` -@@ -101,4 +101,4 @@ mrproper: clean - # add -pg for profile - # $(CC) -pg $(CFLAGS) $(GTKFLAGS) -c $< -o $@ - # add -g for debug -- $(CC) -g $(CFLAGS) $(GTKFLAGS) -c $< -o $@ -+ $(CC) $(CFLAGS) $(GTKFLAGS) -c $< -o $@ diff --git a/games/spacezero/pkg-descr b/games/spacezero/pkg-descr deleted file mode 100644 index c5efa31e96be..000000000000 --- a/games/spacezero/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -SpaceZero is a Real Time Strategy 2D space combat game for two -players over a network. - -The objective is to conquer the universe, defeating all enemies. - -At starting point you have only one ship and one planet, but you -have gold to buy more ships to conquer more planets. - -All ships can be controlled by the computer (automatic mode) or by -the player (manual mode). You can easily change among your ships, -controlling all of them independently. |