aboutsummaryrefslogtreecommitdiff
path: root/astro/astrometry
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-30 06:01:20 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-30 06:01:20 +0000
commit79d9cf641cd60defd4d09764101731f517a4e8f7 (patch)
treeef14e668f21a394fd7d0f886a7e7e347a4afe71a /astro/astrometry
parent7f9ad8cd07c5f1d67d20ec1faecaaf283dd04350 (diff)
downloadports-79d9cf641cd60defd4d09764101731f517a4e8f7.tar.gz
ports-79d9cf641cd60defd4d09764101731f517a4e8f7.zip
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>
Notes
Notes: svn path=/head/; revision=491605
Diffstat (limited to 'astro/astrometry')
-rw-r--r--astro/astrometry/Makefile2
-rw-r--r--astro/astrometry/files/patch-Makefile10
2 files changed, 11 insertions, 1 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index d71c791dfe52..a2fc97963dae 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -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}
diff --git a/astro/astrometry/files/patch-Makefile b/astro/astrometry/files/patch-Makefile
new file mode 100644
index 000000000000..c74ec5155cbc
--- /dev/null
+++ b/astro/astrometry/files/patch-Makefile
@@ -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)"