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)
Sun, Sep 6, 12:45 PM
Unknown Object (File)
Sun, Sep 6, 8:57 AM
Unknown Object (File)
Fri, Sep 4, 3:18 AM
Unknown Object (File)
Thu, Sep 3, 11:09 PM
Unknown Object (File)
Thu, Sep 3, 5:44 PM
Unknown Object (File)
Thu, Sep 3, 5:10 PM
Unknown Object (File)
Tue, Sep 1, 11:19 PM
Unknown Object (File)
Tue, Sep 1, 5:23 PM
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