FreeBSD Bugzilla – Attachment 190814 Details for
Bug 226050
games/eduke32: update to r6675
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
eduke32.patch (text/plain), 3.70 KB, created by
Piotr Kubaj
on 2018-02-19 18:34:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-02-19 18:34:10 UTC
Size:
3.70 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 462319) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= eduke32 >-PORTVERSION= 20170614 >-PORTREVISION= 1 >+PORTVERSION= 20180218 > CATEGORIES= games > MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \ > http://www.duke4.org/files/nightfright/hrp/:hrp \ >@@ -23,6 +22,8 @@ > LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt > LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept > >+BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list >+ > LIB_DEPENDS= libFLAC.so:audio/flac \ > libogg.so:audio/libogg \ > libvorbis.so:audio/libvorbis \ >@@ -29,14 +30,12 @@ > libvpx.so:multimedia/libvpx \ > libpng.so:graphics/png > >-BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list >- >-USES= gmake pkgconfig tar:xz >+USES= dos2unix gmake pkgconfig tar:xz > USE_GL= gl glu > USE_GNOME= gtk20 > USE_SDL= sdl2 mixer2 > WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} >-SVNREVISION= 6180 >+SVNREVISION= 6675 > DATADIR= ${PREFIX}/share/duke3d > SUB_FILES= pkg-message > MAKEFILE= GNUmakefile >Index: distinfo >=================================================================== >--- distinfo (revision 462319) >+++ distinfo (working copy) >@@ -1,6 +1,6 @@ >-TIMESTAMP = 1497598231 >-SHA256 (eduke32_src_20170614-6180.tar.xz) = 5afab56358face5e89323dbb9d35051d4878514613c8254ba6557661a3258ea0 >-SIZE (eduke32_src_20170614-6180.tar.xz) = 14874472 >+TIMESTAMP = 1519048274 >+SHA256 (eduke32_src_20180218-6675.tar.xz) = e647b293e9435297bd83f97cb0fc126b89b870bb3da8ba5be8efd09611b68ec1 >+SIZE (eduke32_src_20180218-6675.tar.xz) = 14454576 > SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5 > SIZE (duke3d_hrp.zip) = 933440151 > SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534 >Index: files/patch-source_build_include_collections.h >=================================================================== >--- files/patch-source_build_include_collections.h (revision 0) >+++ files/patch-source_build_include_collections.h (working copy) >@@ -0,0 +1,11 @@ >+--- source/build/include/collections.h.orig 2018-02-19 14:35:27 UTC >++++ source/build/include/collections.h >+@@ -41,7 +41,7 @@ struct GrowArray >+ void vacuum() >+ { >+ if (size_ < capacity_) >+- reallocate(size); >++ reallocate(size()); >+ } >+ >+ void clear() > >Property changes on: files/patch-source_build_include_collections.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-source_build_src_lz4.c >=================================================================== >--- files/patch-source_build_src_lz4.c (revision 462319) >+++ files/patch-source_build_src_lz4.c (working copy) >@@ -1,11 +1,11 @@ >---- source/build/src/lz4.c.orig 2017-06-16 07:39:10 UTC >+--- source/build/src/lz4.c.orig 2017-07-05 05:37:35 UTC > +++ source/build/src/lz4.c >-@@ -65,7 +65,7 @@ >- /************************************** >- * Includes >+@@ -89,7 +89,7 @@ >+ /*-************************************ >+ * Dependency > **************************************/ > -#include "lz4.h" > +#include "../include/lz4.h" >+ /* see also "memory routines" below */ > > >- /**************************************
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 226050
: 190814