svn commit: r464760 - head/games/vavoom/files

Barbara Guida bar at FreeBSD.org
Sat Mar 17 06:48:04 UTC 2018


Author: bar
Date: Sat Mar 17 06:48:03 2018
New Revision: 464760
URL: https://svnweb.freebsd.org/changeset/ports/464760

Log:
  Attempt to fix on HEAD.

Added:
  head/games/vavoom/files/patch-utils_acc_acc.c   (contents, props changed)
Modified:
  head/games/vavoom/files/patch-utils_vcc_vcc.cpp

Added: head/games/vavoom/files/patch-utils_acc_acc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/vavoom/files/patch-utils_acc_acc.c	Sat Mar 17 06:48:03 2018	(r464760)
@@ -0,0 +1,11 @@
+--- utils/acc/acc.c.orig	2018-03-17 07:31:45.763803000 +0100
++++ utils/acc/acc.c	2018-03-17 07:34:25.591067000 +0100
+@@ -120,7 +120,7 @@
+ 	fprintf(stderr, "\nOriginal ACC Version 1.10 by Ben Gokey\n");
+ 	fprintf(stderr, "Copyright (c) "COPYRIGHT_YEARS_TEXT
+ 		" Raven Software, Corp.\n\n");
+-	fprintf(stderr, "This is version "VERSION_TEXT" ("__DATE__")\n");
++	fprintf(stderr, "This is version "VERSION_TEXT" (" __DATE__ ")\n");
+ 	fprintf(stderr, "This software is not supported by Raven Software or Activision\n");
+ 	fprintf(stderr, "ZDoom changes and language extensions by Randy Heit\n");
+ 	fprintf(stderr, "Further changes by Brad Carney\n");

Modified: head/games/vavoom/files/patch-utils_vcc_vcc.cpp
==============================================================================
--- head/games/vavoom/files/patch-utils_vcc_vcc.cpp	Sat Mar 17 06:40:18 2018	(r464759)
+++ head/games/vavoom/files/patch-utils_vcc_vcc.cpp	Sat Mar 17 06:48:03 2018	(r464760)
@@ -1,5 +1,5 @@
---- utils/vcc/vcc.cpp.orig	2017-06-04 09:44:06.817573000 +0200
-+++ utils/vcc/vcc.cpp	2017-06-04 10:05:59.278454000 +0200
+--- utils/vcc/vcc.cpp.orig	2018-03-17 07:31:45.795910000 +0100
++++ utils/vcc/vcc.cpp	2018-03-17 07:37:38.864263000 +0100
 @@ -122,7 +122,7 @@
  	}
  	catch (VException& e)
@@ -9,3 +9,12 @@
  	}
  	return 0;
  }
+@@ -171,7 +171,7 @@
+ {
+ 	//	Print usage.
+ 	printf("\n");
+-	printf("VCC Version 1.%d. Copyright (c)2000-2001 by JL.          ("__DATE__" "__TIME__")\n", PROG_VERSION);
++	printf("VCC Version 1.%d. Copyright (c)2000-2001 by JL.          (" __DATE__ " " __TIME__ ")\n", PROG_VERSION);
+ 	printf("Usage: vcc [options] source[.c] [object[.dat]]\n");
+ 	printf("    -d<file>     Output debugging information into specified file\n");
+ 	printf("    -a<function> Output function's ASM statements into debug file\n");


More information about the svn-ports-all mailing list