Date: Fri, 6 Jun 2008 11:53:40 +0200 (CEST) From: Olivier Smedts <olivier@gid0.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124346: [MAINTAINER] [PATCH] games/eduke32 : new upstream patch Message-ID: <20080606095340.9CE3222821@z.gid0.org> Resent-Message-ID: <200806061000.m56A0A1a099711@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124346 >Category: ports >Synopsis: [MAINTAINER] [PATCH] games/eduke32 : new upstream patch >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 06 10:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Olivier Smedts >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: gid0.org >Environment: System: FreeBSD z.gid0.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Sun May 4 20:25:51 CEST 2008 root@z.gid0.org:/work/obj/work/src/sys/XPC i386 >Description: A new patch is available upstream against 20080602 sources. Add it to PATCHFILES. Changes : Should fix the map saving problem and a couple of memory access bugs in Mapster32 (and fix frequent crashes anyone was experiencing with autosave). Adds mousewheel control for the number of points to add when using the circle points tool. >How-To-Repeat: N/A >Fix: Apply following patch. Thanks :) --- patch begins here --- --- games/eduke32/Makefile.orig 2008-06-06 10:29:00.000000000 +0200 +++ games/eduke32/Makefile 2008-06-06 10:51:50.000000000 +0200 @@ -6,9 +6,12 @@ PORTNAME= eduke32 PORTVERSION= 20080602 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://wiki.eduke32.com/stuff/ DISTFILES= ${PORTNAME}_src_${PORTVERSION}${EXTRACT_SUFX} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}_src_20080604.diff MAINTAINER= olivier@gid0.org COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke @@ -19,6 +22,7 @@ USE_GNOME= gtk20 USE_SDL= mixer sdl WRKSRC= ${WRKDIR}/${PORTNAME}_src_${PORTVERSION}/${PORTNAME} +PATCH_WRKSRC= ${WRKDIR} OPTIONS= MIDI "Enable MIDI support" On \ TIMIDITYPLUS "Use Timidity++ instead of Timidity" Off \ --- games/eduke32/distinfo.orig 2008-06-06 10:36:00.000000000 +0200 +++ games/eduke32/distinfo 2008-06-06 10:36:26.000000000 +0200 @@ -1,3 +1,6 @@ MD5 (eduke32_src_20080602.zip) = c478f1f98c1ac57844604a1ba8c98997 SHA256 (eduke32_src_20080602.zip) = 0b98ef85548015f199a4253521f1bc82d80f63977b5b94fbaf55924b912950ab SIZE (eduke32_src_20080602.zip) = 1629666 +MD5 (eduke32_src_20080604.diff) = c0e18ebcdd22e17e783773c3c42789f9 +SHA256 (eduke32_src_20080604.diff) = b37995dd4652cfef836f72683ba16e9c1a1fe62604a1870cc0a53d14b8c9e20a +SIZE (eduke32_src_20080604.diff) = 7158 --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080606095340.9CE3222821>