disable generic_xml, as was done upstream in their py3 branch ("this
never really caught on, nor got the attention or maintenance it really
needed. I dunno if it even works in py2 for much anymore, but I don't
think converting it to py3 makes any sense.") - allows jasper@ to
move py-libxml to py3-libxml
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
patches for g3/* added static before the "#ifdef __GNUC__" but on
GCC architectures that ended up having "static static inline".
Move the statics outside the ifdef
ok cwen@
Pterm is a terminal emulator designed for connecting to PLATO-like
systems such as Cyber1 and the Cybis release from Tom Hunter. It also
has the ability to run MicroTutor from floppy disk images.
PLATO is a multi-user system hosting games, educational material, and
communities. A PLATO server is hosted at IRATA.online with guest access
and a CYBIS system is hosted at cyber1.org.
From Tim Meunier, thanks!
OK sthen@
CMake will fail to properly run check_c_compiler_flag() on ARM when
checking for -msse2; it will always pass, and subsequent builds will
fail. Trying to compile actual code during CMake is a more reliable way
to see if SSE2 is actually available.
"Behavior of FILE_PATTERNS was unintentionally changed in doxygen 1.8.16,
this lead to the libsigrok doxygen invocation generating almost no data,
and missing all the enums needed for the binding generation, resulting
in build failures."
Upstream-issue: https://github.com/doxygen/doxygen/issues/7190
Patch from ArchLinux
Historical, and useless in this port since timezone information is
always zero. xastir is the only user of the timezone argument that
I could spot. ok cheloha@ abieber@ (maintainer)
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.
ok sthen@, jca@
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into
the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
appropriate in various devel/proj consumers to fix build with upcoming
proj 6 update, which will be commited in a month or so.
Thx to https://github.com/OSGeo/proj.4/wiki/proj.h-adoption-status for
linking the various upstream issues about it.