aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2017-11-27 13:24:53 +0800
committeraraujo <araujo@FreeBSD.org>2017-11-27 13:24:53 +0800
commitffe689995685460d1d5407529d6f032e9155ef5c (patch)
treed0b271330b6ceb2357c8aa3fc5007f64f541a862 /print
parente73851318892cc4f3d68b2c36ef7c746e93bb4af (diff)
downloadfreebsd-ports-gnome-ffe689995685460d1d5407529d6f032e9155ef5c.tar.gz
freebsd-ports-gnome-ffe689995685460d1d5407529d6f032e9155ef5c.tar.zst
freebsd-ports-gnome-ffe689995685460d1d5407529d6f032e9155ef5c.zip
Make reproducible builds removing the date of compilation.
PR: ports/223622 Submitted by: Michael Kotlyar <mdk369@nyu.edu>
Diffstat (limited to 'print')
-rw-r--r--print/abcm2ps/Makefile1
-rw-r--r--print/abcm2ps/files/patch-abcm2ps.c12
2 files changed, 13 insertions, 0 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile
index da79a9de620a..434c9fa883ff 100644
--- a/print/abcm2ps/Makefile
+++ b/print/abcm2ps/Makefile
@@ -3,6 +3,7 @@
PORTNAME= abcm2ps
PORTVERSION= 8.13.7
+PORTREVISION= 1
CATEGORIES= print audio
MASTER_SITES= http://moinejf.free.fr/
diff --git a/print/abcm2ps/files/patch-abcm2ps.c b/print/abcm2ps/files/patch-abcm2ps.c
new file mode 100644
index 000000000000..373c6e2d6899
--- /dev/null
+++ b/print/abcm2ps/files/patch-abcm2ps.c
@@ -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