aquaterm +universal: xcode project resulting in nonsense locations

Mojca Miklavec mojca.miklavec.lists at gmail.com
Sun Aug 26 16:28:44 PDT 2012


Hello,

I realized today that after a recent patch the +universal variant of
AquaTerm doesn't install properly any more (framework ends up in
/Library/Framework and app installs to a completely weird location). I
don't know why exactly. The following workaround (under post-patch
section) hardcodes the paths and solves the problem for me:

    reinplace "s|$\(LOCAL_FRAMEWORKS_DIR\)|${frameworks_dir}|" \
        ${worksrcpath}/aquaterm/AquaTerm.xcodeproj/project.pbxproj
    reinplace "s|$\(LOCAL_APPS_DIR\)|${applications_dir}|" \
        ${worksrcpath}/aquaterm/AquaTerm.xcodeproj/project.pbxproj

but I'm still confused why and I haven't tested this particular patch enough.

I'm sending a message to the mailing list before going to bed because
there's a high chance that someone will stumble upon the problem after
the recent update.

See:
    https://trac.macports.org/ticket/34346

Mojca


More information about the macports-dev mailing list