FreeBSD Bugzilla – Attachment 173720 Details for
Bug 211886
games/stonesoup: enable LUA by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games/stonesoup: enable LUA by default
stonesoup-0.18.1_1.diff (text/plain), 1.22 KB, created by
Nikolai Lifanov
on 2016-08-16 00:39:45 UTC
(
hide
)
Description:
games/stonesoup: enable LUA by default
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2016-08-16 00:39:45 UTC
Size:
1.22 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 419742) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= stonesoup > PORTVERSION= 0.18.1 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} > MASTER_SITES= http://crawl.develz.org/release/ >@@ -46,6 +47,7 @@ > .endif > > OPTIONS_DEFINE= SDL SOUND NOWIZARD LUA DOCS EXAMPLES >+OPTIONS_DEFAULT=LUA > OPTIONS_SUB= yes > > SOUND_DESC= Sound support >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 419742) >+++ pkg-plist (working copy) >@@ -1,11 +1,11 @@ > bin/stonesoup > %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.crawlrc >-%%DATADIR%%/dat/clua/autofight.lua >-%%DATADIR%%/dat/clua/automagic.lua >-%%DATADIR%%/dat/clua/kills.lua >-%%DATADIR%%/dat/clua/runrest.lua >-%%DATADIR%%/dat/clua/stash.lua >+%%LUA%%%%DATADIR%%/dat/clua/autofight.lua >+%%LUA%%%%DATADIR%%/dat/clua/automagic.lua >+%%LUA%%%%DATADIR%%/dat/clua/kills.lua >+%%LUA%%%%DATADIR%%/dat/clua/runrest.lua >+%%LUA%%%%DATADIR%%/dat/clua/stash.lua > %%DATADIR%%/dat/database/FAQ.txt > %%DATADIR%%/dat/database/el/monflee.txt > %%DATADIR%%/dat/database/el/rand_all.txt
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
Flags:
lifanov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 211886
:
173720
|
173793