[Bug 294002] kefile.inc1: SOURCE_DATE_EPOCH is not being set before pkg create

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 25 Mar 2026 02:14:48 UTC
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 the assignee for the bug.