have in libc but not quite - it looks for a uuid_to_str with same api
as uuid_to_string(3) (unsure where this would come from, searches don't
reveal any other software using it).
Patch to allow it to use the libc functions instead of Linux libuuid
(which in our case comes from the e2fstools package).
config files from PREFIX/etc to PREFIX/share/examples) with overriding
sysconfdir in FAKE_FLAGS. Simpler, and installs the sample ldif files
to share/examples which should help new users. Req by Stefan Kapfhammer.
It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.
The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.
What happened here:
- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
- klogic
- soprano
- strigi
- automoc
- prison
- qimageblitz
- cagibi
- libkvkontakte
- akonadi
- attica
- libalkimia
- libkfbapi
- libkgapi
- qoauth
- kwebkitpart
- grantlee
- libkscreen
- polkit-qt
web2ldap is a generic Web-based LDAP client which does not make any assumptions
about the tree structure or LDAP schema, kind of a swiss-army knife for
accessing/manipulating LDAP servers without having to configure anything.
It provides a schema browser which displays references/dependencies within an
LDAPv3 schema, and a customizable platform for prototyping LDAP administration
use-cases.
with tweaks from sthen@ and myself, ok sthen@
ldap0 provides an object-oriented API to access LDAP directory servers from
Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
Additionally the package contains some Python modules for:
* parsing and producing LDIF
* handling LDAP URLs
* parse and handle LDAPv3 subschema
* LDAPv3 extended operations and controls
* automatic tests with OpenLDAP server
Upstream warns that this should only be used with upstream's software,
and API stability is not guaranteed.
dependency of upcoming web2ldap port.
tweaks by me: update to 1.0.11 (released some hours ago), set NO_TEST as
tests/ subdir isnt in PyPi tarballs
ok sthen@
pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and
PL/SQL. It includes a comprehensive collection of TAP-emitting assertion
functions, as well as the ability to integrate with other TAP-emitting test
frameworks. It can also be used in the xUnit testing style.
ok/hints afresh1@
This module adds support for executing pgTAP PostgreSQL tests under
Test::Harness and prove. This is useful for executing your Perl tests and your
PostgreSQL tests together, and analyzing their results.
ok afresh1@
PyMySQL is a pure-Python MySQL client library, based on PEP 249.
Most public APIs are compatible with mysqlclient and MySQLdb.
If you would like to use "sha256_password" or "caching_sha2_password"
for authentication, you need to also install the py3-cryptography
package.
Open Source Puppet 4 LTS reached EOL in october 2018, Puppet 5 (client,
master as well as puppetdb) have been in our tree for years, Puppet 6
(client and master, not yet puppetdb) were recently imported.
Users should long have upgraded to version 5 by now; see
https://puppet.com/docs/puppet/5.5/upgrade_minor.html for upgrade details.
OK bcallah
Noteable exiv2 port changes:
- Switch to cmake and enable i18n support
- Change COMMENT and cleanup DESCR
- Switch to https
- Don't provide the new Exiv2::getProcessPath() function. Not portable,
doesn't work on OpenBSD, and shouldn't be exposed in the API of a
graphics library. Instead, define a macro with CMake to help runtime
find gettext files. from jca@'s commit
https://v4.freshbsd.org/commit/openbsd/ports/fHGCS7kzl4zKjdnW
- All consumer fixed. configure checks, port-lib-depends-checks checks
and also some run-time tests with krita, digikam, nomacs.
Consumer patches from upstream, gentoo, freebsd and by me for the old
creepy KDE4 stuff.
This went through a full amd64 bulk build. Thanks jj