summaryrefslogtreecommitdiff
path: root/games/biorythm/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 08:13:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 08:13:17 +0000
commitbc1832860c1df2d120f025a1c3dae825fe2d245e (patch)
treedd1b006abab100c06876b36620f6fbbc31b5b415 /games/biorythm/files
parentadd tr-ircd 5.0.p6 (diff)
upgrade to 1.1.2
take maintainership PR: 37868 Submitted by: Martin Perry <Martin@raq.cx> (new maintainer)
Notes
Notes: svn path=/head/; revision=59610
Diffstat (limited to 'games/biorythm/files')
-rw-r--r--games/biorythm/files/patch-aa22
-rw-r--r--games/biorythm/files/patch-ab12
2 files changed, 27 insertions, 7 deletions
diff --git a/games/biorythm/files/patch-aa b/games/biorythm/files/patch-aa
index ad77bb6649d3..b715198c9c69 100644
--- a/games/biorythm/files/patch-aa
+++ b/games/biorythm/files/patch-aa
@@ -1,6 +1,12 @@
---- Makefile.orig Mon Jul 6 00:55:11 1998
-+++ Makefile Tue Jul 4 21:47:21 2000
-@@ -11,15 +11,15 @@
+--- Makefile.orig Sat Mar 2 21:32:42 2002
++++ Makefile Wed May 8 21:34:35 2002
+@@ -5,33 +5,29 @@
+ VERMIN = 1
+ VERPAT = 2
+ VERSION = $(VERMAJ).$(VERMIN).$(VERPAT)
+-COMPILED_DATE = `date '+%Y-%m-%d %H:%M:%S'`
+-COMPILED_BY = `whoami`
+
###########################################################################
# where are shhmsg and shhopt?
@@ -17,13 +23,15 @@
-INSTALL = install -m 644
-INSTALLPROG = install -s -m 755
-MKDIRP = install -d -m 755
+-
+-DEFINES = -DVERSION=\"$(VERSION)\" \
+- "-DCOMPILED_DATE=\"$(COMPILED_DATE)\"" \
+- "-DCOMPILED_BY=\"$(COMPILED_BY)\""
+INSTALL = ${BSD_INSTALL_DATA}
+INSTALLPROG = ${BSD_INSTALL_PROGRAM}
+MKDIRP = mkdir -p
-
- DEFINES = -DVERSION=\"$(VERSION)\" \
- "-DCOMPILED_DATE=\"$(COMPILED_DATE)\"" \
-@@ -27,11 +27,11 @@
++
++DEFINES = -DVERSION=\"$(VERSION)\"
###########################################################################
diff --git a/games/biorythm/files/patch-ab b/games/biorythm/files/patch-ab
new file mode 100644
index 000000000000..0f482d686d19
--- /dev/null
+++ b/games/biorythm/files/patch-ab
@@ -0,0 +1,12 @@
+--- biorythm.c.orig Sat Mar 2 21:31:53 2002
++++ biorythm.c Wed May 8 21:52:41 2002
+@@ -148,8 +148,7 @@
+ version(void)
+ {
+ printf(
+- "biorythm " VERSION ", by Sverre H. Huseby "
+- "(compiled " COMPILED_DATE " by " COMPILED_BY ")\n"
++ "biorythm " VERSION ", by Sverre H. Huseby\n"
+ );
+ exit(0);
+ }