diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 20:07:48 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 23:53:38 +0100 |
commit | 47ea7a1b4ed431a6f2f3a845b2e37606271b6ef4 (patch) | |
tree | 2e83dbbacf7911889a824c3e51e6323bd8ed9926 | |
parent | b7257b54acb386abd308f606ccb28af95d6f27b9 (diff) | |
download | freebsd-ports-47ea7a1b4ed431a6f2f3a845b2e37606271b6ef4.zip |
emulators/gngeo: Mark DEPRECATED
- BROKEN for more than 2 years after the EOL of 12
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket)
-rw-r--r-- | emulators/gngeo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index caee0139ef3f..e5db2eea35a2 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -11,9 +11,11 @@ WWW= https://github.com/pepone42/gngeo LICENSE= GPLv2 +DEPRECATED= BROKEN for more that 2 years after the EOL of 12 +EXPIRATION_DATE= 2023-12-31 +BROKEN_i386= unknown argument: '-frerun-loop-opt' BROKEN_FreeBSD_13= ld: error: duplicate symbol: current_fix BROKEN_FreeBSD_14= ld: error: duplicate symbol: current_fix -BROKEN_i386= unknown argument: '-frerun-loop-opt' USES= autoreconf compiler:features gl gmake sdl USE_SDL= image sdl |