FreeBSD Bugzilla – Attachment 131061 Details for
Bug 175092
[MAINTAINER] games/assaultcube: Convert to OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain; charset=UTF-8), 1.89 KB, created by
lightside
on 2013-01-12 19:26:12 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
lightside
Created:
2013-01-12 19:26:12 UTC
Size:
1.89 KB
patch
obsolete
>diff -ruN assaultcube.orig/Makefile assaultcube/Makefile >--- assaultcube.orig/Makefile 2012-11-17 09:57:32.000000000 +0400 >+++ assaultcube/Makefile 2013-01-12 22:52:29.000000000 +0400 >@@ -13,7 +13,7 @@ > DISTFILES= AssaultCube_v${PORTVERSION}_source${EXTRACT_SUFX} \ > AssaultCube_v${PORTVERSION}${EXTRACT_SUFX} > >-MAINTAINER= lightside@safebox.ru >+MAINTAINER= lightside@gmx.com > COMMENT= Total conversion of the FPS game called Cube > > LICENSE_COMB= multi >@@ -42,17 +42,17 @@ > PORTDATA= config demos packages > PORTDOCS= * > >-OPTIONS= CLIENT "Build client" on \ >- DEDICATED "Build dedicated server" on \ >- MASTER "Build master server" off >+OPTIONS_DEFINE= DOCS >+OPTIONS_MULTI= BUILD >+OPTIONS_MULTI_BUILD= CLIENT DEDICATED MASTER >+OPTIONS_DEFAULT= CLIENT DEDICATED >+CLIENT_DESC= Build client >+DEDICATED_DESC= Build dedicated server >+MASTER_DESC= Build master server > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > >-.if defined(WITHOUT_CLIENT) && defined(WITHOUT_DEDICATED) && defined(WITHOUT_MASTER) >-IGNORE= needs at least one executable (CLIENT, DEDICATED or MASTER) >-.endif >- >-.if !defined(WITHOUT_CLIENT) >+.if ${PORT_OPTIONS:MCLIENT} > USE_GETTEXT= yes > USE_GL= yes > USE_SDL= image mixer sdl >@@ -65,13 +65,13 @@ > "Application;Game;" ${FALSE} > .endif > >-.if !defined(WITHOUT_DEDICATED) >+.if ${PORT_OPTIONS:MDEDICATED} > ALL_TARGET+= server > SUB_FILES+= ${PORTNAME}_server > ACUBE_BIN+= server > .endif > >-.if !defined(WITHOUT_MASTER) >+.if ${PORT_OPTIONS:MMASTER} > ALL_TARGET+= master > SUB_FILES+= ${PORTNAME}_master > ACUBE_BIN+= master >@@ -86,7 +86,7 @@ > ${MKDIR} ${DATADIR} > cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${DATADIR} > .endif >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} > .endif >@@ -97,4 +97,4 @@ > @${ECHO_CMD} libexec/${PORTNAME}_${f} >> ${TMPPLIST} > .endfor > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
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 Raw
Actions:
View
Attachments on
bug 175092
:
131060
| 131061