Re: How to download builds from macports?

2023-12-26 Thread Dave Allured - NOAA Affiliate via macports-users
Thanks, Joshua. Also, Pavel, your project might do better to simply use standard Macports in sub shells as your Macports library manager, rather than accessing mirrors directly. This will take care of many issues for you, such as updates, dependencies, and mirror changes, as well as what Joshua

Re: How to download builds from macports?

2023-12-26 Thread Joshua Root
Be aware that not all ports are available as binary archives, and some ports rely on post-activate code in the Portfile being run in order to work properly. - Josh PavelTurk wrote: Hi Dave, Thank you very much for your answer. Best regards, Pavel On 12/26/23 5:19 PM, Dave Allured - NOAA

Re: How to download builds from macports?

2023-12-26 Thread PavelTurk
Hi Dave, Thank you very much for your answer. Best regards, Pavel On 12/26/23 5:19 PM, Dave Allured - NOAA Affiliate wrote: Use one of the several mirror sites for pre-built binary distributions.  Look under section "Archives" here: https://trac.macports.org/wiki/Mirrors

Re: How to download builds from macports?

2023-12-26 Thread Dave Allured - NOAA Affiliate via macports-users
Use one of the several mirror sites for pre-built binary distributions. Look under section "Archives" here: https://trac.macports.org/wiki/Mirrors Because each home page is huge, I find it convenient to postfix the package name for use in a browser, e.g.:

How to download builds from macports?

2023-12-26 Thread PavelTurk
Hi all, We have a Java project that must work on linux, windows, mac. To make project  cross-platform we provide jars with shared libraries - so, dll. These libraries are dowloaded  with .sh script while jar is built. We have libraries for linux and windows, but mac library is on  macports.