Building with base GCC fails with:
cc1: error: -Wuninitialized is not supported without -O
But this port should use the default -O2.
PR: 239311
Approved by: graahnul.grom@gmail.com (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21142
supplied scripts use the old syntax (print statement, etc.)
- Add a patch to fix regressions of transition to Guile 2.2
Submitted by: maintainer
Upstream bug: https://github.com/lepton-eda/lepton-eda/issues/440
ports to build against it. Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans). One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable. It is very old,
there are newer versions available so it should be fixed by updating.
One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.
PR: 229613
Exp-run by: antoine
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
The Lepton EDA suite provides schematic capture, netlisting, bill
of materials generation, and many other features. It was forked
from the gEDA/gaf suite in late 2016. It's in active development
and well supported.
WWW: https://github.com/lepton-eda/lepton-eda
PR: 232076
Submitted by: dmn <graahnul.grom@gmail.com>