pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

love 0.10.2



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Jun 26 10:20:17 2018 +0300
Changeset:	aa7f78bd6fb1340f91c3df0a2c520212caedba94

Modified Files:
	love/Makefile
	love/distinfo
Removed Files:
	love/patches/patch-configure
	love/patches/patch-src_common_config.h

Log Message:
love 0.10.2

XXX do we want a separate love 0.9.x, 11.x?

What is this? During your trick and treat run, you stumble upon a strange man who gives you.. a link? It's the best candy you've received all night, it's LÖVE 0.10.2!

LÖVE 0.10.2 is a bugfix release, but as we are wont to do, we've added some backwards-compatible features too. You can find the changelog on the wiki, or in the repository, but here's a few noteworthy changes:

    Added lovec.exe in Windows. It is the same as love.exe but built with the Console subsystem, so it always uses or provides a console.
    Added the ability to restart the game via love.event.quit("restart").
    Fixed love on iOS 6.
    Fixed incorrect kerning caused by using kerning information for the wrong character in some fonts.
    Improved performance of Channel methods by roughly 2x in many cases.
    Updated love.filesystem.mount to accept a DroppedFile as the first parameter.
    Updated Shader:send to do type and argument checking based on the specified uniform variable's information instead of the arguments to the function.

There is no better way to spend Valentine's Day than to show everyone your LÖVE. So today, we are proud to present: LÖVE 0.10.1.

Roses are red,
violets are blue.
We're releasing 0.10.1,
just for you.

LÖVE 0.10.1 is a bugfix release, with a few extra features to boot. You can find the changelog on the wiki, or in the repository, but here's a few noteworthy changes:

    New arc types can be drawn with [wiki]love.graphics.arc[/wiki].
    Added lighten and darken blend modes.
    Fix automatic audio suspension on android.
    Fix Video:isPlaying.
    Work around various video driver bugs.
    New icons everywhere!

The holiday season is a perfect time to relax, spend some time with family, and not do game development. However, as the stubborn developers we are, we took this nice (totally not) snowy day to give you our newest labour of LÖVE: 0.10.0!

You can find the full changelog in the wiki or the repository, but here are some noteworthy changes:

    Official support for iOS and Android!
    Added love.video, in other words: video playback!
    Added love.touch.
    Gamma-correct rendering support.
    Added support for dropping files and directories on the game window.
    Added support for rounded rectangles.
    Added support for OpenGL ES 2 and 3.
    Added font fallback support.
    Added support for per-character coloured text.
    Added compression and decompression to love.math.
    Mice now have button numbers rather than names.
    Require at least OpenGL 2.1, meaning things like Canvases and Shaders are always available.

As a token of our love for all of you, today we present LÖVE [wiki]0.9.2[/wiki] Baby Inspector. After many years of slime’s work, representing many added features and fixed bugs.

Here are a few big changes and highlights, and the full changelog, as well as download links can of course be found below, and on the wiki and front page respectively.

    The lua 5.3 UTF-8 module was added, bringing easy handling of UTF-8 in strings.
    Added [wiki]love.joystick.loadGamepadMappings[/wiki] and [wiki]love.joystick.saveGamepadMappings[/wiki] to easily load and store gamepad mapping databases. See [wiki]love.joystick.setGamepadMapping[/wiki] for more details.
    Added relative mouse mode ([wiki]love.mouse.setRelativeMode[/wiki]) and the corresponding [wiki]love.mousemoved[/wiki].
    Added symlink support to love.filesystem, as well as [wiki]love.filesystem.getRealDirectory[/wiki], making development and debugging easier.
    Fixed a bunch of memory leaks, crashes and other bugs.
    Renamed FSAA to MSAA.
    The 'console' option now tries to re-use its console, and it can open earlier, allowing its use in early stages of game loading.
    Replace several error messages with clearer, more obvious ones.

0.9.1's API is fully backward compatible with existing 0.9.0 games. Most of the changes are bug fixes, internal code improvements, and some API additions and updates to flesh out LÖVE's features, especially in the love.graphics module.

Here are some of the more interesting changes:

