Created attachment 187932 [details] Removes mentions of compilation date to support reproducibility Hello, I am posting this report to further the agenda of reproducible builds (wiki.freebsd.org/ReproducibleBuilds) In this particular port, the display_version function in abcm2ps.c specifies date of compilation time, which causes this port to not be reproducible when built. Removal of the date from the aforementioned function enables this build to be reproducible.
A commit references this bug: Author: araujo Date: Mon Nov 27 05:24:53 UTC 2017 New revision: 454932 URL: https://svnweb.freebsd.org/changeset/ports/454932 Log: Make reproducible builds removing the date of compilation. PR: ports/223622 Submitted by: Michael Kotlyar <mdk369@nyu.edu> Changes: head/print/abcm2ps/Makefile head/print/abcm2ps/files/ head/print/abcm2ps/files/patch-abcm2ps.c
Committed, thanks!