Date: Sun, 29 Oct 2023 22:57:08 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: 159938f439dd - main - textproc/bibtool: Mark DEPRECATED Message-ID: <202310292257.39TMv8Dh028651@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=159938f439dd5c9ba99fd5e07a8a785ce8011898 commit 159938f439dd5c9ba99fd5e07a8a785ce8011898 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 11:33:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:31 +0000 textproc/bibtool: Mark DEPRECATED - BROKEN for more than an year - Set EXPIRATION_DATE 2023-11-30 - Pet portclippy --- textproc/bibtool/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/textproc/bibtool/Makefile b/textproc/bibtool/Makefile index 60bfe1dc58b2..b0e484f54ddf 100644 --- a/textproc/bibtool/Makefile +++ b/textproc/bibtool/Makefile @@ -10,18 +10,22 @@ WWW= https://ctan.org/tex-archive/biblio/bibtex/utils/bibtool/ LICENSE= GPLv2+ +DEPRECATED= BROKEN for more than an year +EXPIRATION_DATE= 2023-11-30 BROKEN= does not build: Failed to load "fontloader" module "basics-gen" USES= tex USE_TEX= latex:build luatex:build + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kpathsea CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -WRKSRC= ${WRKDIR}/BibTool MAKEFILE= makefile INSTALL_TARGET= install install.man +WRKSRC= ${WRKDIR}/BibTool + PORTDOCS= bibtool.pdf ref_card.pdf c_lib.pdf OPTIONS_DEFINE= DOCS @@ -32,7 +36,7 @@ post-patch: post-build: cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310292257.39TMv8Dh028651>