svn commit: r469463 - head/graphics/openorienteering-mapper

Kurt Jaeger pi at FreeBSD.org
Wed May 9 19:37:27 UTC 2018


Author: pi
Date: Wed May  9 19:37:26 2018
New Revision: 469463
URL: https://svnweb.freebsd.org/changeset/ports/469463

Log:
  graphics/openorienteering-mapper: unbreak on 10
  
  - it builds on 10.4
  - 10.3 is no longer supported
  
  PR:		214758
  Submitted by:	Nikolay <sikmir at gmail.com>

Modified:
  head/graphics/openorienteering-mapper/Makefile

Modified: head/graphics/openorienteering-mapper/Makefile
==============================================================================
--- head/graphics/openorienteering-mapper/Makefile	Wed May  9 19:33:42 2018	(r469462)
+++ head/graphics/openorienteering-mapper/Makefile	Wed May  9 19:37:26 2018	(r469463)
@@ -12,8 +12,6 @@ COMMENT=	Map drawing program from OpenOrienteering
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_FreeBSD_10=	fails to compile src/core/map.cpp:1118: no matching member function for call to 'applyOnAllObjects'
-
 LIB_DEPENDS=	libpolyclipping.so:graphics/polyclipping \
 		libproj.so:graphics/proj
 


More information about the svn-ports-all mailing list