Page MenuHomeFreeBSD

devel/avr-gcc: Update to 10.2.0
AbandonedPublic

Authored by joerg on May 3 2021, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 2 2024, 6:59 AM
Unknown Object (File)
Mar 27 2024, 5:17 AM
Unknown Object (File)
Mar 1 2024, 9:47 PM
Unknown Object (File)
Jan 16 2024, 2:23 PM
Unknown Object (File)
Jan 14 2024, 9:57 PM
Unknown Object (File)
Dec 20 2023, 7:11 AM
Unknown Object (File)
Dec 19 2023, 12:16 PM
Unknown Object (File)
Nov 20 2023, 7:41 AM
Subscribers
None

Details

Reviewers
leres
Summary

diff against my current SVN version

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joerg requested review of this revision.May 3 2021, 9:11 PM
joerg created this revision.
joerg added a reviewer: leres.
joerg retitled this revision from diff against my current SVN version to devel/avr-gcc: Update to 10.2.0.
joerg edited the summary of this revision. (Show Details)
leres requested changes to this revision.May 4 2021, 5:00 AM

Yeah, the raw diff doesn't apply cleanly for me either. Looking it I think it is against a different version of Makefile than what is currently in the ports tree. The current Makefile:

USE_PERL5=      build

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-libssp \

The diff has:

@@ -45,7 +44,8 @@
USE_CXXSTD=    gnu++03

 CONFIGURE_ARGS=        --target=avr --disable-libssp --with-gmp=${LOCALBASE} --
enable-languages="c c++" \
-               --with-isl=${LOCALBASE}
+               --with-isl=${LOCALBASE} \
+               --without-zstd

And I believe the diff should be relative to /usr/ports.

This revision now requires changes to proceed.May 4 2021, 5:00 AM