Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2019 04:26:39 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512550 - head/games/ufoai
Message-ID:  <201909220426.x8M4QdNC016642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Sep 22 04:26:39 2019
New Revision: 512550
URL: https://svnweb.freebsd.org/changeset/ports/512550

Log:
  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)

Modified:
  head/games/ufoai/Makefile
  head/games/ufoai/distinfo

Modified: head/games/ufoai/Makefile
==============================================================================
--- head/games/ufoai/Makefile	Sun Sep 22 04:04:36 2019	(r512549)
+++ head/games/ufoai/Makefile	Sun Sep 22 04:26:39 2019	(r512550)
@@ -9,6 +9,9 @@ MASTER_SITES=	SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSIO
 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
 

Modified: head/games/ufoai/distinfo
==============================================================================
--- head/games/ufoai/distinfo	Sun Sep 22 04:04:36 2019	(r512549)
+++ head/games/ufoai/distinfo	Sun Sep 22 04:26:39 2019	(r512550)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909220426.x8M4QdNC016642>