FreeBSD Bugzilla – Attachment 196385 Details for
Bug 230774
games/eduke32: update to r6969, Voxel Pack to 1.21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
eduke32.patch (text/plain), 4.50 KB, created by
Piotr Kubaj
on 2018-08-20 13:49:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-08-20 13:49:29 UTC
Size:
4.50 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 477651) >+++ Makefile (working copy) >@@ -2,13 +2,14 @@ > # $FreeBSD$ > > PORTNAME= eduke32 >-PORTVERSION= 20180218 >+PORTVERSION= 20180809 > CATEGORIES= games > MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \ > http://www.duke4.org/files/nightfright/hrp/:hrp \ > http://burnbit.com/download/447717/:hrp \ > http://www.duke4.org/files/nightfright/related/:related \ >- ftp://ftp.3drealms.com/share/:shareware >+ ftp://ftp.3drealms.com/share/:shareware \ >+ https://anongoth.pl/:voxel > DISTFILES= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}:eduke32 > EXTRACT_ONLY= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX} > >@@ -35,7 +36,7 @@ > USE_GNOME= gtk20 > USE_SDL= sdl2 mixer2 > WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} >-SVNREVISION= 6675 >+SVNREVISION= 6969 > DATADIR= ${PREFIX}/share/duke3d > SUB_FILES= pkg-message > MAKEFILE= GNUmakefile >@@ -47,6 +48,7 @@ > OPTIONS_DEFINE= EXAMPLES GCC HRP OFFENSIVE SHAREWARE VOXEL > OPTIONS_DEFINE_i386= ASM > OPTIONS_DEFAULT_i386= ASM >+OPTIONS_DEFAULT_amd64= GCC > OPTIONS_DEFAULT_powerpc= GCC > OPTIONS_DEFAULT_sparc64= GCC > >@@ -66,7 +68,7 @@ > SHAREWARE_DISTFILES= 3dduke13.zip:shareware > SHAREWARE_PLIST_FILES= ${DATADIR}/duke3d.grp ${DATADIR}/duke.rts > VOXEL_DESC= Install Voxel Pack >-VOXEL_DISTFILES= duke3d_voxels.zip:related >+VOXEL_DISTFILES= duke3d_voxels.zip:voxel > VOXEL_PLIST_FILES= ${DATADIR}/duke3d_voxels.zip > > post-extract-SHAREWARE-on: >Index: distinfo >=================================================================== >--- distinfo (revision 477651) >+++ distinfo (working copy) >@@ -1,6 +1,6 @@ >-TIMESTAMP = 1519048274 >-SHA256 (eduke32_src_20180218-6675.tar.xz) = e647b293e9435297bd83f97cb0fc126b89b870bb3da8ba5be8efd09611b68ec1 >-SIZE (eduke32_src_20180218-6675.tar.xz) = 14454576 >+TIMESTAMP = 1534520418 >+SHA256 (eduke32_src_20180809-6969.tar.xz) = 9f84e980a410b91cd759fd9ceb368b866b6e80ed7984d9ba45220ca60c4de3ba >+SIZE (eduke32_src_20180809-6969.tar.xz) = 14708992 > SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5 > SIZE (duke3d_hrp.zip) = 933440151 > SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534 >@@ -7,5 +7,5 @@ > SIZE (duke3d_xxx.zip) = 26586453 > SHA256 (3dduke13.zip) = c67efd179022bc6d9bde54f404c707cbcbdc15423c20be72e277bc2bdddf3d0e > SIZE (3dduke13.zip) = 5924374 >-SHA256 (duke3d_voxels.zip) = b63deb1230554ecfd391699b85ae0be86ccb693657604378f0830ec0acec74e4 >-SIZE (duke3d_voxels.zip) = 1743371 >+SHA256 (duke3d_voxels.zip) = adaa7a1e3e2d94707ffcf8597f1352c159f7248db03293f6fa7351417599e050 >+SIZE (duke3d_voxels.zip) = 2997999 >Index: files/patch-source_build_include_collections.h >=================================================================== >--- files/patch-source_build_include_collections.h (revision 477651) >+++ files/patch-source_build_include_collections.h (nonexistent) >@@ -1,11 +0,0 @@ >---- 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 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-source_build_src_lz4.c >=================================================================== >--- files/patch-source_build_src_lz4.c (revision 477651) >+++ files/patch-source_build_src_lz4.c (nonexistent) >@@ -1,11 +0,0 @@ >---- source/build/src/lz4.c.orig 2017-07-05 05:37:35 UTC >-+++ source/build/src/lz4.c >-@@ -89,7 +89,7 @@ >- /*-************************************ >- * Dependency >- **************************************/ >--#include "lz4.h" >-+#include "../include/lz4.h" >- /* see also "memory routines" below */ >- >- > >Property changes on: files/patch-source_build_src_lz4.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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
Flags:
pkubaj
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230774
: 196385