svn commit: r484073 - head/astro/qlandkartegt

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:24:36 UTC 2018


Author: antoine
Date: Sun Nov  4 14:24:34 2018
New Revision: 484073
URL: https://svnweb.freebsd.org/changeset/ports/484073

Log:
  Mark BROKEN: fails to build
  
  3rdparty/map2gcm/main.cpp:396:36: error: no matching literal operator for call to 'operator""_MKSTR' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
      printf("\n****** %s ******\n", WHAT_STR);
                                     ^
  
  Reported by:	pkg-fallout

Modified:
  head/astro/qlandkartegt/Makefile

Modified: head/astro/qlandkartegt/Makefile
==============================================================================
--- head/astro/qlandkartegt/Makefile	Sun Nov  4 14:22:22 2018	(r484072)
+++ head/astro/qlandkartegt/Makefile	Sun Nov  4 14:24:34 2018	(r484073)
@@ -12,6 +12,8 @@ COMMENT=	The ultimate outdoor aficionado's tool
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libgdal.so:graphics/gdal \
 		libproj.so:graphics/proj \
 		libgps.so:astro/gpsd


More information about the svn-ports-all mailing list