2016-01-24 17:14:45 by Jonathan Perkin | Files touched by this commit (16) |
Log message:
Attempt to bring sanity to how ABI and MACHINE_ARCH are set.
Previously there were at least 5 different ways MACHINE_ARCH could be set,
some statically and some at run time, and in many cases these settings
differed, leading to issues at pkg_add time where there was conflict
between the setting encoded into the package and that used by pkg_install.
Instead, move to a single source of truth where the correct value based on
the host and the chosen (or default) ABI is determined in the bootstrap
script. The value can still be overridden in mk.conf if necessary, e.g.
for cross-compiling.
ABI is now set by default and if unset a default is calculated based on
MACHINE_ARCH. This fixes some OS, e.g. Linux, where the wrong default was
previously chosen.
As a result of the refactoring there is no need for LOWER_ARCH, with
references to it replaced by MACHINE_ARCH. SPARC_TARGET_ARCH is also
removed.
|
2015-07-04 09:12:08 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix QNX build.
From Jan Danielsson.
|
2015-06-17 19:37:50 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Prefer "/usr/bin/bash" over the "pdksh" package for all versions
of Solaris.
Change during pkgsrc freeze approved by Jonathan Perkin.
|
2015-05-20 00:04:35 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Update to bmake-20150505:
- Better .if checks
- Improved handling for "-" mode
- Improved suffix handling
- Recognize bitrig
|
2015-05-20 00:01:20 by Joerg Sonnenberger | Files touched by this commit (149) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Merge changes from bmake-20150505, the hard way because the last update
was incomplete and not using cvs import.
|
2015-05-19 23:49:23 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Replace .Dt as well.
|
2015-05-19 23:48:58 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Makefile.in is gone.
|
2015-05-19 23:36:45 by Joerg Sonnenberger | Files touched by this commit (74) | ![Imported package](https://pkgsrc.se/images/add.gif) |
Log message:
Import bmake-20150505
|
2015-05-03 16:23:09 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
Switch AIX to using pdksh as the default shell too.
"/bin/sh: There is no process to read data written to a pipe." is \
logged using
system supplied shell during the scan stage of a bulkbuildi otherwise.
Reviewed by wiz@
|
2015-04-16 15:34:14 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
r1.180 from src: Explain what max is and handle i reaching it again.
|