Created attachment 193903 [details] patch - Update asymptote to 2.44 - Register the missing dependencies for USE_GL - Switch to localbase framework - Add BDWGC (enable system Boehm garbage collector) option. At the moment,excluding this option to fix build on CURRENT - Sort Makefile Changelog: http://asymptote.sourceforge.net/ChangeLog
Created attachment 193909 [details] patch Silence a explicitly called command.
Created attachment 193969 [details] patch Revert switch to localbase framework to avoid passing -isystem /usr/local/include.
Created attachment 193972 [details] patch - Add missing patch to fix runtime issue. - Improve BDWGC_DESC - Use Boehm garbage collector installed in LOCALBASE
Created attachment 194132 [details] patch - Disable BDWGC option since it breaks the interactive mode on 10.4 - Use readline from ports - Cosmetic fixes
Created attachment 194140 [details] patch - Add USES=compiler:c++14-lang to fix segfault with 3D examples.
A commit references this bug: Author: cpm Date: Fri Jun 15 11:03:30 UTC 2018 New revision: 472440 URL: https://svnweb.freebsd.org/changeset/ports/472440 Log: math/asymptote: Udpate to 2.44 - Register the missing dependencies for USE_GL - Add BDWGC (enable Boehm-Demers-Weiser garbage collector) option. At the moment, it is disabled by default to fix build on CURRENT and avoid breaking the interactive mode on 10.4 - Add USES=compiler:c++14-lang to fix segfault with 3D examples - Use readline from ports - Sort Makefile and cosmetic fixes - Silence a explictly called command Changelog: http://asymptote.sourceforge.net/ChangeLog PR: 228667 Submitted by: cpm Approved by: nivit (maintainer timeout, 2 weeks) MFH: 2018Q2 Changes: head/math/asymptote/Makefile head/math/asymptote/distinfo head/math/asymptote/files/patch-runtime.in head/math/asymptote/files/patch-xstream.h head/math/asymptote/pkg-plist