Skip to content

Commit

Permalink
Combine the fortunes-o.real and the fortunes2-o file, as was done
Browse files Browse the repository at this point in the history
with fortunes and fortunes2 2 years and 2 days ago. The fortunes2-o
file was brought in with the original import of the 4.4 Lite games
directory, but has always consisted in large part of fortunes
duplicated from other files.

The combined size of the two files is still only 631K, or less
than 1/3rd of the size of the fortunes file.

Combining them has the added benefit of making the fortunes from
fortunes2-o visibile to fortune(6)'s -m option.

This change should probably not be MFC'ed beyond RELENG_7.
  • Loading branch information
dougb authored and dougb committed Dec 7, 2007
1 parent 8248da9 commit 6bd01c7
Show file tree
Hide file tree
Showing 4 changed files with 13,517 additions and 13,516 deletions.
3 changes: 3 additions & 0 deletions ObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#

# 20071207: Merged with fortunes-o.real
OLD_FILES+=usr/share/games/fortune/fortunes2-o
OLD_FILES+=usr/share/games/fortune/fortunes2-o.dat
# 20071129: Disabled static versions of libkse by default
.if ${DEFAULT_THREAD_LIB} != "libkse" && ${MK_LIBTHR} != "no"
OLD_FILES+=usr/lib/libkse.a
Expand Down
6 changes: 3 additions & 3 deletions games/fortune/datfiles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ BLDS= fortunes.dat murphy.dat startrek.dat zippy.dat \
# THREE LINES AND UNCOMMENT THE FOURTH LINE.

# THE THREE LINES:
FILES+= fortunes2-o limerick murphy-o gerrold.limerick
BLDS+= fortunes2-o.dat limerick.dat murphy-o.dat gerrold.limerick.dat
FILES+= limerick murphy-o gerrold.limerick
BLDS+= limerick.dat murphy-o.dat gerrold.limerick.dat
TYPE= real

# THE FOURTH LINE:
Expand All @@ -21,7 +21,7 @@ CLEANFILES+=${BLDS}

FILESDIR= ${SHAREDIR}/games/fortune

.for f in fortunes fortunes2-o freebsd-tips gerrold.limerick limerick murphy murphy-o startrek zippy
.for f in fortunes freebsd-tips gerrold.limerick limerick murphy murphy-o startrek zippy
$f.dat: $f
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
strfile -Cs ${.ALLSRC} ${.TARGET}
Expand Down
Loading

0 comments on commit 6bd01c7

Please sign in to comment.