FreeBSD Bugzilla – Attachment 141124 Details for
Bug 187855
[PATCH] games/xonotic: add new optional dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.37 KB, created by
Jonathan Price
on 2014-03-23 17:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jonathan Price
Created:
2014-03-23 17:30:00 UTC
Size:
1.37 KB
patch
obsolete
>--- Makefile.orig 2014-03-23 17:02:43.944551242 +0000 >+++ Makefile 2014-03-23 17:04:29.765544110 +0000 >@@ -3,7 +3,7 @@ > > PORTNAME= xonotic > PORTVERSION= 0.7.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= games > MASTER_SITES= http://nl.dl.xonotic.org/ \ > http://mirror.bitmissile.com/xonotic/releases/ >@@ -32,17 +32,20 @@ > PORTDATA= * > > OPTIONS_MULTI= COMPONENTS >-OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED >-OPTIONS_DEFAULT=CLIENT DEDICATED >+OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED ENCRYPTION >+OPTIONS_DEFAULT=CLIENT DEDICATED ENCRYPTION > > CLIENT_DESC= Build client > DEDICATED_DESC= Build dedicated server >+ENCRYPTION_DESC=Build encryption (required for stats submission) > > CLIENT_LIB_DEPENDS+= libmodplug.so:${PORTSDIR}/audio/libmodplug \ > libtheora.so:${PORTSDIR}/multimedia/libtheora \ > libvorbis.so:${PORTSDIR}/audio/libvorbis \ > libogg.so:${PORTSDIR}/audio/libogg > >+ENCRYPTION_LIB_DEPENDS= libd0_rijndael.so:${PORTSDIR}/security/d0_blind_id >+ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MCLIENT} >@@ -84,6 +87,9 @@ > ${FIND} ${STAGEDIR}${DATADIR}/server -type f -name *.sh -o -name rcon*.pl | \ > ${XARGS} ${CHMOD} +x > .endif >+.if ${PORT_OPTIONS:MENCRYPTION} >+ ${INSTALL_DATA} ${WRKDIR}/Xonotic/key_0.d0pk ${STAGEDIR}${PREFIX}/share/${PORTNAME} >+.endif > ${MKDIR} ${STAGEDIR}${DATADIR}/data > ${INSTALL_DATA} ${WRKDIR}/Xonotic/data/*.pk3 ${STAGEDIR}${DATADIR}/data/
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 187855
: 141124