FreeBSD Bugzilla – Attachment 171476 Details for
Bug 209987
[MAINTAINER]: games/eduke32: update to r5765
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
r5775 + working 9.3
eduke32.patch (text/plain), 3.76 KB, created by
Piotr Kubaj
on 2016-06-16 08:53:32 UTC
(
hide
)
Description:
r5775 + working 9.3
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2016-06-16 08:53:32 UTC
Size:
3.76 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 416929) >+++ Makefile (working copy) >@@ -2,13 +2,13 @@ > # $FreeBSD$ > > PORTNAME= eduke32 >-PORTVERSION= 20160103 >+PORTVERSION= 20160610 > CATEGORIES= games > MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 > DISTFILES= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}:eduke32 > EXTRACT_ONLY= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX} > >-MAINTAINER= pkubaj@riseup.net >+MAINTAINER= pkubaj@anongoth.pl > COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke > > LICENSE= GPLv2 >@@ -25,7 +25,7 @@ > USE_GNOME= gtk20 > USE_SDL= sdl2 mixer2 > WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} >-SVNREVISION= 5506 >+SVNREVISION= 5775 > DATADIR= ${LOCALBASE}/share/duke3d > SUB_FILES= pkg-message > SUB_LIST= DATADIR=${DATADIR} >@@ -54,6 +54,8 @@ > TIMIDITYPLUS_DESC= Use Timidity++ for music support > TIMIDITYPLUS_RUN_DEPENDS= timidity:audio/timidity++ > >+CFLAGS+= -flax-vector-conversions >+ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MHRP} >Index: distinfo >=================================================================== >--- distinfo (revision 416929) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-SHA256 (eduke32_src_20160103-5506.tar.xz) = bdd4ea7100c3913981f1be0fc26285a433659bf83528cb2a93f0bcabd95aa34a >-SIZE (eduke32_src_20160103-5506.tar.xz) = 14352508 >+SHA256 (eduke32_src_20160610-5775.tar.xz) = ce75431ca0145f1c37934d5c934393982f27b6aa64619a4023ce54e4fd50c8f9 >+SIZE (eduke32_src_20160610-5775.tar.xz) = 14532340 > SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5 > SIZE (duke3d_hrp.zip) = 933440151 > SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534 >Index: files/patch-Makefile.common >=================================================================== >--- files/patch-Makefile.common (revision 416929) >+++ files/patch-Makefile.common (working copy) >@@ -1,6 +1,6 @@ >---- Makefile.common.orig 2015-07-08 03:34:34 UTC >+--- Makefile.common.orig 2016-06-03 04:50:55 UTC > +++ Makefile.common >-@@ -258,7 +258,6 @@ ifndef LTO >+@@ -252,7 +252,6 @@ ifndef LTO > endif > endif > >@@ -8,13 +8,12 @@ > COMPILERFLAGS= > > ifeq ($(PACKAGE_REPOSITORY),0) >-@@ -278,8 +277,8 @@ ifneq ($(RELEASE)$(DEBUGANYWAY),10) >- OPTIMIZATIONS += $(DEBUGFLAG) >+@@ -273,7 +272,7 @@ ifneq ($(RELEASE)$(DEBUGANYWAY),10) > endif > > CONLYFLAGS=-std=gnu99 -Wimplicit -Werror-implicit-function-declaration >--CPPONLYFLAGS= -fno-exceptions -fno-rtti -Wno-write-strings >-+CPPONLYFLAGS= -fno-exceptions -fno-rtti -fpermissive -Wno-write-strings >- ASFORMAT=elf$(SYSBITS) >+-CXXONLYFLAGS= -fno-exceptions -fno-rtti >++CXXONLYFLAGS= -fno-exceptions -fno-rtti -fpermissive >+ ASFORMAT=elf$(BITS) > ASFLAGS=-s -f $(ASFORMAT) #-g > LINKERFLAGS= >Index: files/patch-build_src_baselayer.c >=================================================================== >--- files/patch-build_src_baselayer.c (revision 416929) >+++ files/patch-build_src_baselayer.c (working copy) >@@ -1,11 +1,11 @@ >---- build/src/baselayer.c.orig 2015-07-25 17:23:17 UTC >+--- build/src/baselayer.c.orig 2016-05-29 21:11:27 UTC > +++ build/src/baselayer.c >-@@ -219,7 +219,7 @@ void calc_ylookup(int32_t bpl, int32_t l >+@@ -227,7 +227,7 @@ void calc_ylookup(int32_t bpl, int32_t l > { > Baligned_free(ylookup); > > - ylookup = (intptr_t *)Xaligned_alloc(16, lastyidx * sizeof(intptr_t)); >-+ posix_memalign(&ylookup, 16, lastyidx * sizeof(intptr_t)); >- #if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__) >- nx_unprotect((intptr_t)ylookup, (intptr_t)ylookup + (lastyidx * sizeof(intptr_t))); >- #endif >++ posix_memalign(&ylookup, 16, lastyidx * sizeof(intptr_t)); >+ ylookupsiz = lastyidx; >+ } >+
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 209987
:
170965
|
170986
| 171476