aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-09-30 19:10:08 +0000
committerRene Ladan <rene@FreeBSD.org>2024-09-30 19:10:08 +0000
commit0e587cb5394aabc3cd07dcda81936cd1d00a1dca (patch)
tree2007d52e9518a2b617c784584eeccc62ca165fb1
parent5ba4d90a84cee10dbbb4dedf761c9facc5455d54 (diff)
games/adonthell: Remove expired port
2024-09-30 games/adonthell: Unmaintained in tree and broken for months
-rw-r--r--MOVED1
-rw-r--r--games/Makefile1
-rw-r--r--games/adonthell/Makefile43
-rw-r--r--games/adonthell/distinfo3
-rw-r--r--games/adonthell/pkg-descr6
5 files changed, 1 insertions, 53 deletions
diff --git a/MOVED b/MOVED
index 5eb73fdea722..008eaeb78d61 100644
--- a/MOVED
+++ b/MOVED
@@ -3494,3 +3494,4 @@ audio/py-tagpy||2024-09-30|Has expired: Abandonded upstream
devel/libdsp||2024-09-30|Has expired: Abandonware, last release upstream in 2005 and unmaintained since 2015
devel/libxs||2024-09-30|Has expired: Upstream is gone and repo is deleted
games/adonthell-wastesedge||2024-09-30|Has expired: Depends on deprecated port games/adonthell
+games/adonthell||2024-09-30|Has expired: Unmaintained in tree and broken for months
diff --git a/games/Makefile b/games/Makefile
index c8005309a4a3..274bde8305e5 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -29,7 +29,6 @@
SUBDIR += abuse_sdl
SUBDIR += ace-of-penguins
SUBDIR += adom
- SUBDIR += adonthell
SUBDIR += aestats
SUBDIR += affenspiel
SUBDIR += afternoonstalker
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile
deleted file mode 100644
index d4b052349c8f..000000000000
--- a/games/adonthell/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME= adonthell
-PORTVERSION= 0.3.8
-PORTREVISION= 3
-CATEGORIES= games
-MASTER_SITES= SAVANNAH
-DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Role playing game engine
-WWW= https://adonthell.nongnu.org/
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= Fails to build, ./python_class.h:38:10: fatal error: 'eval.h' file not found
-DEPRECATED= Unmaintained in tree and broken for months
-EXPIRATION_DATE=2024-09-30
-
-LIB_DEPENDS= libfreetype.so:print/freetype2 \
- libogg.so:audio/libogg \
- libvorbis.so:audio/libvorbis
-
-USES= gettext gmake localbase pkgconfig python sdl
-USE_CXXSTD= c++14
-USE_SDL= mixer2 ttf2
-
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS= --disable-py-debug \
- --disable-pyc \
- --with-py-libs="$$(${PYTHON_CMD}-config --ldflags --embed)" \
- --with-python=${PYTHON_CMD}
-
-PLIST_DIRS= ${DATADIR}/games
-PLIST_FILES= bin/adonthell \
- share/man/man6/adonthell.6.gz \
- ${DATADIR}/modules/adonthell.py \
- ${DATADIR}/modules/dialogue.py
-
-post-patch:
- @${REINPLACE_CMD} 's,adonthell-0.3,adonthell,g' ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/games/adonthell/distinfo b/games/adonthell/distinfo
deleted file mode 100644
index 2cd542bb57cc..000000000000
--- a/games/adonthell/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1547059886
-SHA256 (adonthell-src-0.3.8.tar.gz) = c006f95bc58f095eff1a6b4bfc3ec96a455c76cdc8b64c4b2430ad7775c2ccec
-SIZE (adonthell-src-0.3.8.tar.gz) = 889244
diff --git a/games/adonthell/pkg-descr b/games/adonthell/pkg-descr
deleted file mode 100644
index f5b26a3f145d..000000000000
--- a/games/adonthell/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Adonthell is the combined effort of like-minded people to create a free
-role playing game for various operating systems.
-
-The project's goals are the creation of an engine (currently going by
-the codename adonthell), a set of tools and an actual, playable game
-driven by that engine and built with those tools.