Note, that 0.6.3 is the last version for Qt4.
From 1.0.0 on libkolab uses Qt5 -- so we can't stop portscout from complaining :)
While here, make stage-qa happy.
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libxerces-c-3.1.so from textproc/xerces-c3 but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libxerces-c-3.1.so:textproc/xerces-c3
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_thread.so.1.55.0 from devel/boost-libs but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libboost_thread.so:devel/boost-libs
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_system.so.1.55.0 from devel/boost-libs but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libboost_system.so:devel/boost-libs
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_chrono.so.1.55.0 from devel/boost-libs but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libboost_chrono.so:devel/boost-libs
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_date_time.so.1.55.0 from devel/boost-libs but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libboost_date_time.so:devel/boost-libs
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libboost_atomic.so.1.55.0 from devel/boost-libs but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libboost_atomic.so:devel/boost-libs
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/libcurl.so.4 from ftp/curl but it is not declared as a dependency
> Warning: you need LIB_DEPENDS+=libcurl.so:ftp/curl
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/qt4/libQtNetwork.so.4 from net/qt4-network but it is not declared as a dependency
> Warning: you need USE_QT4+=network
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/qt4/libQtDBus.so.4 from devel/dbus-qt4 but it is not declared as a dependency
> Warning: you need USE_QT4+=dbus
> Error: /usr/local/lib/libkolab.so.0.6.3 is linked to /usr/local/lib/qt4/libQtSvg.so.4 from graphics/qt4-svg but it is not declared as a dependency
> Warning: you need USE_QT4+=svg
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7856
and EasyRPG games. It uses the LCF parser library (liblcf) to read
RPG Maker game data.
EasyRPG Player is part of the EasyRPG Project.
WWW: https://easyrpg.org/
Pull in upstream Git patch for lib/ext2fs/unix_io.c to fix unaligned
multi-block writes, and disable the two known failing e2undo patches
ONLY for the exact 1.43.3_2, even if "ALLTESTS" is enabled.
(Modify the post-patch:: target to avoid that.)
The port is still marked BROKEN on FreeBSD 11+ to protect the innocent,
but a TRYBROKEN=1 build that will not use e2undo should be fine now.
Obtained from: Ted Y. Ts'o (upstream maintainer)
- Fixed link for avatars
- Added custom folder
- Add full screen Web UI
- Add file comment
- Improve zip downloading by adding zip progress
- Change of navigation labels
- Support Seafile Drive client
- [admin] Add group transfer function in admin panel
- [admin] Admin can set library permissions in admin panel
- Improve checking the user running Seafile must be the owner of
seafile-data. If seafile-data is symbolic link, check the destination
folder instead of the symbolic link.
- [UI] Improve rename operation
- Show name/contact email in admin panel and enable search user by
name/contact email
- Add printing style for markdown and doc/pdf
- The Seafile in "Welcome to Seafile" message can be customised by SITE_NAME
- Improve sorting of files with numbers
- [API] Add admin API to only return LDAP imported user list
- Code clean and update Web APIs
- Remove number of synced libraries in devices page for simplify
the interface and concept
- Update help pages
- [online preview] The online preview size limit setting
FILE_PREVIEW_MAX_SIZE will not affect videos and audio files. So
videos and audio with any size can be previewed online.
- [online preview] Add printing style for markdown
PR: 212560
Submitted by: Ultima1252@gmail.com (maintainer)