• Canvases can now be used with SpriteBatches, ParticleSystems, and Meshes. Canvases and Images are now both sub-types of the new [wiki]Texture[/wiki] type, which those three things accept. [wiki]SpriteBatch:setTexture[/wiki] (etc.) have been added, and [wiki]SpriteBatch:setImage[/wiki] (etc.) is now deprecated, but not removed yet.

• Better support for retina displays in OS X has been added. To take advantage of it, you will need to enable the new "highdpi" window flag in either [wiki]love.conf[/wiki] or [wiki]love.window.setMode[/wiki]. When this is done on a compatible computer, the pixel resolution of the window will be double what the requested window size is. You will almost certainly need to adjust your code if you want to use this properly! The new function [wiki]love.window.getPixelScale[/wiki] can help immensely.

• Canvases now have antialiasing support. You will need to request it when creating the Canvas, with the new function variant [wiki]love.graphics.newCanvas[/wiki](width, height, texturetype, fsaa).

• A new function [wiki]Source:clone[/wiki] has been added. This lets you create multiple static Sources which play the same sound much more efficiently (in terms of loading time, memory usage, and code duplication.)

• Some nasty bugs have been fixed, including an off-by-one issue in [wiki]Joystick:isDown[/wiki], love.graphics.setCanvas breaking everything when love.graphics.setScissor is used sometimes, and 8-bit [wiki]SoundData[/wiki] sounding completely wrong when loaded into a [wiki]Source[/wiki].

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa7f78bd6fb1340f91c3df0a2c520212caedba94

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 love/Makefile                          |   7 +-
 love/distinfo                          |   9 +-
 love/patches/patch-configure           | 576 ---------------------------------
 love/patches/patch-src_common_config.h |  15 -
 4 files changed, 10 insertions(+), 597 deletions(-)

diffs:
diff --git a/love/Makefile b/love/Makefile
index 905d85fe16..02dc6deb6e 100644
--- a/love/Makefile
+++ b/love/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2014/03/31 22:27:22 thomasklausner Exp $
 
