diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2024-09-04 09:23:44 +0000 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2024-09-04 09:29:29 +0000 |
commit | 9c05d6b4c98dd49537cded1fd1f79065d70639e6 (patch) | |
tree | b753865b49866aa5571b41d248e0f302c4e84c93 | |
parent | f71ee5b13c081f8924986ba52a32396c87138f99 (diff) | |
download | ports-9c05d6b4c98dd49537cded1fd1f79065d70639e6.tar.gz ports-9c05d6b4c98dd49537cded1fd1f79065d70639e6.zip |
audio/funktrackergold: Deprecate port
Deprecate port as the software looks abandoned:
- latest release is in 1999;
- WWW link (removed with this commit) is a page that has nothing to do with the software;
- does not build with GCC 14.2 [1].
PR: 281222 [1]
-rw-r--r-- | audio/funktrackergold/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile index ec0325bcf472..df2ce5dad850 100644 --- a/audio/funktrackergold/Makefile +++ b/audio/funktrackergold/Makefile @@ -6,11 +6,13 @@ MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= Curses MOD/FNK music tracker -WWW= https://boutell.com/lsm/lsmbyid.cgi/000831 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Software looks abandoned: last release is in 1999 and WWW link had nothing to do with the software. Does not build with GCC 14.2 +EXPIRATION_DATE=2024-10-30 + BROKEN_armv6= fails to compile: function definition is not allowed here BROKEN_armv7= fails to compile: function definition is not allowed here |