From owner-svn-ports-head@freebsd.org Tue Jun 21 12:10:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4735DA7BE78; Tue, 21 Jun 2016 12:10:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AE4C1C9D; Tue, 21 Jun 2016 12:10:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5LCA0Gu043726; Tue, 21 Jun 2016 12:10:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5LC9xE4043697; Tue, 21 Jun 2016 12:09:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606211209.u5LC9xE4043697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 21 Jun 2016 12:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417204 - in head/games/eduke32: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2016 12:10:01 -0000 Author: amdmi3 Date: Tue Jun 21 12:09:59 2016 New Revision: 417204 URL: https://svnweb.freebsd.org/changeset/ports/417204 Log: - Update to r5775 PR: 209987 Submitted by: pkubaj@anongoth.pl (maintainer) Modified: head/games/eduke32/Makefile head/games/eduke32/distinfo head/games/eduke32/files/patch-Makefile.common head/games/eduke32/files/patch-build_src_baselayer.c Modified: head/games/eduke32/Makefile ============================================================================== --- head/games/eduke32/Makefile Tue Jun 21 12:08:10 2016 (r417203) +++ head/games/eduke32/Makefile Tue Jun 21 12:09:59 2016 (r417204) @@ -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_GL= gl glu 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 @@ TIMIDITY_RUN_DEPENDS= timidity:audio/tim TIMIDITYPLUS_DESC= Use Timidity++ for music support TIMIDITYPLUS_RUN_DEPENDS= timidity:audio/timidity++ +CFLAGS+= -flax-vector-conversions + .include .if ${PORT_OPTIONS:MHRP} Modified: head/games/eduke32/distinfo ============================================================================== --- head/games/eduke32/distinfo Tue Jun 21 12:08:10 2016 (r417203) +++ head/games/eduke32/distinfo Tue Jun 21 12:09:59 2016 (r417204) @@ -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 Modified: head/games/eduke32/files/patch-Makefile.common ============================================================================== --- head/games/eduke32/files/patch-Makefile.common Tue Jun 21 12:08:10 2016 (r417203) +++ head/games/eduke32/files/patch-Makefile.common Tue Jun 21 12:09:59 2016 (r417204) @@ -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= Modified: head/games/eduke32/files/patch-build_src_baselayer.c ============================================================================== --- head/games/eduke32/files/patch-build_src_baselayer.c Tue Jun 21 12:08:10 2016 (r417203) +++ head/games/eduke32/files/patch-build_src_baselayer.c Tue Jun 21 12:09:59 2016 (r417204) @@ -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; + } +