From owner-svn-ports-branches@freebsd.org Thu Feb 25 16:09:24 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ACEAAB3749; Thu, 25 Feb 2016 16:09:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEA77113; Thu, 25 Feb 2016 16:09:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PG9Mc5093984; Thu, 25 Feb 2016 16:09:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PG9MW8093983; Thu, 25 Feb 2016 16:09:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602251609.u1PG9MW8093983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 25 Feb 2016 16:09:22 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 16:09:24 -0000 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