Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:25:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484074 - branches/2018Q4/astro/qlandkartegt
Message-ID:  <201811041425.wA4EP98u049751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:25:09 2018
New Revision: 484074
URL: https://svnweb.freebsd.org/changeset/ports/484074

Log:
  MFH: r484073
  
  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:
  branches/2018Q4/astro/qlandkartegt/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/astro/qlandkartegt/Makefile
==============================================================================
--- branches/2018Q4/astro/qlandkartegt/Makefile	Sun Nov  4 14:24:34 2018	(r484073)
+++ branches/2018Q4/astro/qlandkartegt/Makefile	Sun Nov  4 14:25:09 2018	(r484074)
@@ -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?201811041425.wA4EP98u049751>