Re: OpenBSD::PortGen::Port::Ruby: support exact version requirements

2020-04-16 Thread Thomas L.
On Thu, 16 Apr 2020 19:15:08 -0700 Andrew Hewus Fresh wrote: > Committed, thanks! Would have been nice if you had included a gem > that wouldn't portgen before but will now, but I believe this is > correct. I noted this with the activerecord gem. It seems to portgen with this, but portgen fails

Re: OpenBSD::PortGen::Port::Ruby: support exact version requirements

2020-04-16 Thread Thomas L.
Should use tabs for indentation ... diff --git infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm index 2cacf932323..1583119bddc 100644 --- infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm +++ infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm @@ -111,6 +1

Re: OpenBSD::PortGen::Port::Ruby: support exact version requirements

2020-04-16 Thread Andrew Hewus Fresh
On Fri, Apr 17, 2020 at 03:02:24AM +0200, Thomas L. wrote: > Hi, > > I noted while playing around with portgen, that it chokes on gems which > specify an exact version requirement. Patch below allows it to continue. Committed, thanks! Would have been nice if you had included a gem that wouldn't

OpenBSD::PortGen::Port::Ruby: support exact version requirements

2020-04-16 Thread Thomas L.
Hi, I noted while playing around with portgen, that it chokes on gems which specify an exact version requirement. Patch below allows it to continue. Kind regards, Thomas diff --git infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm infrastructure/lib/OpenBSD/PortGen/Port/Ruby.pm index 2cacf932323

Re: wip: mail/notmuch

2020-04-16 Thread Olivier Taïbi
On Fri, Apr 10, 2020 at 09:47:35PM +0100, Stuart Henderson wrote: > for a standalone port, use "MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}", > the FLAVOR setup is for python modules (py-* ports). Thanks, I did that. > The update of the main copy in src/lib/libz has been done at least twice > (tho

[fix] www/libsass: don't use concurrent compilation

2020-04-16 Thread Charlene Wendling
Hi, Here is a simple patch to disable forced concurrent compilation for libsass. I've noticed that my PowerBook was using more swap that it should while building this port; 12 c++ processes were running. It comes straight from upstream [0], and has been included in more recent releases of libsass

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-16 Thread clematis
On Thu, Apr 16, 2020 at 03:09:09PM +0200, satmeir wrote: > On 2020-04-16 13:02, Stuart Henderson wrote: > > On 2020/04/16 12:38, satmeir wrote: > >> On 2020-04-16 12:20, Stuart Henderson wrote: > >>> On 2020/04/16 11:34, satmeir wrote: > Updated to 2.31.0 > @solene: Tested patch this time

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-16 Thread satmeir
On 2020-04-16 13:02, Stuart Henderson wrote: > On 2020/04/16 12:38, satmeir wrote: >> On 2020-04-16 12:20, Stuart Henderson wrote: >>> On 2020/04/16 11:34, satmeir wrote: Updated to 2.31.0 @solene: Tested patch this time on amd64. Please let me know if it works. >>> >>> The emailed patch

[update] devel/tcllib -> 1.20

2020-04-16 Thread Renaud Allard
Hello, Here is a proposed update for devel/tcllib from 1.19 to 1.20. What do you think? Regards Index: Makefile === RCS file: /cvs/ports/devel/tcllib/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Makefile --- Makefile 12 Jul

x11/lumina: use sndioctl instead of mixerctl

2020-04-16 Thread Alexandre Ratchov
Hi, mixerctl(1) will be disabled soon for regular users, so here's an update for lumina to use sndioctl(1) instead: There are few differences between the two utilities, certain allow the code to be simplified: - multi-channel values are separated by newlines instead of commas - output.level may

[macppc] Unbreak www/webkitgtk4 (Was: [macppc] www/webkitgtk4 can't be built)

2020-04-16 Thread Charlene Wendling
Hi, jca@ found the missing symbol :) Here is a diff that: - fix the undefined reference to `WTF::Optional JSC::parse(char const*)'. The conditional is supposed to be '( OS(OPENBSD) && CPU(PPC) )' instead of using defined()s but the former does not work. - drop the `__mulodi4' powerpc worka

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-16 Thread Stuart Henderson
On 2020/04/16 12:38, satmeir wrote: > On 2020-04-16 12:20, Stuart Henderson wrote: > > On 2020/04/16 11:34, satmeir wrote: > >> Updated to 2.31.0 > >> @solene: Tested patch this time on amd64. Please let me know if it works. > > > > The emailed patch is line-wrapped and does not apply. > > > > pa

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-16 Thread satmeir
On 2020-04-16 12:20, Stuart Henderson wrote: > On 2020/04/16 11:34, satmeir wrote: >> Updated to 2.31.0 >> @solene: Tested patch this time on amd64. Please let me know if it works. > > The emailed patch is line-wrapped and does not apply. > > patch: malformed patch at line 233: ${DL_LIB} ${B

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-16 Thread Stuart Henderson
On 2020/04/16 11:34, satmeir wrote: > Updated to 2.31.0 > @solene: Tested patch this time on amd64. Please let me know if it works. The emailed patch is line-wrapped and does not apply. patch: malformed patch at line 233: ${DL_LIB} ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARY} >

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-16 Thread satmeir
On 2020-04-14 23:12, satmeir wrote: > On 2020-04-14 10:27, clematis wrote: >> On Sun, Apr 12, 2020 at 10:24:14AM +0200, satmeir wrote: >>> On 2020-04-06 19:17, satmeir wrote: On 2020-04-03 12:43, satmeir wrote: > Hello ports@, > > This is an update to net/i2pd which brings it to th

Re: fix: www/apache-httpd

2020-04-16 Thread Stuart Henderson
On 2020/04/16 08:42, Giovanni Bechis wrote: > > > @@ -0,0 +1,84 @@ > > > +$OpenBSD$ > > > + > > > +# Memory leak in mod_ssl > > > (https://bz.apache.org/bugzilla/show_bug.cgi?id=63687) > > > > icing's version was already committed upstream, it's probably better to use > > that I think? > > > >

Re: fix: www/apache-httpd

2020-04-16 Thread Giovanni Bechis
On Wed, Apr 15, 2020 at 06:42:17PM +0100, Stuart Henderson wrote: > On 2020/04/15 19:20, Giovanni Bechis wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > Hi, > > memory leak in mod_ssl fixed and take maintainership, ok ? > > > > Cheers > > Giovanni > > > > Index: Makefil