osx - How do you install a universal variant of an outdated version of a port file? -
os x 10.7.5
i need universal variant of libjpeg v8 (jpeg @8d_0+universal), macports seems insist if have universal variant, must latest version (jpeg @9_1+universal)
i've looked through macports documentation , other resources, , i've found description of how install old version, , how install universal build, no explanation of why macports ignores version number request when looking universal build.
here's did, , happened:
$ port installed jpeg warning: port definitions more 2 weeks old, consider using selfupdate following ports installed: jpeg @8c_0 jpeg @8d_0 (active) jpeg @9_1 $ sudo port install jpeg @8d_0 +universal password: warning: port definitions more 2 weeks old, consider using selfupdate ---> fetching archive jpeg ---> attempting fetch jpeg-9_1+universal.darwin_11.i386-x86_64.tbz2 http://mse.uk.packages.macports.org/sites/packages.macports.org/jpeg ---> attempting fetch jpeg-9_1+universal.darwin_11.i386-x86_64.tbz2 http://packages.macports.org/jpeg ---> attempting fetch jpeg-9_1+universal.darwin_11.i386-x86_64.tbz2 http://lil.fr.packages.macports.org/jpeg ---> fetching distfiles jpeg ---> attempting fetch jpegsrc.v9.tar.gz http://www.ijg.org/files/ ---> verifying checksum(s) jpeg ---> extracting jpeg ---> applying patches jpeg ---> configuring jpeg ---> building jpeg ---> staging jpeg destroot ---> installing jpeg @9_1+universal ---> deactivating jpeg @8d_0 ---> cleaning jpeg ---> activating jpeg @9_1+universal ---> cleaning jpeg ---> updating database of binaries: 100.0% ---> scanning binaries linking errors: 100.0% ---> no broken files found. $ port installed jpeg warning: port definitions more 2 weeks old, consider using selfupdate following ports installed: jpeg @8c_0 jpeg @8d_0 jpeg @9_1 jpeg @9_1+universal (active)
in case wasn't clear, desired end state is:
jpeg @8c_0 jpeg @8d_0+universal (active) jpeg @9_1
i tried uninstalling installed versions of jpeg first, re-attempting install jpeg @8d_0+universal, had no effect - macports fetched , installed jpeg @9_1+universal. i've tried
sudo port install jpeg @8d_0 +universal
and
sudo port install jpeg @8d_0+universal
but got same behavior.
any suggestions how achieve this? thank you!
Comments
Post a Comment