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:
parent
7f9ad8cd07
commit
79d9cf641c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491605
@ -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}
|
||||
|
10
astro/astrometry/files/patch-Makefile
Normal file
10
astro/astrometry/files/patch-Makefile
Normal 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)"
|
Loading…
Reference in New Issue
Block a user