svn commit: r390708 - head/devel/poco

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 27 14:21:13 UTC 2015


Author: amdmi3
Date: Sat Jun 27 14:21:12 2015
New Revision: 390708
URL: https://svnweb.freebsd.org/changeset/ports/390708

Log:
  - Mark BROKEN on 9.x i386:
  
  src/StringTest.cpp:929: error: integer constant is too large for 'long' type
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/devel/poco/Makefile

Modified: head/devel/poco/Makefile
==============================================================================
--- head/devel/poco/Makefile	Sat Jun 27 14:20:25 2015	(r390707)
+++ head/devel/poco/Makefile	Sat Jun 27 14:21:12 2015	(r390708)
@@ -11,6 +11,8 @@ COMMENT=	C++ libraries with a network/in
 
 LICENSE=	BSL
 
+BROKEN_FreeBSD_9_i386=	does not build
+
 CONFLICTS=	poco-ssl-[0-9]*
 
 USES=		gmake tar:bzip2


More information about the svn-ports-all mailing list