Summary: | databases/sqlite3: error with building flavor for support TCL | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pavel Volkov <pavelivolkov> | ||||||
Component: | Individual Port(s) | Assignee: | Rainer Hurling <rhurlin> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | pavelivolkov, rhurlin | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Pavel Volkov
2021-05-12 13:40:15 UTC
Created attachment 224870 [details]
poudriere log
Hi Pavel, Thanks for the fix. Would it be ok for you to use '@{MKDIR}' instead of '${INSTALL} -d'? This is much more common and passed my tests too ;) (In reply to Rainer Hurling from comment #2) Hello. I agree. Please, use '${MKDIR}'. (Don't @${MKDIR}). A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=32b24117b109ab19b29948afebd9d80a6c013ce5 commit 32b24117b109ab19b29948afebd9d80a6c013ce5 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-05-13 12:08:50 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-05-13 12:13:29 +0000 databases/sqlite3: Fix installation of examples in option TCL PR: 255811 Reported by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) databases/sqlite3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Committed, thanks ;) |