This release adds support for three new types:
- Spatial Data / Geographic Objects (MySQL and PostGIS)
- UTF8 encoded strings
- True bit flags
The Spatial Data support allows direct querying of geometry without
having to pass it through database conversion functions. AdaBase will
convert the binary to Well-Known-Binary in order to construct the
native geometry support internally. It can output Well Known Text
so that manually constructed geometry can be inserted into the database
effortlessly. The support is documented here with real code examples:
https://jrmarino.github.io/AdaBase/geometry.html
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
Move the openssl detection routine to bsd.default-version.mk.
Add warnings telling people to not use WITH_OPENSSL_PORT or
WITH_OPENSSL_BASE.
To ease maintainability, change the way the different ssl libraries
version numbers are checked.
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
Turns out that the conversion to USES was broken, and did not take the
DEFAULT_VERSIONS=bdb=foo into account.
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
- fixes readArguments to get all instead of just the first
- implements readEnvironment of FreeBSD
- fixes handling of %c for remote sessions
- add %U (user@) for remote sessions
- fixes %D to handle symlinked homedirs
This started as a backport of Tobias's patch from
https://git.reviewboard.kde.org/r/127525/
No need to bump portrevision, pending update from PR#210255 will take
care of that.
PR: 209838
Submitted by: matthew@reztek.cz, Tobias C.Berner <tcberner@gmail.com> (kde)
Reviewed by: Ralf Nolden <nolden@kde.org> (kde)
Approved by: Adriaan de Groot <groot@kde.org> (kde)
Nextcloud is a system for the creation and management of personal
cloud resources. It is a fork of Owncloud.
WWW: https://nextcloud.com
PR: 210295
Submitted by: Loic BLOT <loic.blot@unix-experience.fr>
- The upstream project doesn't provide changelog for minor builds.
PR: 210214
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
Add patch-ffmpeg3, obtained from upstream [1], to allow aqualung to
build successfully once multimedia/ffmpeg is updated to 3.0.x.
Note that multimedia/ffmpeg is currently still on the 2.8.x branch,
however this patch is backwards compatible with ffmpeg 2.8.x.
[1] 3f60efe3db
Approved by: Chris Hutchinson <portmaster@BSDforge.com> (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D6820
Change python from a run to a build dep of www/node. The current version of
node doesn't install any Python files.
PR: 210309
Reviewed by: Bradley T. Hughes (Maintainer)
Approved by: pi (ports)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6699
- rm user check when delete dir share
- check total size before download multi file/dir
- Add search user and list admins
- Several bug fixes
PR: 210307
Submitted by: Ultima1252@gmail.com (maintainer)