FreeBSD Bugzilla – Attachment 125244 Details for
Bug 168837
[maintainer-update] games/stonesoup: convert options to optionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games-stonesoup_optionsng.diff
games-stonesoup_optionsng.diff (text/plain), 1.75 KB, created by
Tobias Rehbein
on 2012-06-08 09:20:17 UTC
(
hide
)
Description:
games-stonesoup_optionsng.diff
Filename:
MIME Type:
Creator:
Tobias Rehbein
Created:
2012-06-08 09:20:17 UTC
Size:
1.75 KB
patch
obsolete
>diff -urN /usr/.zfs/snapshot/2012-06-07/ports/games/stonesoup/Makefile games/stonesoup/Makefile >--- /usr/.zfs/snapshot/2012-06-07/ports/games/stonesoup/Makefile 2012-06-01 07:19:20.000000000 +0200 >+++ games/stonesoup/Makefile 2012-06-07 18:44:20.922585162 +0200 >@@ -34,9 +34,10 @@ > SUB_FILES= README.FreeBSD > PLIST_SUB= SAVEDIR="${SAVEDIR}" > >-OPTIONS= SOUND "Sound support" off \ >- WIZARD "Wizard mode" off \ >- LUA_BINDINGS "Bindings for LUA user scripts" off >+OPTIONS_DEFINE= SOUND WIZARD LUA_BINDINGS DOCS EXAMPLES >+SOUND_DESC= "Sound support" >+WIZARD_DESC= "Wizard mode" >+LUA_BINDINGS_DESC= "Bindings for LUA user scripts" > > MAKE_ARGS= prefix=${PREFIX} \ > DATADIR=${DATADIR} \ >@@ -60,11 +61,11 @@ > MAKE_ARGS+= V=yes > .endif > >-.if defined(WITHOUT_WIZARD) >+.if !${PORT_OPTIONS:MWIZARD} > MAKE_ARGS+= NOWIZARD=y > .endif > >-.if defined(WITH_SDL) >+.if ${PORT_OPTIONS:MSDL} > CONFLICTS+= ${PORTNAME}-[0-9]* > MAKE_ARGS+= TILES=y > PLIST_SUB+= SDL="" >@@ -79,16 +80,16 @@ > PLIST_SUB+= SDL="@comment " > .endif > >-.if defined(WITH_SOUND) >+.if ${PORT_OPTIONS:MSOUND} > RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox > .endif > >-.if defined(WITHOUT_LUA_BINDINGS) >+.if !${PORT_OPTIONS:MLUA_BINDINGS} > MAKE_ARGS+= NO_LUA_BINDINGS=yes > .endif > > post-patch: >-.if defined(WITH_SOUND) >+.if ${PORT_OPTIONS:MSOUND} > @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/AppHdr.h > @${REINPLACE_CMD} -e "s,%%SOUND%%,," ${WRKSRC}/AppHdr.h > .else >@@ -96,11 +97,11 @@ > .endif > > post-install: >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${WRKDIR}/README.FreeBSD ${DOCSDIR} > .endif >-.if !defined(NOPORTEXAMPLES) >+.if ${PORT_OPTIONS:MEXAMPLES} > ${MKDIR} ${EXAMPLESDIR} > ${INSTALL_DATA} ${DATADIR}/settings/init.txt ${EXAMPLESDIR}/sample.crawlrc > .endif
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 168837
: 125244 |
125245
|
125246