Changes between Initial Version and Version 2 of Ticket #27763


Ignore:
Timestamp:
Dec 23, 2010, 3:46:28 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27763

    • Property Cc nox@… removed
    • Property Summary changed from correct poco build issues (compiler and arch choices) to poco: correct build issues (compiler and arch choices)
    • Property Owner changed from macports-tickets@… to nox@…
    • Property Keywords poco removed
    • Property Port poco added; devel/poco removed
  • Ticket #27763 – Description

    initial v2  
    11The attached poco_1.3.6p2_compiler_arch.patch corrects the Poco build's default choice of Darwin_i386 instead of using build_arch (rather accepting the --target option in configure) and it's hardcoded choice of gcc4.0. This fixes some issues I was having linking against 64-bit binaries and using the debug versions of the library (debug namespace for gcc's stl has changed between 4.0 and 4.2).
    22
    3 The patch applies after the Portfile-rrdtool.diff patch from http://trac.macports.org/ticket/25798.
     3The patch applies after the Portfile-rrdtool.diff patch from #25798.
    44
    5 $ cd devel/poco[[BR]]
    6 $ patch < -p0 Portfile-rrdtool.diff[[BR]]
    7 $ patch < -p0 poco_1.3.6p2_compiler_arch.patch[[BR]]
     5{{{
     6$ cd devel/poco
     7$ patch < -p0 Portfile-rrdtool.diff
     8$ patch < -p0 poco_1.3.6p2_compiler_arch.patch
     9}}}
    810
    9 Cheers,
     11Cheers,[[br]]
    1012-Nima