Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2023 18:10:36 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 537df332967d - main - x11/deforaos-panel: Mark DEPRECATED
Message-ID:  <202305181810.34IIAaFi027648@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305181810.34IIAaFi027648>