MFH: r471187

games/openbor: update to 6184

Changes:	3a407fb8...50ccb3df
Approved by:	ports-secteam (feld, implicit for snapshots)
This commit is contained in:
Jan Beich 2018-05-31 00:56:22 +00:00
parent 28feb1aea3
commit 93e75fb94c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=471189
3 changed files with 5 additions and 24 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= openbor
# Hint: svn revision is git rev-list --count ${GH_TAGNAME}
PORTVERSION?= 6174
PORTVERSION?= 6184
.ifndef PKGNAMESUFFIX
PORTREVISION= 0
.endif
@ -31,7 +31,7 @@ PORTSCOUT= ignore:1
USE_GITHUB= yes
GH_ACCOUNT= DCurrent
GH_TAGNAME?= 3a407fb8
GH_TAGNAME?= 50ccb3df
USES+= gmake pkgconfig
.if ${PORTVERSION} < 4433

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1526839433
SHA256 (DCurrent-openbor-6174-3a407fb8_GH0.tar.gz) = 2f2ced376da224fc80fb25bdbad40f864e06f2a8536724961efb2a0b43966ad9
SIZE (DCurrent-openbor-6174-3a407fb8_GH0.tar.gz) = 74510589
TIMESTAMP = 1527695239
SHA256 (DCurrent-openbor-6184-50ccb3df_GH0.tar.gz) = dc13b6ec89f53bbc63e8af853583bee6e9daebcc6259c0317321aa326eb90f04
SIZE (DCurrent-openbor-6184-50ccb3df_GH0.tar.gz) = 185431321

View File

@ -1,19 +0,0 @@
In file included from openborscript.c:30:
In file included from source/openborscript/config.h:12:
In file included from source/scriptlib/Interpreter.h:11:
In file included from source/scriptlib/depends.h:13:
In file included from source/globals.h:24:
source/utils.h:65:59: error: unknown type name 'time_t'
void get_time_string(char buffer[], unsigned buffer_size, time_t timestamp, char* pattern); // ex. "%Y-%m-%d %H:%M:%S"
^
--- source/utils.h.orig 2018-05-13 22:01:54 UTC
+++ source/utils.h
@@ -10,6 +10,7 @@
#define UTILS_H
// *** INCLUDES ***
+#include <time.h>
#include "types.h"
#include "stringptr.h"