* Pass LIBfoo_VERSION environment variables like it's done for simple and
gnu configure scripts. This unbreaks generating CMake config files
in the upcoming Qt 5.6.2.
* Don't call -recursive for Qt3's qmake, it doesn't support this flag.
http://www.darktable.org/2016/12/darktable-2-2-0-released/
"when updating from the currently stable 2.0.x series, please bear in mind that
your edits will be preserved during this process, but it will not be possible
to downgrade from 2.2 to 2.0.x any more."
Contains:
- esr fork base updated to 45.6.0
- https-everywhere updated to 5.2.8
- torbutton updated to 1.9.5.13
From MAINTAINER attila / stalphonsos / com
without this we get different .la files depending on wether gpgme
is installed or not.
The security/libgpg-error bdep is no longer needed, because it's pulled
in by gpgme, so drop it.
ok aja@
No licensing, doesn't work (connect(2) fails because 255.255.255.255 is
invalid), out of date signature database, and less relevant now that few
people run an ident daemon.
ok sthen@
This package contains a GUI front-end for configuring and running
doxygen.
The gui uses Qt5 which is slow to build, depends on gcc from ports and
is known to fail on some archs.
Port from maintainer Rafael Sadowski, ok zhuk@
is a list of changes:
- Ignore interfaces that are not listed in the configuration file: fixes
an abort when trying to configure interface located in a different
rdomain and doesn't look to the address of interfaces outside the
configuration (otherwise it would pick the wrong interface in some cases).
- Improve the routing code: use a rb-tree to store groups avoiding group
duplications and having to fix hand-rolled list implementations.
- Fixed some warnings and improved debug messages.
As discussed with ajacoutot@,
ok reyk@
cargo-generate-vendor is used to help building vendored crate for use with
devel/cargo.
It will generate the required metadata for this purpose.
ok landry@
Remove patch-src_gui_qgisgui_h which was part of
3e738405e2
upstream.
Switch to use gcc4 on all platforms (not only on i386), the new DWG
importer (added in a stable branch.. sigh) doesn't build with base gcc,
and what's the point of trying to build a modern c++ codebase with a 10
year-old compiler ?
Bump all shlib majors for lots of symbols removed as a consequence.