Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 16:09:22 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r409531 - in branches/2016Q1/devel/poco: . files
Message-ID:  <201602251609.u1PG9MW8093983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Feb 25 16:09:22 2016
New Revision: 409531
URL: https://svnweb.freebsd.org/changeset/ports/409531

Log:
  MFH: r409510
  
  Fix the build on 9.3-i386 by working around base GCC's limitations.
  
  Add the "LL" suffix to constants that base GCC thinks are too big.
  
  PR:		207486
  
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q1/devel/poco/files/
     - copied from r409510, head/devel/poco/files/
Modified:
  branches/2016Q1/devel/poco/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/poco/Makefile
==============================================================================
--- branches/2016Q1/devel/poco/Makefile	Thu Feb 25 15:45:03 2016	(r409530)
+++ branches/2016Q1/devel/poco/Makefile	Thu Feb 25 16:09:22 2016	(r409531)
@@ -11,8 +11,6 @@ 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



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