git: b080275ea6e0 - main - shells/modernish: Disable failing install-time tests

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Apr 26 12:22:35 UTC 2021


The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b080275ea6e0c79e0b94974192eb6fe582180614

commit b080275ea6e0c79e0b94974192eb6fe582180614
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-26 12:20:59 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-26 12:20:59 +0000

    shells/modernish: Disable failing install-time tests
    
    This issue has been reported upstream:
    https://github.com/modernish/modernish/issues/10
---
 shells/modernish/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/shells/modernish/Makefile b/shells/modernish/Makefile
index 9c9a1e4958b7..096f3e312a7c 100644
--- a/shells/modernish/Makefile
+++ b/shells/modernish/Makefile
@@ -16,10 +16,15 @@ NO_BUILD=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+post-extract:
+	${MV} ${WRKSRC}/lib/modernish/cap/BUG_DEVTTY.t ${WRKDIR}
+
 do-install:
 	cd ${WRKSRC} && \
 	${SETENV} ${MAKE_ENV} ${SH} -x ./install.sh -d ${PREFIX} -D ${STAGEDIR} -n -s ${SH}
 
+	${MV} ${WRKDIR}/BUG_DEVTTY.t ${STAGEDIR}${PREFIX}/lib/modernish/cap/BUG_DEVTTY.t
+
 	${RM} ${STAGEDIR}${DOCSDIR}/LICENSE
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR:H}
 	${MV} ${STAGEDIR}${DOCSDIR}/examples ${STAGEDIR}${EXAMPLESDIR}


More information about the dev-commits-ports-all mailing list