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>
This commit is contained in:
Tobias Kortkamp 2019-01-30 06:01:20 +00:00
parent 7f9ad8cd07
commit 79d9cf641c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491605
2 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= astrometry
PORTVERSION= 0.65
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= astro
MASTER_SITES= http://www.astrometry.net/downloads/
DISTNAME= ${PORTNAME}.net-${PORTVERSION}

View File

@ -0,0 +1,10 @@
--- 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)"