Page MenuHomeFreeBSD

mail/milter-skem: disable date/time nonreproducible build warning
ClosedPublic

Authored by emaste on Nov 25 2022, 7:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 7:13 PM
Unknown Object (File)
Nov 18 2024, 2:54 AM
Unknown Object (File)
Nov 8 2024, 7:16 PM
Unknown Object (File)
Oct 29 2024, 8:50 PM
Unknown Object (File)
Oct 24 2024, 9:27 PM
Unknown Object (File)
Oct 16 2024, 4:01 PM
Unknown Object (File)
Sep 17 2024, 11:14 PM
Unknown Object (File)
Sep 14 2024, 5:09 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.
This revision was not accepted when it landed; it landed in state Needs Review.Nov 30 2022, 6:57 PM
This revision was automatically updated to reflect the committed changes.