Changes between Version 4 and Version 5 of Ticket #52789, comment 8


Ignore:
Timestamp:
Nov 2, 2016, 11:29:44 PM (7 years ago)
Author:
ken-cunningham-webuse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52789, comment 8

    v4 v5  
    1 OK. I have a gift to offer you.
    2 
    3 I have binaries made for many 10.4 software applications. You can use them if you want to.
    4 Here is how you do it.
    5 1. download the public key
    6 {{{
    7 http://cunningham.homeunix.com:6227/local-pubkey.pem
    8 }}}
    9 2. install that public key in your macports local store:
    10 {{{
    11 sudo cp /your/download/location/local-pubkey.pem /opt/local/share/macports/local-pubkey.pem
    12 }}}
    13 3. edit your pubkeys file:
    14 {{{
    15 /opt/local/etc/macports/pubkeys.conf
    16 }}}
    17  and add the following line:
    18 {{{
    19 /opt/local/share/macports/local-pubkey.pem
    20 }}}
    21 4. edit your archives_sites.conf to include my archive site:
    22 {{{
    23 /opt/local/etc/macports/archive_sites.conf
    24 }}}
    25  and add:
    26 
    27 {{{
    28 name    LocalArchive
    29 urls    http://cunningham.homeunix.com:6227/
    30 }}}
    31 now - when you try to install git or kerberos5 or other software for 10.4 - you will download and install the binaries I have made.
    32 
    33 Good luck, and you're welcome!
    34 
    35 Ken
     1If you need binaries, feel free to ask.