Summary: | lang/gcc6-aux: Update to last snapshot of GCC6 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | frederic.praca | ||||||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Many People | CC: | frederic.praca, mayhem30, tobik | ||||||||
Priority: | --- | Flags: | tobik:
merge-quarterly-
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
I forgot to tell that the current version 20170202 is not available any more. Could someone please update the ports to this new version? This will also fix : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222133 As soon as I will have finish upgrading Ada ports, maybe not all but several ones, I will try to provide a gcc7-aux port. Stay tuned :) That would be great, thank you! Created attachment 186592 [details]
synth screenshot
Why is it taking so long for this patch to get approved?
It's now takes over 4 minutes to fetch the files for gcc6-aux port. Pretty soon, the files will no longer be available.
(see image attachment for proof).
Created attachment 186653 [details]
New patch updated after last commit
Update patch due to last commit on lang/gcc6-aux
*** Bug 222133 has been marked as a duplicate of this bug. *** A commit references this bug: Author: tobik Date: Thu Oct 5 13:53:40 UTC 2017 New revision: 451312 URL: https://svnweb.freebsd.org/changeset/ports/451312 Log: lang/gcc6-aux: Update to 20170802 snapshot [1] - Make sure gmake can be found during the build when PREFIX is different from LOCALBASE [1] - This also fixes fetching the port since the 20170202 snapshot is gone from a lot of mirrors [2] PR: 221883 [1, 2], 222133 [2] Submitted by: frederic.praca@free.fr (based on) [1] Reported by: mayhem30@gmail.com [2] MFH: 2017Q4 Changes: head/lang/gcc6-aux/Makefile head/lang/gcc6-aux/Makefile.version head/lang/gcc6-aux/distinfo The MFH was denied because the update broke some ports, so closing the bug because there is nothing more to do here. could you precise which ports failed as I also provided some other patches? (In reply to frederic.praca from comment #10) I'm sorry I don't know. I wasn't told and I haven't asked. I'm pretty sure at least lang/gnatdroid-armv7 and lang/gnat_util were broken by it. Right for lang/gnat_util as I also provided a patch (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222230 ) ;) |
Created attachment 185846 [details] svn patch file Here's a patch to upgrade GCC6-aux to the last snapshot version (i.e. 20170802). Moreover, this patch fixes a problem when PREFIX is different from /usr/local. As the port needs gmake to run, it must be in the path when building.