Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 14:08:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421221 - head/ports-mgmt/portal
Message-ID:  <201609011408.u81E850f097559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  1 14:08:05 2016
New Revision: 421221
URL: https://svnweb.freebsd.org/changeset/ports/421221

Log:
  - Mark BROKEN on 9.x: requires std::to_string
  
  Approved by:	portmgr blanket

Modified:
  head/ports-mgmt/portal/Makefile

Modified: head/ports-mgmt/portal/Makefile
==============================================================================
--- head/ports-mgmt/portal/Makefile	Thu Sep  1 14:03:28 2016	(r421220)
+++ head/ports-mgmt/portal/Makefile	Thu Sep  1 14:08:05 2016	(r421221)
@@ -9,7 +9,8 @@ COMMENT=	Front-end to pkg(8)
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_powerpc64=	Does not build
+BROKEN_FreeBSD_9=	does not build: requires proper c++11 support (std::to_string)
+BROKEN_powerpc64=	does not build
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz



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