summaryrefslogtreecommitdiff
path: root/astro/xphoon
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/xphoon
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'astro/xphoon')
-rw-r--r--astro/xphoon/files/patch-Imakefile4
-rw-r--r--astro/xphoon/files/patch-dtime.c10
-rw-r--r--astro/xphoon/files/patch-xphoon.c10
3 files changed, 12 insertions, 12 deletions
diff --git a/astro/xphoon/files/patch-Imakefile b/astro/xphoon/files/patch-Imakefile
index 671c9a868d9f..d607d8420b3c 100644
--- a/astro/xphoon/files/patch-Imakefile
+++ b/astro/xphoon/files/patch-Imakefile
@@ -1,5 +1,5 @@
---- ./Imakefile.org Wed Sep 18 12:57:31 1991
-+++ ./Imakefile Tue Feb 14 18:44:28 1995
+--- Imakefile.orig 2000-06-13 21:55:44 UTC
++++ Imakefile
@@ -11,7 +11,7 @@
diff --git a/astro/xphoon/files/patch-dtime.c b/astro/xphoon/files/patch-dtime.c
index e5e35cd66b77..2841a5514ea0 100644
--- a/astro/xphoon/files/patch-dtime.c
+++ b/astro/xphoon/files/patch-dtime.c
@@ -1,6 +1,6 @@
---- dtime.c.orig Sat Sep 14 14:15:25 1991
-+++ dtime.c Sun Jan 3 18:36:48 1999
-@@ -26,13 +26,20 @@
+--- dtime.c.orig 1991-09-14 05:15:25 UTC
++++ dtime.c
+@@ -26,13 +26,20 @@ extern long timezone;
#include <sys/timeb.h>
#endif /*SYS5*/
@@ -22,7 +22,7 @@
(void) time( &clock );
return dlocaltime( &clock );
-@@ -40,7 +47,7 @@
+@@ -40,7 +47,7 @@ dtwstime()
struct tws*
dlocaltime( clock )
@@ -31,7 +31,7 @@
{
register struct tm* tm;
#ifndef SYS5
-@@ -48,7 +55,7 @@
+@@ -48,7 +55,7 @@ dlocaltime( clock )
#endif not SYS5
static struct tws tw;
diff --git a/astro/xphoon/files/patch-xphoon.c b/astro/xphoon/files/patch-xphoon.c
index e09711110328..8d430fa70c00 100644
--- a/astro/xphoon/files/patch-xphoon.c
+++ b/astro/xphoon/files/patch-xphoon.c
@@ -1,6 +1,6 @@
---- xphoon.c.orig Thu Sep 19 04:57:37 1991
-+++ xphoon.c Sun Jan 3 18:30:29 1999
-@@ -20,7 +20,6 @@
+--- xphoon.c.orig 2000-06-13 21:50:16 UTC
++++ xphoon.c
+@@ -20,7 +20,6 @@ static char rcsid[] =
#include "vroot.h"
#include <stdio.h>
#include <stdlib.h> /* added by David Frey */
@@ -8,8 +8,8 @@
#include <time.h> /* added by David Frey */
#include <math.h>
#include <limits.h> /* added by Lalo Martins */
-@@ -65,7 +74,7 @@
- int blackflag, demoflag;
+@@ -65,7 +64,7 @@ main( argc, argv )
+ int blackflag, demoflag, southflag;
int printpid;
char* display_name;
- long clock;