Since 4.11.0, libkvkontakte was split out of the digiKam tarball and is
released independently.
Submitted by: Tobias Berner <tcberner@gmail.com> via the area51 repository
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.
Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.
Exp-runs done by: antoine@
PR: 205432
Reviewed by: antoine@, mat@
Approved by: portmgr (antoine@)
Differential Revision: https://reviews.freebsd.org/D3653
digiKam 4.2.0 which is currently in ports is quite old, and was moved along
with all releases older than 4.10.0 to another location in download.kde.org.
This should fix `make fetch' for graphics/digikam* and graphics/kipi-plugin*.
- Add device IDs for the following tablets:
Intuos Draw small
Intuos Art/Photo/Comic small
Intuos Draw medium
Intuos Art medium
- Add and enable devd(8) hotplug support
- Work around devd failing to remove stale device files opened by Xserver
- Drop Xserver 1.7 tip from pkg-message after r374982
PR: 206086
Submitted by: rozhuk.im@gmail.com
Repo copy textproc/kibana43 to textproc/kibana44:
- Update PORTVERSION, PKGNAMESUFFIX, and distinfo for 4.4.0.
Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.
Kibana 4.4 is compatible with Elasticsearch 2.2.x.
WWW: https://www.elastic.co/products/kibana
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision: D5222
This port checks the release date, and subtracts it from the current
date. If the difference is more than 6 months, it interactively asks
the user if they want to upgrade.
The post-patch target removes this possibility, ensuring the port never
reverts to an interactive build.
approved by: infrastructure blanket (interactive builds discouraged)
while here:
* simplify TARGET_SDIR so inclusion not required
* add --build configure argument (from dports, no effect on fbsd)
approved by: infrastructure blanket
Also:
* bring in dports patch to support DF
* Modify build to avoid potential name clash with menu.h
(the same file name exists on ncurses, common issue)