Date: Sat, 11 Jan 2025 14:55:54 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: ea5d39dbc048 - main - editors/hexcurse: Fix build on 15 Message-ID: <202501111455.50BEtsU6036545@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=ea5d39dbc0486901b6c5b71ccda529bf3099c5fb commit ea5d39dbc0486901b6c5b71ccda529bf3099c5fb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-01-11 14:47:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-01-11 14:55:30 +0000 editors/hexcurse: Fix build on 15 - Mark DEPRECATED as last release was in 2015 - High maintenance due to multiple failures, use vim and xxd or hexl mode in emacs - Set EXPIRATION_DATE 2025-02-11 If someone needs this port feel free to undeprecate and takeover maintainership. --- editors/hexcurse/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index ab67a2f0c90c..fab8f2f01537 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -11,6 +11,9 @@ WWW= https://BSDforge.com/projects/editors/hexcurse/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained, last release in 2015 +EXPIRATION_DATE=2025-02-11 + USES= ncurses USE_GITHUB= yes GH_ACCOUNT= LonnyGomes @@ -18,6 +21,7 @@ GH_ACCOUNT= LonnyGomes GNU_CONFIGURE= yes CFLAGS+= -Wno-error=deprecated-non-prototype \ + -Wno-error=format-security \ -Wno-error=format-truncation PLIST_FILES= bin/hexcurse share/man/man1/hexcurse.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501111455.50BEtsU6036545>