-DISTNAME=	love-0.9.0-linux-src
+DISTNAME=	love-0.10.2-linux-src
 PKGNAME=	${DISTNAME:S/-linux-src//}
 CATEGORIES=	games
 MASTER_SITES=	https://bitbucket.org/rude/love/downloads/
@@ -19,17 +19,22 @@ USE_LIBTOOL=	yes
 
 LUA_VERSIONS_INCOMPATIBLE=	52
 
+# JIT needs WX mappings
+NOT_PAX_MPROTECT_SAFE+=		bin/love
+
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.physfs+=	physfs>=2.0
 .include "../../devel/physfs/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
 .include "../../lang/LuaJIT2/buildlink3.mk"
 .include "../../devel/devIL/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../audio/libmodplug/buildlink3.mk"
+.include "../../multimedia/libtheora/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../audio/mpg123/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
diff --git a/love/distinfo b/love/distinfo
index 4d32b15e72..7a4017ff8c 100644
--- a/love/distinfo
+++ b/love/distinfo
@@ -1,7 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/03/31 22:27:22 thomasklausner Exp $
 
-SHA1 (love-0.9.0-linux-src.tar.gz) = d4ed3bd6a5f9c2359fbc86e43f87eda7f0b2111e
-RMD160 (love-0.9.0-linux-src.tar.gz) = 497563e79ea00b8390d43c2f0966076e4e23ce66
-Size (love-0.9.0-linux-src.tar.gz) = 1389352 bytes
-SHA1 (patch-configure) = 3514e45780d24aa28250349231f718fd3b787d48
-SHA1 (patch-src_common_config.h) = 93ce979d98590ca74e0437f5a265eec093073f80
+SHA1 (love-0.10.2-linux-src.tar.gz) = 32120e20795807494946f364209167d646c94ac1
+RMD160 (love-0.10.2-linux-src.tar.gz) = 5530aa7f41e1e6a0ae3678b3eb3cdaa5c7d70dd3
+SHA512 (love-0.10.2-linux-src.tar.gz) = 81c0bb5a454ed9abc692784f155933288a2bd5ba5ffb919c7709584e7e8d68fca10b5ea1e3a386def46b18f071b217ffbc2914a8ea08424226f0580020fce076
+Size (love-0.10.2-linux-src.tar.gz) = 1698376 bytes
diff --git a/love/patches/patch-configure b/love/patches/patch-configure
deleted file mode 100644
index 93c3cb71db..0000000000
--- a/love/patches/patch-configure
+++ /dev/null
@@ -1,576 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/03/31 22:27:22 thomasklausner Exp $
-
-Use portable test(1) comparison operator.
-https://bitbucket.org/rude/love/issue/866/unportable-test-1-comparison-operator-in
-
---- configure.orig	2013-12-13 22:37:10.000000000 +0000
-+++ configure
-@@ -18583,7 +18583,7 @@ else
-   LOVE_BUILD_EXE_FALSE=
- fi
- 
-- if test "x$enable_mpg123" == xno; then
-+ if test "x$enable_mpg123" = xno; then
-   LOVE_NOMPG123_TRUE=
-   LOVE_NOMPG123_FALSE='#'
- else
-@@ -18612,11 +18612,11 @@ else
- fi
- 
- 
--if test x"$enable_audio" == xtrue; then
-+if test x"$enable_audio" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_AUDIO /**/" >>confdefs.h
- 
- fi
-- if test x$enable_audio == xtrue; then
-+ if test x$enable_audio = xtrue; then
-   LOVE_MODULE_AUDIO_TRUE=
-   LOVE_MODULE_AUDIO_FALSE='#'
- else
-@@ -18633,11 +18633,11 @@ else
- fi
- 
- 
--if test x"$enable_audio_null" == xtrue; then
-+if test x"$enable_audio_null" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_AUDIO_NULL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_audio_null == xtrue; then
-+ if test x$enable_audio_null = xtrue; then
-   LOVE_IMPLEMENTATION_AUDIO_NULL_TRUE=
-   LOVE_IMPLEMENTATION_AUDIO_NULL_FALSE='#'
- else
-@@ -18654,11 +18654,11 @@ else
- fi
- 
- 
--if test x"$enable_audio_openal" == xtrue; then
-+if test x"$enable_audio_openal" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_AUDIO_OPENAL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_audio_openal == xtrue; then
-+ if test x$enable_audio_openal = xtrue; then
-   LOVE_IMPLEMENTATION_AUDIO_OPENAL_TRUE=
-   LOVE_IMPLEMENTATION_AUDIO_OPENAL_FALSE='#'
- else
-@@ -18675,11 +18675,11 @@ else
- fi
- 
- 
--if test x"$enable_event" == xtrue; then
-+if test x"$enable_event" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_EVENT /**/" >>confdefs.h
- 
- fi
-- if test x$enable_event == xtrue; then
-+ if test x$enable_event = xtrue; then
-   LOVE_MODULE_EVENT_TRUE=
-   LOVE_MODULE_EVENT_FALSE='#'
- else
-@@ -18696,11 +18696,11 @@ else
- fi
- 
- 
--if test x"$enable_event_sdl" == xtrue; then
-+if test x"$enable_event_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_EVENT_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_event_sdl == xtrue; then
-+ if test x$enable_event_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_EVENT_SDL_TRUE=
-   LOVE_IMPLEMENTATION_EVENT_SDL_FALSE='#'
- else
-@@ -18717,11 +18717,11 @@ else
- fi
- 
- 
--if test x"$enable_filesystem" == xtrue; then
-+if test x"$enable_filesystem" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_FILESYSTEM /**/" >>confdefs.h
- 
- fi
-- if test x$enable_filesystem == xtrue; then
-+ if test x$enable_filesystem = xtrue; then
-   LOVE_MODULE_FILESYSTEM_TRUE=
-   LOVE_MODULE_FILESYSTEM_FALSE='#'
- else
-@@ -18738,11 +18738,11 @@ else
- fi
- 
- 
--if test x"$enable_filesystem_physfs" == xtrue; then
-+if test x"$enable_filesystem_physfs" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_FILESYSTEM_PHYSFS /**/" >>confdefs.h
- 
- fi
-- if test x$enable_filesystem_physfs == xtrue; then
-+ if test x$enable_filesystem_physfs = xtrue; then
-   LOVE_IMPLEMENTATION_FILESYSTEM_PHYSFS_TRUE=
-   LOVE_IMPLEMENTATION_FILESYSTEM_PHYSFS_FALSE='#'
- else
-@@ -18759,11 +18759,11 @@ else
- fi
- 
- 
--if test x"$enable_font" == xtrue; then
-+if test x"$enable_font" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_FONT /**/" >>confdefs.h
- 
- fi
-- if test x$enable_font == xtrue; then
-+ if test x$enable_font = xtrue; then
-   LOVE_MODULE_FONT_TRUE=
-   LOVE_MODULE_FONT_FALSE='#'
- else
-@@ -18780,11 +18780,11 @@ else
- fi
- 
- 
--if test x"$enable_font_freetype" == xtrue; then
-+if test x"$enable_font_freetype" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_FONT_FREETYPE /**/" >>confdefs.h
- 
- fi
-- if test x$enable_font_freetype == xtrue; then
-+ if test x$enable_font_freetype = xtrue; then
-   LOVE_IMPLEMENTATION_FONT_FREETYPE_TRUE=
-   LOVE_IMPLEMENTATION_FONT_FREETYPE_FALSE='#'
- else
-@@ -18801,11 +18801,11 @@ else
- fi
- 
- 
--if test x"$enable_graphics" == xtrue; then
-+if test x"$enable_graphics" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_GRAPHICS /**/" >>confdefs.h
- 
- fi
-- if test x$enable_graphics == xtrue; then
-+ if test x$enable_graphics = xtrue; then
-   LOVE_MODULE_GRAPHICS_TRUE=
-   LOVE_MODULE_GRAPHICS_FALSE='#'
- else
-@@ -18822,11 +18822,11 @@ else
- fi
- 
- 
--if test x"$enable_graphics_opengl" == xtrue; then
-+if test x"$enable_graphics_opengl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_GRAPHICS_OPENGL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_graphics_opengl == xtrue; then
-+ if test x$enable_graphics_opengl = xtrue; then
-   LOVE_IMPLEMENTATION_GRAPHICS_OPENGL_TRUE=
-   LOVE_IMPLEMENTATION_GRAPHICS_OPENGL_FALSE='#'
- else
-@@ -18843,11 +18843,11 @@ else
- fi
- 
- 
--if test x"$enable_image" == xtrue; then
-+if test x"$enable_image" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_IMAGE /**/" >>confdefs.h
- 
- fi
-- if test x$enable_image == xtrue; then
-+ if test x$enable_image = xtrue; then
-   LOVE_MODULE_IMAGE_TRUE=
-   LOVE_MODULE_IMAGE_FALSE='#'
- else
-@@ -18864,11 +18864,11 @@ else
- fi
- 
- 
--if test x"$enable_image_magpie" == xtrue; then
-+if test x"$enable_image_magpie" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_IMAGE_MAGPIE /**/" >>confdefs.h
- 
- fi
-- if test x$enable_image_magpie == xtrue; then
-+ if test x$enable_image_magpie = xtrue; then
-   LOVE_IMPLEMENTATION_IMAGE_MAGPIE_TRUE=
-   LOVE_IMPLEMENTATION_IMAGE_MAGPIE_FALSE='#'
- else
-@@ -18885,11 +18885,11 @@ else
- fi
- 
- 
--if test x"$enable_joystick" == xtrue; then
-+if test x"$enable_joystick" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_JOYSTICK /**/" >>confdefs.h
- 
- fi
-- if test x$enable_joystick == xtrue; then
-+ if test x$enable_joystick = xtrue; then
-   LOVE_MODULE_JOYSTICK_TRUE=
-   LOVE_MODULE_JOYSTICK_FALSE='#'
- else
-@@ -18906,11 +18906,11 @@ else
- fi
- 
- 
--if test x"$enable_joystick_sdl" == xtrue; then
-+if test x"$enable_joystick_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_JOYSTICK_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_joystick_sdl == xtrue; then
-+ if test x$enable_joystick_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_JOYSTICK_SDL_TRUE=
-   LOVE_IMPLEMENTATION_JOYSTICK_SDL_FALSE='#'
- else
-@@ -18927,11 +18927,11 @@ else
- fi
- 
- 
--if test x"$enable_keyboard" == xtrue; then
-+if test x"$enable_keyboard" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_KEYBOARD /**/" >>confdefs.h
- 
- fi
-- if test x$enable_keyboard == xtrue; then
-+ if test x$enable_keyboard = xtrue; then
-   LOVE_MODULE_KEYBOARD_TRUE=
-   LOVE_MODULE_KEYBOARD_FALSE='#'
- else
-@@ -18948,11 +18948,11 @@ else
- fi
- 
- 
--if test x"$enable_keyboard_sdl" == xtrue; then
-+if test x"$enable_keyboard_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_KEYBOARD_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_keyboard_sdl == xtrue; then
-+ if test x$enable_keyboard_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_KEYBOARD_SDL_TRUE=
-   LOVE_IMPLEMENTATION_KEYBOARD_SDL_FALSE='#'
- else
-@@ -18969,11 +18969,11 @@ else
- fi
- 
- 
--if test x"$enable_love" == xtrue; then
-+if test x"$enable_love" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_LOVE /**/" >>confdefs.h
- 
- fi
-- if test x$enable_love == xtrue; then
-+ if test x$enable_love = xtrue; then
-   LOVE_MODULE_LOVE_TRUE=
-   LOVE_MODULE_LOVE_FALSE='#'
- else
-@@ -18990,11 +18990,11 @@ else
- fi
- 
- 
--if test x"$enable_math" == xtrue; then
-+if test x"$enable_math" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_MATH /**/" >>confdefs.h
- 
- fi
-- if test x$enable_math == xtrue; then
-+ if test x$enable_math = xtrue; then
-   LOVE_MODULE_MATH_TRUE=
-   LOVE_MODULE_MATH_FALSE='#'
- else
-@@ -19011,11 +19011,11 @@ else
- fi
- 
- 
--if test x"$enable_mouse" == xtrue; then
-+if test x"$enable_mouse" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_MOUSE /**/" >>confdefs.h
- 
- fi
-- if test x$enable_mouse == xtrue; then
-+ if test x$enable_mouse = xtrue; then
-   LOVE_MODULE_MOUSE_TRUE=
-   LOVE_MODULE_MOUSE_FALSE='#'
- else
-@@ -19032,11 +19032,11 @@ else
- fi
- 
- 
--if test x"$enable_mouse_sdl" == xtrue; then
-+if test x"$enable_mouse_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_MOUSE_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_mouse_sdl == xtrue; then
-+ if test x$enable_mouse_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_MOUSE_SDL_TRUE=
-   LOVE_IMPLEMENTATION_MOUSE_SDL_FALSE='#'
- else
-@@ -19053,11 +19053,11 @@ else
- fi
- 
- 
--if test x"$enable_physics" == xtrue; then
-+if test x"$enable_physics" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_PHYSICS /**/" >>confdefs.h
- 
- fi
-- if test x$enable_physics == xtrue; then
-+ if test x$enable_physics = xtrue; then
-   LOVE_MODULE_PHYSICS_TRUE=
-   LOVE_MODULE_PHYSICS_FALSE='#'
- else
-@@ -19074,11 +19074,11 @@ else
- fi
- 
- 
--if test x"$enable_physics_box2d" == xtrue; then
-+if test x"$enable_physics_box2d" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_PHYSICS_BOX2D /**/" >>confdefs.h
- 
- fi
-- if test x$enable_physics_box2d == xtrue; then
-+ if test x$enable_physics_box2d = xtrue; then
-   LOVE_IMPLEMENTATION_PHYSICS_BOX2D_TRUE=
-   LOVE_IMPLEMENTATION_PHYSICS_BOX2D_FALSE='#'
- else
-@@ -19095,11 +19095,11 @@ else
- fi
- 
- 
--if test x"$enable_sound" == xtrue; then
-+if test x"$enable_sound" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_SOUND /**/" >>confdefs.h
- 
- fi
-- if test x$enable_sound == xtrue; then
-+ if test x$enable_sound = xtrue; then
-   LOVE_MODULE_SOUND_TRUE=
-   LOVE_MODULE_SOUND_FALSE='#'
- else
-@@ -19116,11 +19116,11 @@ else
- fi
- 
- 
--if test x"$enable_sound_lullaby" == xtrue; then
-+if test x"$enable_sound_lullaby" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_SOUND_LULLABY /**/" >>confdefs.h
- 
- fi
-- if test x$enable_sound_lullaby == xtrue; then
-+ if test x$enable_sound_lullaby = xtrue; then
-   LOVE_IMPLEMENTATION_SOUND_LULLABY_TRUE=
-   LOVE_IMPLEMENTATION_SOUND_LULLABY_FALSE='#'
- else
-@@ -19137,11 +19137,11 @@ else
- fi
- 
- 
--if test x"$enable_system" == xtrue; then
-+if test x"$enable_system" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_SYSTEM /**/" >>confdefs.h
- 
- fi
-- if test x$enable_system == xtrue; then
-+ if test x$enable_system = xtrue; then
-   LOVE_MODULE_SYSTEM_TRUE=
-   LOVE_MODULE_SYSTEM_FALSE='#'
- else
-@@ -19158,11 +19158,11 @@ else
- fi
- 
- 
--if test x"$enable_system_sdl" == xtrue; then
-+if test x"$enable_system_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_SYSTEM_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_system_sdl == xtrue; then
-+ if test x$enable_system_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_SYSTEM_SDL_TRUE=
-   LOVE_IMPLEMENTATION_SYSTEM_SDL_FALSE='#'
- else
-@@ -19179,11 +19179,11 @@ else
- fi
- 
- 
--if test x"$enable_thread" == xtrue; then
-+if test x"$enable_thread" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_THREAD /**/" >>confdefs.h
- 
- fi
-- if test x$enable_thread == xtrue; then
-+ if test x$enable_thread = xtrue; then
-   LOVE_MODULE_THREAD_TRUE=
-   LOVE_MODULE_THREAD_FALSE='#'
- else
-@@ -19200,11 +19200,11 @@ else
- fi
- 
- 
--if test x"$enable_thread_sdl" == xtrue; then
-+if test x"$enable_thread_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_THREAD_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_thread_sdl == xtrue; then
-+ if test x$enable_thread_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_THREAD_SDL_TRUE=
-   LOVE_IMPLEMENTATION_THREAD_SDL_FALSE='#'
- else
-@@ -19221,11 +19221,11 @@ else
- fi
- 
- 
--if test x"$enable_timer" == xtrue; then
-+if test x"$enable_timer" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_TIMER /**/" >>confdefs.h
- 
- fi
-- if test x$enable_timer == xtrue; then
-+ if test x$enable_timer = xtrue; then
-   LOVE_MODULE_TIMER_TRUE=
-   LOVE_MODULE_TIMER_FALSE='#'
- else
-@@ -19242,11 +19242,11 @@ else
- fi
- 
- 
--if test x"$enable_timer_sdl" == xtrue; then
-+if test x"$enable_timer_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_TIMER_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_timer_sdl == xtrue; then
-+ if test x$enable_timer_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_TIMER_SDL_TRUE=
-   LOVE_IMPLEMENTATION_TIMER_SDL_FALSE='#'
- else
-@@ -19263,11 +19263,11 @@ else
- fi
- 
- 
--if test x"$enable_window" == xtrue; then
-+if test x"$enable_window" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_WINDOW /**/" >>confdefs.h
- 
- fi
-- if test x$enable_window == xtrue; then
-+ if test x$enable_window = xtrue; then
-   LOVE_MODULE_WINDOW_TRUE=
-   LOVE_MODULE_WINDOW_FALSE='#'
- else
-@@ -19284,11 +19284,11 @@ else
- fi
- 
- 
--if test x"$enable_window_sdl" == xtrue; then
-+if test x"$enable_window_sdl" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_WINDOW_SDL /**/" >>confdefs.h
- 
- fi
-- if test x$enable_window_sdl == xtrue; then
-+ if test x$enable_window_sdl = xtrue; then
-   LOVE_IMPLEMENTATION_WINDOW_SDL_TRUE=
-   LOVE_IMPLEMENTATION_WINDOW_SDL_FALSE='#'
- else
-@@ -19305,11 +19305,11 @@ else
- fi
- 
- 
--if test x"$enable_Box2D" == xtrue; then
-+if test x"$enable_Box2D" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_BOX2D /**/" >>confdefs.h
- 
- fi
-- if test x$enable_Box2D == xtrue; then
-+ if test x$enable_Box2D = xtrue; then
-   LOVE_LIBRARY_BOX2D_TRUE=
-   LOVE_LIBRARY_BOX2D_FALSE='#'
- else
-@@ -19326,11 +19326,11 @@ else
- fi
- 
- 
--if test x"$enable_Wuff" == xtrue; then
-+if test x"$enable_Wuff" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_WUFF /**/" >>confdefs.h
- 
- fi
-- if test x$enable_Wuff == xtrue; then
-+ if test x$enable_Wuff = xtrue; then
-   LOVE_LIBRARY_WUFF_TRUE=
-   LOVE_LIBRARY_WUFF_FALSE='#'
- else
-@@ -19347,11 +19347,11 @@ else
- fi
- 
- 
--if test x"$enable_ddsparse" == xtrue; then
-+if test x"$enable_ddsparse" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_DDSPARSE /**/" >>confdefs.h
- 
- fi
-- if test x$enable_ddsparse == xtrue; then
-+ if test x$enable_ddsparse = xtrue; then
-   LOVE_LIBRARY_DDSPARSE_TRUE=
-   LOVE_LIBRARY_DDSPARSE_FALSE='#'
- else
-@@ -19368,11 +19368,11 @@ else
- fi
- 
- 
--if test x"$enable_enet" == xtrue; then
-+if test x"$enable_enet" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_ENET /**/" >>confdefs.h
- 
- fi
-- if test x$enable_enet == xtrue; then
-+ if test x$enable_enet = xtrue; then
-   LOVE_LIBRARY_ENET_TRUE=
-   LOVE_LIBRARY_ENET_FALSE='#'
- else
-@@ -19389,11 +19389,11 @@ else
- fi
- 
- 
--if test x"$enable_luasocket" == xtrue; then
-+if test x"$enable_luasocket" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_LUASOCKET /**/" >>confdefs.h
- 
- fi
-- if test x$enable_luasocket == xtrue; then
-+ if test x$enable_luasocket = xtrue; then
-   LOVE_LIBRARY_LUASOCKET_TRUE=
-   LOVE_LIBRARY_LUASOCKET_FALSE='#'
- else
-@@ -19410,11 +19410,11 @@ else
- fi
- 
- 
--if test x"$enable_noise1234" == xtrue; then
-+if test x"$enable_noise1234" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_NOISE1234 /**/" >>confdefs.h
- 
- fi
-- if test x$enable_noise1234 == xtrue; then
-+ if test x$enable_noise1234 = xtrue; then
-   LOVE_LIBRARY_NOISE1234_TRUE=
-   LOVE_LIBRARY_NOISE1234_FALSE='#'
- else
-@@ -19431,11 +19431,11 @@ else
- fi
- 
- 
--if test x"$enable_utf8" == xtrue; then
-+if test x"$enable_utf8" = xtrue; then
-     $as_echo "#define LOVE_ENABLE_UTF8 /**/" >>confdefs.h
- 
- fi
-- if test x$enable_utf8 == xtrue; then
-+ if test x$enable_utf8 = xtrue; then
-   LOVE_LIBRARY_UTF8_TRUE=
-   LOVE_LIBRARY_UTF8_FALSE='#'
- else
diff --git a/love/patches/patch-src_common_config.h b/love/patches/patch-src_common_config.h
deleted file mode 100644
index 54fc594f87..0000000000
--- a/love/patches/patch-src_common_config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_common_config.h,v 1.1 2014/03/31 22:27:22 thomasklausner Exp $
-
-https://bitbucket.org/rude/love/issue/867/netbsd-support
-
---- src/common/config.h.orig	2013-12-13 22:08:44.000000000 +0000
-+++ src/common/config.h
-@@ -25,7 +25,7 @@
- #if defined(WIN32) || defined(_WIN32)
- #	define LOVE_WINDOWS 1
- #endif
--#if defined(linux) || defined(__linux) || defined(__linux__)
-+#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__NetBSD__)
- #	define LOVE_LINUX 1
- #endif
- #if defined(__APPLE__)


Home | Main Index | Thread Index | Old Index