Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jperkin ac56158090 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.
2016-01-24 16:14:44 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel
distfiles
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
licenses
mail
math
mbone
meta-pkgs
misc
mk
multimedia
net
news
packages
parallel
pkgtools
print
regress
security
shells
sysutils
templates
textproc
time
wm
www
x11
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.