Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2026 02:14:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 294002] kefile.inc1: SOURCE_DATE_EPOCH is not being set before pkg create
Message-ID:  <bug-294002-32340-V3OCzk8loc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294002-32340@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294002

--- Comment #3 from Jose Luis Duran <jlduran@FreeBSD.org> ---
I had some time to test. The issue is in Makefile.inc1

I think, to fix it we should either:

1. Prepend within each pkg create target SOURCE_DATE_EPOCH:

    SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
    ${PKG_CMD} ... \
    create ...

2. Use -t (the WORKAROUND is the patch). I'll promote it to Phabricator. As
this is my preferred method.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294002-32340-V3OCzk8loc>