Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:37:45 +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: r484086 - head/misc/saaghar
Message-ID:  <201811041437.wA4Ebjd3056108@repo.freebsd.org>

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

Log:
  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:
  head/misc/saaghar/Makefile

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



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