Re: UPDATE prosody 0.12.0 from MAINTAINER

2022-03-25 Thread Lucas
Omar Polo wrote: > also: > > - don't override CFLAGS and LDFLAGS but append to them > > - i'm not 100% that WANTLIB is correct: lunbound.so uses symbols from >libunbound from ports and libssl, libcrypto, libevent and libpthread >from base. libunbound itself also requires all the other

Re: is there an update for openldap 2.5.xx/2.6.xx ?

2022-03-25 Thread Stuart Henderson
I might as well send what I have so far anyway for backup/educational purposes. At runtime I have only tried client and only lightly. Needs a very recent -current ports tree to apply the diff and some of the ports currently depending on ldap_r need further adjustments - ruby-ldap kopano-core gnugk

[update] databases/web2ldap to 1.7.6

2022-03-25 Thread Lucas Raab
Hello, Here's a small update to the latest web2ldap. Tested with OpenLDAP 2.4, ldapd, and FreeIPA Changelog: https://web2ldap.de/changes-1.7.html#r1.7.6 Thanks, Lucas diff ffac7f7e20dd649124e2880fba1cd3da33089b88 /usr/ports blob - 49a855a645ba33783db68120b52fe1bdc44d0857 file + databases/web2lda

[update] pycharm/intellij to 2021.3.3

2022-03-25 Thread Lucas Raab
Hello, Here are small updates to pycharm and intellij up to 2021.3.3. Both have been working fine for me. Changelogs: https://youtrack.jetbrains.com/articles/PY-A-233537929/PyCharm-2021.3.3-(213.7172.26-build)-Release-Notes https://youtrack.jetbrains.com/articles/IDEA-A-111/IntelliJ-IDEA-2021.3.3

Re: unbrak cmake in case of OBJECT library type

2022-03-25 Thread Rafael Sadowski
On Fri Mar 25, 2022 at 08:57:12PM +0100, Rafael Sadowski wrote: > On Fri Mar 25, 2022 at 10:04:24AM +0100, Robert Nagy wrote: > > Hi > > > > Our cmake has some hacks and due to that we cannot build binaries that > > link to libraries with an OBJECT type because that means that all the object > > f

Re: UPDATE prosody 0.12.0 from MAINTAINER

2022-03-25 Thread Omar Polo
Omar Polo wrote: > [...] > - i'm not 100% that WANTLIB is correct: lunbound.so uses symbols from >libunbound from ports and libssl, libcrypto, libevent and libpthread >from base. libunbound itself also requires all the other libs. is >`WANTLIB += unbound' enough then? Will luaunbou

Re: unbrak cmake in case of OBJECT library type

2022-03-25 Thread Rafael Sadowski
On Fri Mar 25, 2022 at 10:04:24AM +0100, Robert Nagy wrote: > Hi > > Our cmake has some hacks and due to that we cannot build binaries that > link to libraries with an OBJECT type because that means that all the object > files are pulled instead of linking to a static library. e.g.: > > Source/WT

Re: is there an update for openldap 2.5.xx/2.6.xx ?

2022-03-25 Thread Stuart Henderson
On 2022/03/25 16:56, Stuart Henderson wrote: > On 2022/03/25 12:06, A Tammy wrote: > > Hi, > >   Upstream OpenLDAP has decided that 2.4.xx is not going to be *supported* > > anymore and users should switch to more recent versions 2.5.xx/2.6.xx. > > The distressing part of this is that the general a

Re: is there an update for openldap 2.5.xx/2.6.xx ?

2022-03-25 Thread Stuart Henderson
On 2022/03/25 12:06, A Tammy wrote: > Hi, >   Upstream OpenLDAP has decided that 2.4.xx is not going to be *supported* > anymore and users should switch to more recent versions 2.5.xx/2.6.xx. > The distressing part of this is that the general answer when going to their > channels for asking questio

Re: UPDATE prosody 0.12.0 from MAINTAINER

2022-03-25 Thread Omar Polo
Stuart Henderson wrote: > On 2022/03/25 13:36, Lucas wrote: > > Lucas wrote: > > > Hello ports, > > > > > > Here's a big release for Prosody! \o/ All the details can be found in > > > their post in https://blog.prosody.im/prosody-0.12.0-released/ as it > > > includes 3 years of development. Mayo

Re: UPDATE prosody 0.12.0 from MAINTAINER

2022-03-25 Thread Lucas
Stuart Henderson wrote: > Don't define SHARED_LIBS, it is an unversioned module for dlopen() Fixed. diff 541cc6a9ec0e6eefd79c24f305db8e38e0e859e4 bab5e988ddd31020ccb388d57402886713091264 blob - 111da98c2182b99f76398aaf581238cb9dcda46e blob + f723ce6d950ef739d7d5a4a37d4b0909a3e485b2 --- net/pros

Re: UPDATE prosody 0.12.0 from MAINTAINER

2022-03-25 Thread Stuart Henderson
On 2022/03/25 13:36, Lucas wrote: > Lucas wrote: > > Hello ports, > > > > Here's a big release for Prosody! \o/ All the details can be found in > > their post in https://blog.prosody.im/prosody-0.12.0-released/ as it > > includes 3 years of development. Mayor things include incorporating > > lots

Re: UPDATE prosody 0.12.0 from MAINTAINER

2022-03-25 Thread Lucas
Lucas wrote: > Hello ports, > > Here's a big release for Prosody! \o/ All the details can be found in > their post in https://blog.prosody.im/prosody-0.12.0-released/ as it > includes 3 years of development. Mayor things include incorporating > lots of stuff that was previously community modules.

Re: fix x11/qt5/qtdeclarative W^X violations (was Re: net/kdeconnect-kde: use wxneeded)

2022-03-25 Thread Klemens Nanni
On Fri, Mar 25, 2022 at 08:47:39AM +0100, Theo Buehler wrote: > On Fri, Mar 25, 2022 at 06:42:26AM +0100, Rafael Sadowski wrote: > > On Thu Mar 24, 2022 at 03:27:04PM +, Klemens Nanni wrote: > > > On Tue, Mar 15, 2022 at 09:23:51PM +, Klemens Nanni wrote: > > > > On Tue, Mar 15, 2022 at 08:

Re: unbrak cmake in case of OBJECT library type

2022-03-25 Thread Stuart Henderson
Assuming there are not problems with the bulk, OK sthen@ This is important so we can get onto a newer webkitgtk4 branch so we can get security fixes for 7.1-stable (not just including epiphany and various parts of GNOME, but also many of the minimal web browsers) On 2022/03/25 10:04, Robert Nagy

unbrak cmake in case of OBJECT library type

2022-03-25 Thread Robert Nagy
Hi Our cmake has some hacks and due to that we cannot build binaries that link to libraries with an OBJECT type because that means that all the object files are pulled instead of linking to a static library. e.g.: Source/WTF/wtf/CMakeFiles/WTF.dir/./ApproximateTime.cpp.o But our cmake code modif

Re: fix x11/qt5/qtdeclarative W^X violations (was Re: net/kdeconnect-kde: use wxneeded)

2022-03-25 Thread Theo Buehler
On Fri, Mar 25, 2022 at 06:42:26AM +0100, Rafael Sadowski wrote: > On Thu Mar 24, 2022 at 03:27:04PM +, Klemens Nanni wrote: > > On Tue, Mar 15, 2022 at 09:23:51PM +, Klemens Nanni wrote: > > > On Tue, Mar 15, 2022 at 08:20:35PM +, Stuart Henderson wrote: > > > > On 2022/03/15 21:03, Th