FreeBSD Bugzilla – Attachment 188290 Details for
Bug 223877
[PATCH] Optionally build fortune in games/bsdgames
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build/install fortune in games/bsdgames.
foo (text/plain), 2.47 KB, created by
Cy Schubert
on 2017-11-26 07:38:25 UTC
(
hide
)
Description:
Patch to build/install fortune in games/bsdgames.
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2017-11-26 07:38:25 UTC
Size:
2.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 454898) >+++ Makefile (working copy) >@@ -51,7 +51,6 @@ > ${WRKSRC}/backgammon/teachgammon/Makefile \ > ${WRKSRC}/canfield/cfscores/Makefile \ > ${WRKSRC}/snake/snscore/Makefile \ >- ${WRKSRC}/fortune/unstr/Makefile \ > ${WRKSRC}/primes/Makefile > @for f in ${SHAREPATH_FILES}; do \ > ${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \ >@@ -69,7 +68,7 @@ > | ${XARGS} ${REINPLACE_CMD} -e 's/-lprivate_ncurses/-lncurses/' > > pre-install: >-.for d in atc larn quiz.db >+.for d in atc fortune larn quiz.db > @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/$d > .endfor > .for d in atc battlestar hackdir/save larn phantasia >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 454898) >+++ files/patch-Makefile (working copy) >@@ -1,6 +1,6 @@ > --- Makefile.orig 2016-10-31 16:52:06 UTC > +++ Makefile >-@@ -8,33 +8,21 @@ SUBDIR= adventure \ >+@@ -8,33 +8,22 @@ SUBDIR= adventure \ > atc \ > backgammon \ > battlestar \ >@@ -13,7 +13,7 @@ > - dm \ > - factor \ > fish \ >-- fortune \ >+ fortune \ > - grdc \ > hack \ > hals_end \ >Index: files/patch-fortune_Makefile >=================================================================== >--- files/patch-fortune_Makefile (nonexistent) >+++ files/patch-fortune_Makefile (working copy) >@@ -0,0 +1,9 @@ >+--- fortune/Makefile.orig 2017-11-25 14:54:04.685544000 -0800 >++++ fortune/Makefile 2017-11-25 15:01:40.605982000 -0800 >+@@ -1,5 +1,5 @@ >+ # @(#)Makefile 8.1 (Berkeley) 5/31/93 >+ >+-SUBDIR= fortune strfile datfiles unstr >++SUBDIR= fortune strfile datfiles >+ >+ .include <bsd.subdir.mk> > >Property changes on: files/patch-fortune_Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 454898) >+++ pkg-plist (working copy) >@@ -9,6 +9,7 @@ > bin/colorbars > @(,games,2555) bin/cribbage > bin/fish-game >+bin/fortune > @(,games,2555) bin/hack > bin/hals_end > bin/hangman >@@ -42,6 +43,7 @@ > man/man6/colorbars.6.gz > man/man6/cribbage.6.gz > man/man6/fish-game.6.gz >+man/man6/fortune.6.gz > man/man6/hack.6.gz > man/man6/hals_end.6.gz > man/man6/hangman.6.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223877
: 188290