mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
games/ufoai: Prepare for mxml 3.1
src/common/xml.cpp:523:14: error: member access into incomplete type 'mxml_node_t' (aka '_mxml_node_s') type = node->value.element.name; ^ /usr/local/include/mxml.h:97:16: note: forward declaration of '_mxml_node_s' typedef struct _mxml_node_s mxml_node_t; /**** An XML node. ****/ ^ 9 warnings and 1 error generated. PR: 240423 Approved by: m.tsatsenko@gmail.com (maintainer timeout, 14 days)
This commit is contained in:
parent
a6b8fea7ab
commit
7a1bd22321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512550
@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
PATCH_SITES= https://github.com/ufoai/ufoai/commit/
|
||||
PATCHFILES= 163073ab9527cdaa33d77a713b8e46ff462a2b5c.patch:-p1
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= Strategy game featuring tactical combat
|
||||
|
||||
|
@ -1,2 +1,5 @@
|
||||
TIMESTAMP = 1567963369
|
||||
SHA256 (ufoai/ufoai-2.5-source.tar.bz2) = 0c7cc3bc9efeb276f71cbe6ee8ff7c76f98d183de79f1a069fa63059cf182a8f
|
||||
SIZE (ufoai/ufoai-2.5-source.tar.bz2) = 24239539
|
||||
SHA256 (ufoai/163073ab9527cdaa33d77a713b8e46ff462a2b5c.patch) = 513963825a074dd7632321520ca92b23c3564e1e58d080dc03a6f4cea8191913
|
||||
SIZE (ufoai/163073ab9527cdaa33d77a713b8e46ff462a2b5c.patch) = 913
|
||||
|
Loading…
Reference in New Issue
Block a user