File gputils-no-build-time.patch of Package gputils
Index: gputils-1.3.0/gpasm/gpasm.h.in
===================================================================
--- gputils-1.3.0.orig/gpasm/gpasm.h.in
+++ gputils-1.3.0/gpasm/gpasm.h.in
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef __GPASM_H__
#define __GPASM_H__
-#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPASM_VERSION_STRING ("gpasm-" VERSION " #" @REVISION@ )
/* This symbol will get placed into the symbol table for the 16bit cores
* and thus allow compile-time selection of the proper macro set */
Index: gputils-1.3.0/gplink/gplink.h.in
===================================================================
--- gputils-1.3.0.orig/gplink/gplink.h.in
+++ gputils-1.3.0/gplink/gplink.h.in
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef GPLINK_H
#define GPLINK_H
-#define GPLINK_VERSION_STRING ("gplink-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPLINK_VERSION_STRING ("gplink-" VERSION " #" @REVISION@ )
#define MAX_PATHS 100
Index: gputils-1.3.0/gputils/gpdasm.h.in
===================================================================
--- gputils-1.3.0.orig/gputils/gpdasm.h.in
+++ gputils-1.3.0/gputils/gpdasm.h.in
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef __GPDASM_H__
#define __GPDASM_H__
-#define GPDASM_VERSION_STRING ("gpdasm-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPDASM_VERSION_STRING ("gpdasm-" VERSION " #" @REVISION@ )
extern struct gpdasm_state {
pic_processor_t processor; /* selected processor */
Index: gputils-1.3.0/gputils/gplib.h.in
===================================================================
--- gputils-1.3.0.orig/gputils/gplib.h.in
+++ gputils-1.3.0/gputils/gplib.h.in
@@ -32,7 +32,7 @@ enum lib_modes {
ar_null
};
-#define GPLIB_VERSION_STRING ("gplib-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPLIB_VERSION_STRING ("gplib-" VERSION " #" @REVISION@ )
#define MAX_OBJ_NAMES 256
Index: gputils-1.3.0/gputils/gpstrip.h.in
===================================================================
--- gputils-1.3.0.orig/gputils/gpstrip.h.in
+++ gputils-1.3.0/gputils/gpstrip.h.in
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef GPSTRIP_H
#define GPSTRIP_H
-#define GPSTRIP_VERSION_STRING ("gpstrip-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPSTRIP_VERSION_STRING ("gpstrip-" VERSION " #" @REVISION@ )
extern struct gpstrip_state {
gp_boolean strip_debug; /* strip debug symbols */
Index: gputils-1.3.0/gputils/gpvc.h.in
===================================================================
--- gputils-1.3.0.orig/gputils/gpvc.h.in
+++ gputils-1.3.0/gputils/gpvc.h.in
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */
#include "gpcod.h"
-#define GPVC_VERSION_STRING ("gpvc-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPVC_VERSION_STRING ("gpvc-" VERSION " #" @REVISION@ )
#define BUFFER_LENGTH 256
#define MAX_SOURCE_FILES 100
Index: gputils-1.3.0/gputils/gpvo.h.in
===================================================================
--- gputils-1.3.0.orig/gputils/gpvo.h.in
+++ gputils-1.3.0/gputils/gpvo.h.in
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#ifndef GPVO_H
#define GPVO_H
-#define GPVO_VERSION_STRING ("gpvo-" VERSION " #" @REVISION@ " (" __DATE__ ")")
+#define GPVO_VERSION_STRING ("gpvo-" VERSION " #" @REVISION@ )
/* Dump Flags */
#define PRINT_HEADER 1 << 1