git: 537df332967d - main - x11/deforaos-panel: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 May 2023 18:10:36 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=537df332967dd0c28777cce2edafbf802aea4d76
commit 537df332967dd0c28777cce2edafbf802aea4d76
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-18 18:09:03 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-18 18:10:20 +0000
x11/deforaos-panel: Mark DEPRECATED
- Broken for more than 2 years
- In previous it was BROKEN on only 13 and 14. But it fails also in 12.
- Set EXPIRATION_DATE to 2023-06-18
Approved by: portmgr (blanket)
---
x11/deforaos-panel/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile
index 2041857356f7..a316a0d8d4a0 100644
--- a/x11/deforaos-panel/Makefile
+++ b/x11/deforaos-panel/Makefile
@@ -12,8 +12,9 @@ WWW= https://www.defora.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_FreeBSD_13= network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
-BROKEN_FreeBSD_14= network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
+DEPRECATED= Broken on all supported versions
+EXPIRATION_DATE= 2023-06-18
+BROKEN= network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop \
libSystem.so:devel/deforaos-libsystem \