Created attachment 177970 [details] patch to the ports tree The attached patch fixes builds in 10.1, broken since the gcc update to 4.9 by default. It forces the use of gcc 4.8 for 10.1 and uses the default gcc otherwise (the port is broken in anything < 10.x due to unresolved mathematical symbols). QA: * portlint -AC: OK * port test: OK * poudriere builds for {10.1,10.2,10.3,11.0}{i386,amd64}: OK
Thanks for the patch. When you submit such a patch, please make sure you put the summary in "category/portname: Summary here" format, without "[maintainer]" hacks. Flagging the attachment as maintainer-approved is sufficient. Also, maintainer-feedback(+) flag should only be set if it was previously reqeuested, and it wasn't.
(In reply to Vladimir Krstulja from comment #1) I will. Sorry about that
A commit references this bug: Author: tz Date: Fri Dec 16 09:24:32 UTC 2016 New revision: 428665 URL: https://svnweb.freebsd.org/changeset/ports/428665 Log: cad/openvsp: fix compilation in 10.1 The port broke on 10.1 since the update to gcc 4.9. Now we enforce gcc 4.8 on FreeBSD 10.1. PR: 215307 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: mentors (implict) MFH: 2016Q4 Changes: head/cad/openvsp/Makefile
Committed, thanks! :)
A commit references this bug: Author: jbeich Date: Tue Jan 3 08:55:57 UTC 2017 New revision: 430446 URL: https://svnweb.freebsd.org/changeset/ports/430446 Log: cad/openvsp: drop 10.1 workaround (revert r428665) per EOL PR: 214863 215307 Approved by: portmgr blanket Changes: head/cad/openvsp/Makefile