Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 06:01:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491605 - in head/astro/astrometry: . files
Message-ID:  <201901300601.x0U61Lwp097863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901300601.x0U61Lwp097863>