FreeBSD Bugzilla – Attachment 173793 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: clean up and enable LUA, enable verbose build
stonesoup-0.18.1_1.diff (text/plain), 1.42 KB, created by
Nikolai Lifanov
on 2016-08-17 17:33:20 UTC
(
hide
)
Description:
games/stonesoup: clean up and enable LUA, enable verbose build
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2016-08-17 17:33:20 UTC
Size:
1.42 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 420359) >+++ 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/ >@@ -39,13 +40,11 @@ > NO_TRY_GOLD=YesPlease \ > POSIX=YesPlease \ > SQLITE_INCLUDE_DIR=${LOCALBASE}/include \ >- SQLITE_LIB=-lsqlite3 >+ SQLITE_LIB=-lsqlite3 \ >+ V=yes > >-.if defined(VERBOSE) >-MAKE_ARGS+= V=yes >-.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 420359) >+++ 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