svn commit: r464242 - in head/graphics/sane-backends: . files

Tobias Kortkamp tobik at FreeBSD.org
Mon Mar 12 09:44:34 UTC 2018


Author: tobik
Date: Mon Mar 12 09:44:33 2018
New Revision: 464242
URL: https://svnweb.freebsd.org/changeset/ports/464242

Log:
  graphics/sane-backends: Make reproducible
  
  - Don't add a timestamp at build time to the docs
  - While here add missing USES=jpeg
  
  PR:		223620
  Submitted by:	Michael Kotlyar <mdk369 at nyu.edu>

Added:
  head/graphics/sane-backends/files/patch-tools_sane-desc.c   (contents, props changed)
Modified:
  head/graphics/sane-backends/Makefile

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Mon Mar 12 09:39:55 2018	(r464241)
+++ head/graphics/sane-backends/Makefile	Mon Mar 12 09:44:33 2018	(r464242)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sane-backends
 PORTVERSION=	1.0.27
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4146/ \
 		http://fossies.org/linux/misc/
@@ -14,7 +15,7 @@ LICENSE=	GPLv2+
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff
 
-USES=		gmake libtool localbase pathfix pkgconfig
+USES=		gmake jpeg libtool localbase pathfix pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-docdir=${DOCSDIR} \
 		--disable-latex \

Added: head/graphics/sane-backends/files/patch-tools_sane-desc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/sane-backends/files/patch-tools_sane-desc.c	Mon Mar 12 09:44:33 2018	(r464242)
@@ -0,0 +1,13 @@
+--- tools/sane-desc.c.orig	2015-09-01 00:31:54 UTC
++++ tools/sane-desc.c
+@@ -2816,8 +2816,8 @@ html_print_footer (void)
+      "<address>\n"
+      "<a href=\"http://www.sane-project.org/imprint.html\"\n"
+      ">Contact</a>\n" "</address>\n" "<font size=-1>\n");
+-  printf ("This page was last updated on %s by sane-desc %s from %s\n",
+-	  asctime (localtime (&current_time)), SANE_DESC_VERSION, PACKAGE_STRING);
++  printf ("This page was last updated by sane-desc %s from %s\n",
++	  SANE_DESC_VERSION, PACKAGE_STRING);
+   printf ("</font>\n");
+   printf ("</body> </html>\n");
+ }


More information about the svn-ports-all mailing list