Update to julius-0.0.0.20181104

This commit is contained in:
bcallah 2018-11-06 17:38:10 +00:00
parent e19fa07465
commit 1c51e60221
3 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.4 2018/10/16 14:54:33 bcallah Exp $
# $OpenBSD: Makefile,v 1.5 2018/11/06 17:38:10 bcallah Exp $
# XXX: Use MASTER_SITES once a release comes out?
COMMENT = open source re-implementation of Caesar III game engine
DISTNAME = ${GH_PROJECT}-0.0.0.20181012
DISTNAME = ${GH_PROJECT}-0.0.0.20181104
CATEGORIES = games x11
GH_ACCOUNT = bvschaik
GH_PROJECT = julius
GH_COMMIT = 6861560b206e1092140ffa47dc135eaf252a5dfd
GH_COMMIT = ed29fc9547448c17af753c9cffb7237d5546b808
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (julius-0.0.0.20181012-6861560b.tar.gz) = yjp6uoIlfiS+ahsO/Hn4d1K9qomsk5nMjKuVAgXxkOU=
SIZE (julius-0.0.0.20181012-6861560b.tar.gz) = 2381720
SHA256 (julius-0.0.0.20181104-ed29fc95.tar.gz) = pIwbWad2C6Q7ZyTp1UQl7QEUidQukHVhSn/cdcfZ+Eg=
SIZE (julius-0.0.0.20181104-ed29fc95.tar.gz) = 2525601

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-src_platform_julius_c,v 1.2 2018/05/30 03:22:34 bcallah Exp $
$OpenBSD: patch-src_platform_julius_c,v 1.3 2018/11/06 17:38:10 bcallah Exp $
We're trying to get rid of libexecinfo.
Index: src/platform/julius.c
--- src/platform/julius.c.orig
+++ src/platform/julius.c
@@ -17,7 +17,7 @@
@@ -12,7 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
@ -14,7 +14,7 @@ Index: src/platform/julius.c
#include <execinfo.h>
#endif
@@ -50,7 +50,7 @@ enum {
@@ -35,7 +35,7 @@ enum {
};
static void handler(int sig) {