Changelog: https://github.com/rncbc/qsynth/blob/master/ChangeLog
Also move from cmake to gmake (this unbreaks the build for ports-gcc
archs), provide manpages and add atomics for powerpc.
Original diff by sebastia@, with tweaks from jca@ and me.
OK sebastia@ (maintainer) jca@
Bump major while here, and fix tests.
test-built all consumers, that is:
comms/xastir
geo/gpsbabel
geo/qlandkartegt
geo/viking
graphics/digikam-kde4
x11/kde-applications/libkgeomap
x11/kde-applications/marble
x11/kde4/marble
x11/kde4/plasma-addons
See https://www.mozilla.org/en-US/firefox/66.0/releasenotes/
Fixes https://www.mozilla.org/security/advisories/mfsa2019-07/
Note that per
http://www.erahm.org/2019/03/13/doubling-the-number-of-content-processes-in-firefox/
the default number of content processes is now 8, change it via
dom.ipc.processCount in about:config if this is too much for your
resources.
Disable debug symbols on amd64 too, this allows to build with rust >=
1.32 with 4gb memory...
If needed this allows to overwrite it.
I looks like python preferes C.UTF-8. But Ingo pointed out that on
OpenBSD en_US.UTF-8 is prefered and the former is just a link to the later.
from Kurt Mosiejczuk
ok sthen@
Magic is an interactive system for creating and modifying VLSI
circuit layouts. It is used to design basic cells and to combine
them hierarchically into large structures.
Magic understands quite a bit about the nature of circuits. It has
built-in knowledge of layout rules; during editing, it continuously
checks for rule violations. Magic also knows about connectivity and
transistors, and contains a built-in hierarchical circuit extractor.
It has a plow operation that permits to stretch or compact cells.
Lastly, Magic has routing tools to make the circuit interconnections.
Magic is based on the Mead-Conway style of design: it uses simplified
design rules and circuit structures that make it easier layout drawing
and permit Magic to provide powerful assistance, at the cost of
slightly less dense circuits.
From Alessandro De Laurenzis; thanks!
ok sthen@
that an attacker who replaces a library with a trojaned one doesn't notice
that aide is installed) but, as far as this port goes, nobody has bumped
it when dependencies have had security fixes, so we're better off with
dynamic.
to new (if you see messages with keywords like "Severity: %severity" you
need to do this) - at present there's a built-in converter but this won't
stay around forever.
No need for compression here as it slows down installation quite noticably.
Use simpler pax(1).
find(1) has -delete, so use that over `xargs rm' while here.
OK rsadowski
No need for compression here as it slows down installation quite noticably.
Use simpler pax(1).
SUBST_PROGRAM already ensure BINMODE, so drop the unneeded chmod(1).
OK rsadowski sthen