svn commit: r484087 - branches/2018Q4/misc/saaghar

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:38:32 UTC 2018


Author: antoine
Date: Sun Nov  4 14:38:31 2018
New Revision: 484087
URL: https://svnweb.freebsd.org/changeset/ports/484087

Log:
  MFH: r484086
  
  Mark BROKEN: fails to build
  
  In file included from src/saagharwindow.cpp:26:
  src/version.h:29:39: error: no matching literal operator for call to 'operator""__TIME__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
  const QString BUILD_TIME = __DATE__" "__TIME__;
                                        ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/misc/saaghar/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/misc/saaghar/Makefile
==============================================================================
--- branches/2018Q4/misc/saaghar/Makefile	Sun Nov  4 14:37:45 2018	(r484086)
+++ branches/2018Q4/misc/saaghar/Makefile	Sun Nov  4 14:38:31 2018	(r484087)
@@ -15,6 +15,8 @@ COMMENT=	Persian poetry software
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 EXTRACT_DEPENDS=	${LOCALBASE}/bin/unzip:archivers/unzip
 
 OPTIONS_DEFINE=	DEBUG


More information about the svn-ports-branches mailing list