FreeBSD Bugzilla – Attachment 151945 Details for
Bug 196962
games/xonotic: Update to 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
port patch
xonotic.diff (text/plain), 2.10 KB, created by
Radim Kolar
on 2015-01-21 07:56:46 UTC
(
hide
)
Description:
port patch
Filename:
MIME Type:
Creator:
Radim Kolar
Created:
2015-01-21 07:56:46 UTC
Size:
2.10 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with less >diff -ruN /usr/ports/games/xonotic/Makefile ./Makefile >--- /usr/ports/games/xonotic/Makefile 2014-12-25 21:54:41.000000000 +0100 >+++ ./Makefile 2015-01-20 20:10:37.000000000 +0100 >@@ -2,8 +2,8 @@ > # $FreeBSD: head/games/xonotic/Makefile 375598 2014-12-25 20:54:41Z bapt $ > > PORTNAME= xonotic >-PORTVERSION= 0.7.0 >-PORTREVISION= 8 >+PORTVERSION= 0.8.0 >+PORTREVISION= 0 > CATEGORIES= games > MASTER_SITES= http://nl.dl.xonotic.org/ \ > http://mirror.bitmissile.com/xonotic/releases/ >@@ -20,7 +20,7 @@ > USES= zip > WRKSRC= ${WRKDIR}/Xonotic/source/darkplaces > MAKEFILE= BSDmakefile >-MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ >+MAKE_ARGS= DP_FS_BASEDIR=${DATADIR} \ > DP_PRELOAD_DEPENDENCIES=yes \ > CFLAGS_LIBJPEG="-I${LOCALBASE}/include -DLINK_TO_LIBJPEG" \ > OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops" \ >diff -ruN /usr/ports/games/xonotic/distinfo ./distinfo >--- /usr/ports/games/xonotic/distinfo 2014-01-22 16:30:13.000000000 +0100 >+++ ./distinfo 2015-01-19 22:03:58.000000000 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (xonotic-0.7.0.zip) = 21a5fb5493c269cd3843789cb8598f952d4196e8bc71804b9bd5808b646542c6 >-SIZE (xonotic-0.7.0.zip) = 1040631083 >+SHA256 (xonotic-0.8.0.zip) = 0a87c808827a8b234f2324b468ecb643aa48a6fd43322a29e616610dca316370 >+SIZE (xonotic-0.8.0.zip) = 999151784 >diff -ruN /usr/ports/games/xonotic/files/patch-fs ./files/patch-fs >--- /usr/ports/games/xonotic/files/patch-fs 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/patch-fs 2015-01-21 08:02:14.000000000 +0100 >@@ -0,0 +1,13 @@ >+--- fs.c.orig 2015-01-13 19:56:14.000000000 +0100 >++++ fs.c 2015-01-21 08:01:48.000000000 +0100 >+@@ -1939,7 +1939,9 @@ >+ { >+ // If the base directory is explicitly defined by the compilation process >+ #ifdef DP_FS_BASEDIR >+- strlcpy(fs_basedir, DP_FS_BASEDIR, sizeof(fs_basedir)); >++#define QUOTE(str) #str >++#define EXPAND_AND_QUOTE(str) QUOTE(str) >++ strlcpy(fs_basedir, EXPAND_AND_QUOTE(DP_FS_BASEDIR), sizeof(fs_basedir)); >+ #elif defined(__ANDROID__) >+ dpsnprintf(fs_basedir, sizeof(fs_basedir), "/sdcard/%s/", gameuserdirname); >+ #elif defined(MACOSX) >====> Cleaning up >===> Done
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
Flags:
koobs
:
maintainer-approval?
(
amdmi3
)
Actions:
View
Attachments on
bug 196962
: 151945