Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2022 19:18:02 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91463de0b0fb - main - sysutils/unquote: disable date/time nonreproducible build warning
Message-ID:  <202211251918.2APJI2wE010208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste (doc, src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=91463de0b0fba41a1c19aafa57638faa4c74f47d

commit 91463de0b0fba41a1c19aafa57638faa4c74f47d
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-11-25 19:05:15 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-11-25 19:15:33 +0000

    sysutils/unquote: 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/D37504
---
 sysutils/unquote/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile
index 47689a83b491..c2fda676b0bb 100644
--- a/sysutils/unquote/Makefile
+++ b/sysutils/unquote/Makefile
@@ -15,5 +15,6 @@ PLIST_FILES=	bin/unquote man/man1/unquote.1.gz
 .if		!defined(NO_RELEASE)
 MAKE_ENV+=	RELEASE=yes
 .endif
+MAKE_ENV+=	NO_WDATE_TIME=yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211251918.2APJI2wE010208>