Bug 207486 - devel/poco: Fix build on 9.3-i386.
Summary: devel/poco: Fix build on 9.3-i386.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-25 12:01 UTC by Raphael Kubo da Costa
Modified: 2016-02-25 16:10 UTC (History)
1 user (show)

See Also:


Attachments
Proposed patch (4.36 KB, patch)
2016-02-25 12:01 UTC, Raphael Kubo da Costa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-25 12:01:52 UTC
Created attachment 167399 [details]
Proposed patch

The attached patch works around some limitations of base GCC that prevented the build from working on 9.3-i386.
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-25 12:14:59 UTC
Drop feedback request from wes@, he's inactive.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-02-25 12:16:42 UTC
A commit references this bug:

Author: rakuco
Date: Thu Feb 25 12:16:34 UTC 2016
New revision: 409510
URL: https://svnweb.freebsd.org/changeset/ports/409510

Log:
  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
  MFH:		2016Q1

Changes:
  head/devel/poco/Makefile
  head/devel/poco/files/
  head/devel/poco/files/patch-Foundation_testsuite_src_StringTest.cpp
  head/devel/poco/files/patch-JSON_testsuite_src_JSONTest.cpp
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-02-25 16:10:15 UTC
A commit references this bug:

Author: rakuco
Date: Thu Feb 25 16:09:22 UTC 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)

Changes:
_U  branches/2016Q1/
  branches/2016Q1/devel/poco/Makefile
  branches/2016Q1/devel/poco/files/