Update to rgbds-0.3.9.

Release notes:
https://github.com/rednex/rgbds/releases/tag/v0.3.9
This commit is contained in:
bentley 2019-11-01 17:38:04 +00:00
parent b5027d8c85
commit 263dd4d541
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:57 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2019/11/01 17:38:04 bentley Exp $
FIX_EXTRACT_PERMISSIONS = Yes
COMMENT = Game Boy development system
V = 0.3.8
V = 0.3.9
DISTNAME = rgbds-$V
CATEGORIES = devel

View File

@ -1,2 +1,2 @@
SHA256 (rgbds-0.3.8.tar.gz) = 7Ee316GwNTSrFLJh0TURoYyLHD693qQU5wNElvNCPAU=
SIZE (rgbds-0.3.8.tar.gz) = 144276
SHA256 (rgbds-0.3.9.tar.gz) = 5Yr0qlSLKm95najbbqlR4tu8enCla3U5oO6oDisNu/M=
SIZE (rgbds-0.3.9.tar.gz) = 39946518

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_asm_main_c,v 1.2 2018/05/15 07:28:15 bentley Exp $
$OpenBSD: patch-src_asm_main_c,v 1.3 2019/11/01 17:38:04 bentley Exp $
Index: src/asm/main.c
--- src/asm/main.c.orig
+++ src/asm/main.c
@@ -27,6 +27,8 @@
@@ -28,6 +28,8 @@
#include "helpers.h"
#include "version.h"
@ -12,7 +12,7 @@ Index: src/asm/main.c
extern int yyparse(void);
size_t cldefines_index;
@@ -309,6 +311,9 @@ int main(int argc, char *argv[])
@@ -313,6 +315,9 @@ int main(int argc, char *argv[])
cldefines = malloc(cldefines_bufsize);
if (!cldefines)
fatalerror("No memory for command line defines");

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-src_gfx_main_c,v 1.1.1.1 2018/04/03 05:31:41 bentley Exp $
$OpenBSD: patch-src_gfx_main_c,v 1.2 2019/11/01 17:38:04 bentley Exp $
Index: src/gfx/main.c
--- src/gfx/main.c.orig
@ -12,8 +12,8 @@ Index: src/gfx/main.c
static void print_usage(void)
{
printf(
@@ -33,6 +35,9 @@ int main(int argc, char *argv[])
struct Tilemap tilemap = {0};
@@ -34,6 +36,9 @@ int main(int argc, char *argv[])
struct Mapfile attrmap = {0};
char *ext;
const char *errmsg = "Warning: The PNG's %s setting is not the same as the setting defined on the command line.";
+