Changes between Initial Version and Version 1 of Ticket #20198


Ignore:
Timestamp:
Jul 6, 2009, 5:30:22 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20198

    • Property Cc dre@… removed
  • Ticket #20198 – Description

    initial v1  
    33To handle the 'custom' name for this build:
    44
    5 * I have customized the distname to include the "+ctcpfix" string:
     5 * I have customized the distname to include the "+ctcpfix" string:
     6{{{
    67${name}${version}+ctcpfix
     8}}}
    79
    8 * I added a worksrcdir declaration with value:
     10 * I added a worksrcdir declaration with value:
     11{{{
    912${name}${version}
     13}}}
    1014
    1115Accordingly, the version string can stay at "eggdrop1.6.19" - this avoids problems where the + is interpreted by 'port' as the beginning of a variant declaration.
    1216
    1317The platform handling has not changed for any existing supported platforms, however I am adding explicit support for Snow Leopard (Mac OS X 10.6) via an additional patch to Makefile.in. Attempts to pass the required settings through the Portfile will fail in 10.6, at least as of this writing... hence the need to patch Makefile.in. The patch occurs pre-configure, and allows us to end up with a Makefile whose XLIBS contains:
     18{{{
    1419-framework CoreFoundation -lresolv
     20}}}
    1521
    1622I've tested this in the following configurations:
    1723
    18 *) Mac OS X Server 10.6 running as VMWare Fusion guest on MacPro1,1 (compiled x86_64)
    19 *) 10.5.7 on MacPro1,1
    20 *) 10.6 on MacBookPro5,1
    21 *) 10.5.7 on MacPro3,1
     24 * Mac OS X Server 10.6 running as VMWare Fusion guest on MacPro1,1 (compiled x86_64)
     25 * 10.5.7 on MacPro1,1
     26 * 10.6 on MacBookPro5,1
     27 * 10.5.7 on MacPro3,1