svn commit: r421221 - head/ports-mgmt/portal

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 1 14:08:06 UTC 2016


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


More information about the svn-ports-head mailing list