git: 47a4899d3fb2 - main - net-im/libsignal-node: Fix poudriere build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 16:22:53 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=47a4899d3fb28c2f68837318f8d11e6245d5e714 commit 47a4899d3fb28c2f68837318f8d11e6245d5e714 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-10-06 15:01:11 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-10-07 16:19:09 +0000 net-im/libsignal-node: Fix poudriere build After the update to 0.58.0, the port failed to build in poudriere during the fetch phase, giving the error: make: Could not create temporary file /wrkdirs/usr/ports/net-im/libsignal-node/work/makekSsI9M: No such file or directory Approved by: mikael (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D46966 --- net-im/libsignal-node/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile index 37b925feeda9..18af7d019e0f 100644 --- a/net-im/libsignal-node/Makefile +++ b/net-im/libsignal-node/Makefile @@ -69,7 +69,6 @@ pre-fetch: -e 's:^\.:./yarn-offline-cache:' > yarn-offline-cache.mtree; \ ${TAR} cJf ${DISTDIR}/libsignal-node-${DISTVERSION}-yarn-cache.tar.gz \ @yarn-offline-cache.mtree; \ - ${RM} -r ${WRKDIR}; \ fi post-patch: