svn commit: r512550 - head/games/ufoai

Tobias Kortkamp tobik at FreeBSD.org
Sun Sep 22 04:26:40 UTC 2019


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 at 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 at 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


More information about the svn-ports-all mailing list