Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Previously, libcurl is not used in the git build because the test
program in configure fails to link against it properly. We bypass the
test and make sure we link against all necessary libraries (libssl,
libcrypto and zlib).
|
|
Previously, the git port would fail in various ways because it uses an
uname detection mechanism to update the configurations, and Makefile
would receive incorrect configurations from the host system. This makes
sure the build uses the correct configurations detected by ./configure.
Fixes #9357.
|
|
|
|
fixes #6724
|
|
|
|
- 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.
|
|
|
|
|
|
Because libiconv is now buildable the configure script fails when
libiconv was installed.
|
|
No idea how this is supposed to work, because git's buildscripts execute
'uname -S' to determine which functions are available - and that's not how
cross-compilation works.
|
|
Recent ports already do this, let's update the others as well. One step
closer to multi-arch support for ports! :^)
|
|
Fixes #5710.
|
|
|
|
This fixes the build, how ever I don't know why the auto detection
broke in the first place.
|
|
|
|
We can mmap files with MAP_PRIVATE these days.
|
|
This stops git from asking us to configure a username and email when we
try to commit.
|
|
|
|
There are various issues with this port that need to be fixed, but it's
at least possible to inspect and modify the SerenityOS repo if I clone
it into the disk image from the outside.
Very cool! :^)
|