diff options
author | tobik <tobik@FreeBSD.org> | 2019-09-22 12:26:39 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-09-22 12:26:39 +0800 |
commit | 4f529cbd4030280387a588b86025664d1050b513 (patch) | |
tree | 63a9d1414b52d0fa8f69a7ee14c6d5ae67e03a4f | |
parent | a6887d9136d56d1e86a0cfee40166f023d1d9ec6 (diff) | |
download | freebsd-ports-gnome-4f529cbd4030280387a588b86025664d1050b513.tar.gz freebsd-ports-gnome-4f529cbd4030280387a588b86025664d1050b513.tar.zst freebsd-ports-gnome-4f529cbd4030280387a588b86025664d1050b513.zip |
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)
-rw-r--r-- | games/ufoai/Makefile | 3 | ||||
-rw-r--r-- | games/ufoai/distinfo | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 5fe6d5a8097f..b67eeca16cc1 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -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 diff --git a/games/ufoai/distinfo b/games/ufoai/distinfo index 2d4b5a5a3c0d..d74b22daac2b 100644 --- a/games/ufoai/distinfo +++ b/games/ufoai/distinfo @@ -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 |