1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/avr-libc: Upgrade to 2.2.0

This is the first release from Github rather than Savannah.

It adds a lot of features, many new devices as well as support
for 64-bit double multilib.
This commit is contained in:
Joerg Wunsch 2024-06-16 17:53:58 +02:00
parent d4cc7a581e
commit 27b0defb60
3 changed files with 1948 additions and 9 deletions

View File

@ -1,12 +1,15 @@
PORTNAME= avr-libc
PORTVERSION= 2.1.0
PORTVERSION= 2.2.0
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SAVANNAH
MASTER_SITES= https://github.com/avrdudes/avr-libc/releases/download/avr-libc-${PORTVERSION:S/./_/g}-release/
# Cannot use USE_GITHUB since the github source tree lacks the
# autoconf'ed files needed to build the source code. Only the release
# files contain them.
MAINTAINER= joerg@FreeBSD.org
COMMENT= C and math library for the Atmel AVR controller family
WWW= https://savannah.nongnu.org/projects/avr-libc
WWW= https://github.com/avrdudes/avr-libc/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -26,7 +29,7 @@ CONFIGURE_ENV= CC=avr-gcc PREFIX=${PREFIX}
OPTIONS_DEFINE= DOXYGEN
DOXYGEN_BROKEN= Build fails without showing any specific error while generating the documentation
DOXYGEN_BROKEN= Build requires exactly doxygen 1.9.6
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \
fig2dev:print/fig2dev \
jpegtopnm:graphics/netpbm

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1708119309
SHA256 (avr-libc-2.1.0.tar.bz2) = 0b84cee5c08b5d5cba67c36125e5aaa85251bc9accfba5773bfa87bc34b654e8
SIZE (avr-libc-2.1.0.tar.bz2) = 3638672
TIMESTAMP = 1718546782
SHA256 (avr-libc-2.2.0.tar.bz2) = 0718efd4f54278877da65a0b203b402073b30e04dfea988e6f2a8835ad071d35
SIZE (avr-libc-2.2.0.tar.bz2) = 8398941

File diff suppressed because it is too large Load Diff