[MacPorts] #67405: smake @1.2.5: Update to 1.6
MacPorts
noreply at macports.org
Sat May 13 15:37:14 UTC 2023
#67405: smake @1.2.5: Update to 1.6
---------------------------+--------------------
Reporter: Dave-Allured | Owner: (none)
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: smake |
---------------------------+--------------------
Comment (by RobK88):
Executing `./Make-all` as shown in my previous comment only creates a
stripped down version of `smake` for Bootstrapping.
To build a final version of `smake` without building all the other
binaries in Schily Tools like `star`, `cdrtools` etc, use this script:
{{{
#!/bin/sh
# Make Bootstrapped smake using gmake
cd psmake
./MAKE-all
# Build smake dependencies using bootstrapped version of smake
cd ../libschily
../psmake/smake
# Build final smake using bootstrapped version of smake
cd ../smake
../psmake/smake
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67405#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list