Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:24:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484073 - head/astro/qlandkartegt
Message-ID:  <201811041424.wA4EOZu0049600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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