Date: Fri, 25 Nov 2022 19:18:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267902] [exp-run] with -Wdate-time warning flag Message-ID: <bug-267902-7788-O5JZLGt3S1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267902-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267902-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267902 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D39ab5e3879edef7f7065fd429a3c818= f292ed270 commit 39ab5e3879edef7f7065fd429a3c818f292ed270 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-11-25 19:03:00 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-11-25 19:14:55 +0000 net/urelay: disable date/time nonreproducible build warning 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] Approved by: jrm Sponsored By: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37505 net/urelay/Makefile | 2 ++ 1 file changed, 2 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267902-7788-O5JZLGt3S1>