Next | Query returned 49 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-08-18 07:19:23 by Michael van Elst | Files touched by this commit (1)
Log message:
fix build for arm32.
   2021-10-26 13:09:37 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:45:00 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Remove SHA1 hashes for distfiles
   2021-04-25 09:51:27 by matthew green | Files touched by this commit (22)
Log message:
various fixes for arm64 big endian support.

most of these simply extend matching from "aarch64" to \ 
"aarch64eb"
in various forms of code.  most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.

no pkg-bump because this shouldn't change packages on systems that
could already build all of these.
   2020-12-23 17:28:47 by Michael van Elst | Files touched by this commit (1)
Log message:
Build aarch64 like (32bit) arm.
   2020-05-20 08:09:10 by Roland Illig | Files touched by this commit (52)
Log message:
mark packages that fail with -Werror=char-subscripts

These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
   2019-11-04 20:17:11 by Roland Illig | Files touched by this commit (11)
Log message:
news: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2017-01-04 23:34:47 by Roy Marples | Files touched by this commit (1)
Log message:
nn really uses terminfo
   2016-02-25 17:30:31 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Use OPSYSVARS.
   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.

Next | Query returned 49 messages, browsing 1 to 10 | Previous