2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-01-03 13:04:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
avr-libc: disable doc by default
The doc generation fails often and is currently broken again;
not worth the energy to fix this repeatedely, it can be found online.
|
2022-10-04 11:30:59 by Thomas Klausner | Files touched by this commit (3) |
Log message:
avr-libc: fix PLIST with latest doxygen and depend on it
Bump PKGREVISION
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-05-11 14:19:47 by Michael Baeuerle | Files touched by this commit (8) |
Log message:
cross/avr-libc: Update to 2.1.0
*** Changes in avr-libc-2.1.0:
* Improvements and additions:
- Patch #9187 improved the library coverage for the AVR_TINY
architecture (ATtiny10 and relatives). In particular, many
of the functions from <string.h> are now available there.
- Patch #8729 adds ISR_NOICF and ISR_FLATTEN to <avr/interrupt.h>
* Bugs fixed:
[#36933] Documentation no longer correctly describes how to declare
[#41689] add static_assert to assert.h
[#48898] power_usart3_* functions no more defined in power.h
[#49020] dtostre() flags documentation error
[#49447] Example code for uart_putchar() has error in recursive call
strings for storage in program memory
[#50439] avr/iom32u4.h does not define PRTIM4
[#51755] iotn441.h & iotn841.h missing definitions for PUEA[0-7] and PUEB[0-3]
[no-id] util/eu_dst.h: fix reversed DST decision logic for March and October
[no-id] util/delay.h.in: add missing return
* Contributed Patches:
[no-id] Define weak symbols for known memory region sizes based on device.
header definitions, starting with fuse region.
[#8961] Update test script for new simulavr and library layout
[#8964] Update tests isinf-01.c, signbit-01.c and modf-np.c
[#9163] New eeprom write block function for xmega using eeprom page write
[#8729] [avr/interrupt.h] Add ISR_NOICF, ISR_FLATTEN. Fix namespace of identifiers.
[#8536] Fix a typo within <stdio.h>
[#8649] small documentation fixes in
[#9187] [AVR_TINY]: Support 16-bit xtoa functons and more string functions.
[#9400] Add avrxmega3 multilibs
[#9659] Update eeprom_is_ready for avrxmega3 devices
[#9553] Fix some issues in libc/
[#9864] Use proper float function names and prototypes
|
2022-01-19 04:50:32 by David Sainty | Files touched by this commit (1) |
Log message:
Remove the global BUILD_DEPENDS on tex-alphalph as it's option-specific and
so should go with all the other related BUILD_DEPENDS in options.mk.
|
2022-01-19 04:47:41 by David Sainty | Files touched by this commit (1) |
Log message:
Synchronise some missing dependencies that devel/doxygen/options.mk
knows about but are disabled by default, and are required to build
this package.
No PKGREVISION bump - if these build dependencies weren't there by chance
then avr-libc fails to build, so no effect on existing installations.
|
2021-12-31 07:18:03 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(cross/avr-libc) Add missing BUILD_DEPENDS (alhpaalpha.sty)
|
2021-10-26 12:07:57 by Nia Alarie | Files touched by this commit (59) |
Log message:
cross: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be fetched
conditionally):
./cross/avr-gcc/distinfo isl-0.24.tar.bz2
|
2021-10-07 15:30:28 by Nia Alarie | Files touched by this commit (60) |
Log message:
cross: Remove SHA1 hashes for distfiles
|