ports/astro/astrometry/files/patch-Makefile
Tobias Kortkamp 79d9cf641c astro/astrometry: Remove a source of non-reproducibality
uname -a generates non-deterministic output on some hosts.  It's
used when generating report.txt which is just documentation, so
just don't call it.

PR:		223662
Reported by:	Michael Kotlyar <mdk369@nyu.edu>
2019-01-30 06:01:20 +00:00

10 lines
162 B
Text

--- Makefile.orig 2015-12-14 21:13:35 UTC
+++ Makefile
@@ -309,7 +309,6 @@ tags:
report:
-uname -m
- -uname -a
-uname -p
-uname -s
@echo "CC is $(CC)"