Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 05:24:53 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454932 - in head/print/abcm2ps: . files
Message-ID:  <201711270524.vAR5Or8G051288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Mon Nov 27 05:24:53 2017
New Revision: 454932
URL: https://svnweb.freebsd.org/changeset/ports/454932

Log:
  Make reproducible builds removing the date of compilation.
  
  PR:		ports/223622
  Submitted by:	Michael Kotlyar <mdk369@nyu.edu>

Added:
  head/print/abcm2ps/files/
  head/print/abcm2ps/files/patch-abcm2ps.c   (contents, props changed)
Modified:
  head/print/abcm2ps/Makefile

Modified: head/print/abcm2ps/Makefile
==============================================================================
--- head/print/abcm2ps/Makefile	Mon Nov 27 05:18:03 2017	(r454931)
+++ head/print/abcm2ps/Makefile	Mon Nov 27 05:24:53 2017	(r454932)
@@ -3,6 +3,7 @@
 
 PORTNAME=	abcm2ps
 PORTVERSION=	8.13.7
+PORTREVISION=	1
 CATEGORIES=	print audio
 MASTER_SITES=	http://moinejf.free.fr/
 

Added: head/print/abcm2ps/files/patch-abcm2ps.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/abcm2ps/files/patch-abcm2ps.c	Mon Nov 27 05:24:53 2017	(r454932)
@@ -0,0 +1,12 @@
+--- abcm2ps.c.orig	2017-02-02 14:03:34 UTC
++++ abcm2ps.c
+@@ -422,8 +422,7 @@ static void display_version(int full)
+ 	fputs("abcm2ps-" VERSION " (" VDATE ")\n", stderr);
+ 	if (!full)
+ 		return;
+-	fputs("Compiled: " __DATE__ "\n"
+-	       "Options:"
++	fputs("Options:"
+ #ifdef A4_FORMAT
+ 		" A4_FORMAT"
+ #endif



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