UPDATE: mail/mdsort

2019-02-13 Thread Anton Lindqvist
Hi, Update mdsort from maintainer, complete changelog can be found here[1]. Comments? OK? [1] https://github.com/mptre/mdsort/releases/tag/v3.0.0 Index: Makefile === RCS file: /cvs/ports/mail/mdsort/Makefile,v retrieving revision 1.

Re: Patch to enable XFT on lemonbar

2019-02-13 Thread Ingo Feinerer
Any dev willing to OK this? https://marc.info/?l=openbsd-ports&m=154965459115588&w=2 (As it switches upstream and uses EPOCH I would appreciate another pair of eyes). I've got a positive test report so far and have been running this pledged version since a few days without problems. On Fri, Feb 0

Re: Update: devel/py-dateutil 2.7.3 -> 2.8.0 - UnicodeEncodeError

2019-02-13 Thread Sebastien Marie
On Wed, Feb 13, 2019 at 10:59:46PM -0500, Kurt Mosiejczuk wrote: > So, this diff updates devel/pydateutil from 2.7.3 to 2.8.0 > > All but one tests pass (well, the ones that don't are xfail or skipped). > [...] > I tried setting various environment variables to indicate we should use > UTF-8 a

Re: x11/qt5/{qtgraphicaleffects,qtquickcontrols*} when not x86

2019-02-13 Thread Charlene Wendling
On Wed, 13 Feb 2019 14:20:45 -0500 George Koehler wrote: > On Tue, 12 Feb 2019 22:54:05 +0100 > Charlene Wendling wrote: > > > I'm a bit out of topic here, but all x11/qt5 binaries seem to > > segfault at runtime with ports-gcc-4.9 on macppc - it just worked > > fine with ports-gcc-8.2. > > Did

Re: [ld.so] Re: smbd slow to start on -current

2019-02-13 Thread Ian McWilliam
Hmm ianm-openbsd:samba {134} time rcctl start samba smbd(ok) nmbd(ok) 25.730u 0.140s 0:25.89 99.9%0+0k 0+56io 4pf+0w That doesn't feel to me as bad as when the --as-needed was removed. This is on a system built from sources fetched roughly 14th Feb 9:30am AEDT. OpenBSD 6.4-current (GEN

Re: NEW: p5-Rex dependency p5-Test-UseAllModules

2019-02-13 Thread Andrew Hewus Fresh
Ping. I think this is the only think keeping Rex from going in. On Mon, Jan 28, 2019 at 09:54:57AM -0700, Andrew Hewus Fresh wrote: > On Mon, Jan 28, 2019 at 03:21:34PM +, Stuart Henderson wrote: > > On 2019/01/27 20:24, Andrew Hewus Fresh wrote: > > > a new port (attached) of p5-Test-UseAllMo

Re: [SECURITY UPDATE] net/mattermost-server

2019-02-13 Thread Klemens Nanni
OK kn

Re: devel/p5-YAML-Syck Perl 5.28.1

2019-02-13 Thread Stuart Henderson
On 2019/02/14 01:19, Alexander Bluhm wrote: > Hi, > > p5-YAML-Syck make test does a segmentation fault. It uses wrong > stdlib prototypes as it is confused by a new Perl config.h. This > can be patched. > > While there, update to latest version, sort according to Makefile.template > and take ma

devel/p5-YAML-Syck Perl 5.28.1

2019-02-13 Thread Alexander Bluhm
Hi, p5-YAML-Syck make test does a segmentation fault. It uses wrong stdlib prototypes as it is confused by a new Perl config.h. This can be patched. While there, update to latest version, sort according to Makefile.template and take maintainer. ok? bluhm Index: devel/p5-YAML-Syck/Makefile ==

Re: [NEW] security/py-requests-aws4auth

2019-02-13 Thread Stuart Henderson
On 2019/02/14 00:13, Pavel Korovin wrote: > Dear all, > Please find attached archive for the new security/py-requests-aws4auth > port, required for updating sysutils/py-elasticsearch-curator > > It's an Amazon Web Services version 4 authentication for the Python >

Re: [ld.so] Re: smbd slow to start on -current

2019-02-13 Thread Ian McWilliam
The bloated wart hog of windows networking rears its ugly head again Linker experts needed. These are things that may or may not happen depending on whether or not we are OpenBSD. buildtools/waf/samba/samba_autoconf.py def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(conf): # we don't want any lib

new perl is committed; update warning for snapshot users with XS modules

2019-02-13 Thread Stuart Henderson
Perl in base has been updated to 5.28.1. When new snapshots are available, beware: as is usual for perl major version updates, any perl programs using XS modules will need to be updated - you might want to hold off updating until new packages are available. Easy way to see if you have any: cd /va

[SECURITY UPDATE] net/mattermost-server

2019-02-13 Thread Pavel Korovin
Please find the update for the latest net/mattermost-server attached. According to the CHANGELOG, "Mattermost v5.7.1 contains a high level security fix. Upgrading is highly recommended." https://docs.mattermost.com/administration/changelog.html OK to commit? -- With best regards, Pavel Korovin

Re: UPDATE: www/gitea

2019-02-13 Thread Pavel Korovin
Anybody? Ping. On 02/07, Pavel Korovin wrote: > Stuart, thanks! Fixed in the attached diff. > OK to update? Robert? -- With best regards, Pavel Korovin

[UPDATE] textproc/py-elasticsearch + sysutils/py-elasticsearch-curator

2019-02-13 Thread Pavel Korovin
Dear all, Please find updates for sysutils/py-elasticsearch-curator and its dependency, textproc/py-elasticsearch, attached. -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/por

[NEW] security/py-requests-aws4auth

2019-02-13 Thread Pavel Korovin
Dear all, Please find attached archive for the new security/py-requests-aws4auth port, required for updating sysutils/py-elasticsearch-curator It's an Amazon Web Services version 4 authentication for the Python Requests library. -- With best regards, Pavel Korov

[UPDATE] devel/py-certifi

2019-02-13 Thread Pavel Korovin
Dear all, Please find attached diff for the latest devel/py-certifi update. Newer py-certifi is required for updating sysutils/py-elasticsearch-curator -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/deve

[NEW] devel/bam, required for games/teeworlds update

2019-02-13 Thread Donovan Watteau
Hello, The attached port adds devel/bam, which will be required for my upcoming games/teeworlds update. I'm detaching it from the main teeworlds port, in order to make it easier to maintain. The way clang/gcc are handled is probably not optimal, but teeworlds is going to be its only consumer anyw

Re: x11/qt5/{qtgraphicaleffects,qtquickcontrols*} when not x86

2019-02-13 Thread George Koehler
On Tue, 12 Feb 2019 22:54:05 +0100 Charlene Wendling wrote: > I'm a bit out of topic here, but all x11/qt5 binaries seem to segfault > at runtime with ports-gcc-4.9 on macppc - it just worked fine with > ports-gcc-8.2. Did you build qtbase with llvm? I did: ghostborough$ make -C /usr/ports/x11

Re: new mail/p5-Mail-DMARC-Iterator

2019-02-13 Thread Giovanni Bechis
On Tue, Feb 12, 2019 at 03:52:38PM +0100, Alexander Bluhm wrote: > Hi > > ok to import p5-Mail-DMARC-Iterator ? > I would add this patch to fix a prototype mismatch warning during regression tests. other than that ok giovanni@ $OpenBSD$ Remove Prototype mismatch ($) vs none Index: lib/Mail/DMAR

Re: UPDATE of lang/ocaml to 4.07 and dependent ports

2019-02-13 Thread Anil Madhavapeddy
> On 13 Feb 2019, at 09:07, Jeremie Courreges-Anglas wrote: > > On Sat, Jul 21 2018, Christopher Zimmermann > wrote: >> On 2018-06-21 Christopher Zimmermann wrote: >>> Hi, >>> >>> the last few days I prepared an update of ocaml to 4.06 and opam to >>> 2.00rc2 and

[ld.so] Re: smbd slow to start on -current

2019-02-13 Thread Stuart Henderson
In gmane.os.openbsd.misc, you wrote: Moving from misc@ to ports@ where it will be more visible. > Folks, > > I'm running -current from 2019-02-11 (dmesg below) and seeing > very slow start up with samba's smbd (4.8.7 version from ports). > > It appears to be a recurrence of the issue described he

Re: fix x11/compton with Mesa 18

2019-02-13 Thread Thomas Frohwein
On Tue, Feb 12, 2019 at 09:27:40PM +0100, Matthieu Herrb wrote: > Hi, > > the patch below (from https://github.com/yshui/compton/commit/bf29b2d) > should fix weird color issues with mesa 18.3 in compton reported by > Erling Westenvik. > > Thanks to Thomas Frohwein for the hint. > > ok? Good job

Re: [NEW] converters/fondu

2019-02-13 Thread Stuart Henderson
On 2019/02/13 14:16, Frederic Cambus wrote: > On Tue, Feb 05, 2019 at 12:17:14PM +0100, Frederic Cambus wrote: > > Hi ports@, > > > > Here is a new port: converters/fondu. > > > > From DESCR: > > > > A set of programs to interconvert between mac font formats and pfb, > > ttf, otf and bdf files o

Re: lang/gcc/8 can't build x11/qt4

2019-02-13 Thread Marc Espie
On Tue, Feb 12, 2019 at 11:48:03PM -0500, George Koehler wrote: > There are probably more packages that lang/gcc/8 can't build, but the > only ones that I know are x11/qt4 and games/stone-soup. Our > stone-soup is an old version; an update might fix it. Maybe you should start with stone-soup ? O

Re: [NEW] converters/fondu

2019-02-13 Thread Frederic Cambus
On Tue, Feb 05, 2019 at 12:17:14PM +0100, Frederic Cambus wrote: > Hi ports@, > > Here is a new port: converters/fondu. > > From DESCR: > > A set of programs to interconvert between mac font formats and pfb, > ttf, otf and bdf files on unix. > > Dealing with mac fonts is hard on other operating

Re: llvm-7.0.1 fallout: lang/crystal

2019-02-13 Thread Wesley Moxam
> On Feb 13, 2019, at 7:47 AM, Jeremie Courreges-Anglas wrote: > >> On Thu, Feb 07 2019, Stuart Henderson wrote: >>> On 2019/02/07 18:02, Jeremie Courreges-Anglas wrote: >>> >>> Hi, >>> >>> I'm not sure you were notified so here's a heads-up: lang/crystal >>> doesn't build any more after th

Re: llvm-7.0.1 fallout: lang/crystal

2019-02-13 Thread Jeremie Courreges-Anglas
On Thu, Feb 07 2019, Stuart Henderson wrote: > On 2019/02/07 18:02, Jeremie Courreges-Anglas wrote: >> >> Hi, >> >> I'm not sure you were notified so here's a heads-up: lang/crystal >> doesn't build any more after the update to clang 7 in both base and >> ports. > > Not handled upstream yet. > h

Re: [NEW] devel/py-wurlitzer 1.0.2

2019-02-13 Thread Jeremie Courreges-Anglas
On Wed, Feb 13 2019, Daniel Jakots wrote: > On Mon, 11 Feb 2019 16:17:15 -0300, "Elias M. Mariani" > wrote: > >> Bumping this. >> I really need it to update devel/spyder. > > I don't think it's really clean but in the absence of a better solution > ok danj@ Same here. A nice way to handle this

Re: [NEW] devel/py-wurlitzer 1.0.2

2019-02-13 Thread Daniel Jakots
On Mon, 11 Feb 2019 16:17:15 -0300, "Elias M. Mariani" wrote: > Bumping this. > I really need it to update devel/spyder. I don't think it's really clean but in the absence of a better solution ok danj@

Re: Update to exiv2-0.27.0

2019-02-13 Thread Daniel Jakots
On Tue, 12 Feb 2019 18:04:15 +0100, Jeremie Courreges-Anglas wrote: > On Mon, Feb 11 2019, Daniel Jakots wrote: > > Anyone cares to test it? > > Tested, looks good overall but I have a bunch of tweaks to propose. Not much of an opinion about them but thanks a lot for pick it up! ok danj@ to