Age | Commit message (Collapse) | Author |
|
We used to do whole bunch of unnecessary things in the install sequence
which the default port_include script sequence can do just fine,
therefore the install sequence is removed from the port script.
The post_install sequence wrongly called "make install-bin" which could
be done in the default install sequence, as well as to create the /bin
directory which is completely unnecessary to do because the image build
script already does that for us. Also, now /usr/local/bin is in the PATH
environment variable, so the installed binaries are runnable without
creating symlinks in the /bin directory, therefore making the sequence
of post_install completely unnecessary in the script so it is removed
too.
|
|
Also, let's stop use the signature file and instead just compare sha256
checksums.
|
|
|
|
|
|
|
|
This is not needed anymore because our LibC recognizes what AF_INET6 is
about.
|
|
|
|
|
|
We may need entries with spaces in makeopts, installopts, and
configopts, and at that point we should also convert depends and
auth_opts to avoid confusion.
|
|
Since we have a SysFS now, we can just let dmidecode to read the DMI
blobs from it.
|
|
- Replaced /Root with
- Improved documentation.
- Removed a few typos.
- Replaced with
- Added brackets in some cases.
Most of the changes were reviewed and applied manually.
|
|
|
|
When re-installing the port the symlink already exists which causes
'ln -s' to fail.
|
|
Except in the Lua port's Makefile patch, I couldn't figure this out...
|
|
Fixes #5710.
|
|
|
|
|