Summary: | mail/neomutt: Respect CC | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Evgenii Khramtsov <2khramtsov> | ||||
Component: | Individual Port(s) | Assignee: | Baptiste Daroussin <bapt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Keywords: | needs-qa | ||||
Priority: | --- | Flags: | 2khramtsov:
maintainer-feedback-
koobs: merge-quarterly? |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Evgenii Khramtsov
2021-09-05 18:25:00 UTC
Are environment/user CFLAGS and other flags (LDFLAGS, etc) honoured? Honoured meaning 'appended', not just included (In reply to Kubilay Kocak from comment #1) Yes. Checked via "Summary of build options" and build commands from build log: ---Begin make.conf--- [...] #### /usr/local/etc/poudriere.d/130-amd64-make.conf #### CFLAGS+=-O0 LDFLAGS+=-Wl,--as-needed [...] -CFlags: -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -std=c99 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/local/include -DNCURSES_WIDECHAR -I/usr/include -I/usr/include -CFlags: -O2 -pipe -O0 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -std=c99 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/local/include -DNCURSES_WIDECHAR -I/usr/include -I/usr/include -LDFlags: -fstack-protector-strong -L/usr/local/lib -L/usr/lib -L/usr/lib -lgssapi -lgssapi_krb5 -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -pthread +LDFlags: -Wl,--as-needed -fstack-protector-strong -L/usr/local/lib -L/usr/lib -L/usr/lib -lgssapi -lgssapi_krb5 -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -pthread > needs-qa Can you clarify what QA does this change need? This port does not have consumers and I already did QA on Tier 1 platforms and made sure that the package contents did not change. "CC_FOR_BUILD" is also used by many ports, e.g. ports-mgmt/pkg. Maintainer timeout. Ping. ping A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=735d210819c11c4db5fc544106bc24c0ebaa2094 commit 735d210819c11c4db5fc544106bc24c0ebaa2094 Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-09-03 12:13:08 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-01-17 15:49:43 +0000 mail/neomutt: respect CC PR: 258292 mail/neomutt/Makefile | 1 + 1 file changed, 1 insertion(+) sorry it took so long |