svn commit: r491605 - in head/astro/astrometry: . files

Tobias Kortkamp tobik at FreeBSD.org
Wed Jan 30 06:01:22 UTC 2019


Author: tobik
Date: Wed Jan 30 06:01:20 2019
New Revision: 491605
URL: https://svnweb.freebsd.org/changeset/ports/491605

Log:
  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 at nyu.edu>

Added:
  head/astro/astrometry/files/patch-Makefile   (contents, props changed)
Modified:
  head/astro/astrometry/Makefile

Modified: head/astro/astrometry/Makefile
==============================================================================
--- head/astro/astrometry/Makefile	Wed Jan 30 05:39:47 2019	(r491604)
+++ head/astro/astrometry/Makefile	Wed Jan 30 06:01:20 2019	(r491605)
@@ -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}

Added: head/astro/astrometry/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/astrometry/files/patch-Makefile	Wed Jan 30 06:01:20 2019	(r491605)
@@ -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)"


More information about the svn-ports-head mailing list