FreeBSD Bugzilla – Attachment 204022 Details for
Bug 236988
games/gzdoom: update to 4.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v4
gzdoom.patch (text/plain), 2.10 KB, created by
Piotr Kubaj
on 2019-04-26 06:47:21 UTC
(
hide
)
Description:
v4
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-04-26 06:47:21 UTC
Size:
2.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 499546) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= gzdoom >-PORTVERSION= 3.7.2 >-PORTREVISION= 1 >+PORTVERSION= 4.0.0 > DISTVERSIONPREFIX= g > CATEGORIES= games > >@@ -22,7 +21,8 @@ > libfluidsynth.so:audio/fluidsynth \ > libgme.so:audio/libgme > >-USES= cmake gettext jpeg openal pkgconfig >+USES= cmake compiler:c++11-lang gettext gl gnome jpeg openal \ >+ pkgconfig sdl > > DATADIR= ${DMDIR}/${PORTNAME} > >Index: distinfo >=================================================================== >--- distinfo (revision 499546) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1549010707 >-SHA256 (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 5fb57c83b733d77688b5809b3bd64ab87f0976f4e81d3bbac0ea0785a24646cc >-SIZE (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 10512467 >+TIMESTAMP = 1554660640 >+SHA256 (coelckers-gzdoom-g4.0.0_GH0.tar.gz) = ff46686505ca061ffc399e845925c452f5645f8ac100ad0d34f8701b0a4bbce7 >+SIZE (coelckers-gzdoom-g4.0.0_GH0.tar.gz) = 12718762 >Index: files/patch-src_posix_sdl_sdlglvideo.cpp >=================================================================== >--- files/patch-src_posix_sdl_sdlglvideo.cpp (nonexistent) >+++ files/patch-src_posix_sdl_sdlglvideo.cpp (working copy) >@@ -0,0 +1,25 @@ >+--- src/posix/sdl/sdlglvideo.cpp.orig 2019-04-07 07:11:51 UTC >++++ src/posix/sdl/sdlglvideo.cpp >+@@ -189,7 +189,9 @@ class SDLVideo : public IVideo >+ { >+ public: >+ SDLVideo (); >++#ifdef HAVE_VULKAN >+ ~SDLVideo (); >++#endif >+ >+ DFrameBuffer *CreateFrameBuffer (); >+ >+@@ -256,10 +258,12 @@ SDLVideo::SDLVideo () >+ #endif >+ } >+ >++#ifdef HAVE_VULKAN >+ SDLVideo::~SDLVideo () >+ { >+ delete device; >+ } >++#endif >+ >+ DFrameBuffer *SDLVideo::CreateFrameBuffer () >+ { > >Property changes on: files/patch-src_posix_sdl_sdlglvideo.cpp >___________________________________________________________________ >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
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:
kevans
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 236988
:
203345
|
203374
|
203623
|
204022
|
204193
|
204200
|
204309