Page MenuHomeFreeBSD

sysutils/unquote: disable date/time nonreproducible build warning
ClosedPublic

Authored by emaste on Nov 25 2022, 7:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 18 2024, 4:19 PM
Unknown Object (File)
Jan 18 2024, 4:19 PM
Unknown Object (File)
Jan 18 2024, 4:19 PM
Unknown Object (File)
Jan 18 2024, 4:09 PM
Unknown Object (File)
Dec 23 2023, 2:17 AM
Unknown Object (File)
Oct 8 2023, 9:30 PM
Unknown Object (File)
Oct 8 2023, 9:30 PM
Unknown Object (File)
Oct 8 2023, 9:30 PM
Subscribers
None

Details

Summary

The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.

This port makes use of the base system build infrastructure as well as
__DATE__ and/or __TIME__, so explicitly opt out of the warning.

PR: 267902 [exp-run]

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.

See D29580 for proposed base system change

This revision is now accepted and ready to land.Nov 25 2022, 7:12 PM