#31739: AppKiDo: upgrade to 0.986sp4, fetch from git ------------------------------------------------+--------------------------- Reporter: michael.klein@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: maintainer haspatch | Port: AppKiDo ------------------------------------------------+--------------------------- Comment(by michael.klein@…): Replying to [comment:4 ryandesign@…]:
Sorry to hear Leopard's curl is too old to deal with github's CA. I recommend installing the MacPorts curl port to work around that.
I already have it installed, but Pextlib.dylib is (deliberatly?) linked to Leopard's curl lib: {{{ # otool -L /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib: Pextlib.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libcurl.4.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/libedit.2.dylib (compatibility version 2.0.0, current version 2.9.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.7) }}}
I've attached a diff showing how I'd do it. We have many other ports doing something similar.
Thanks, after adding {{{fetch.ignore_sslcert yes}}}, fetching works.
It doesn't build though. On Snow Leopard with Xcode 3.2.6 I get:
{{{ GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file main.m) }}}
Can you try with {{{configure.compiler gcc-4.0}}}, attached below? -- Ticket URL: <https://trac.macports.org/ticket/31739#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS