Re: Unable to access any directory on my computer

2019-01-20 Thread Максим
Hello, When I run "chrome --disable-unveil" from the command line nothing changes. I still cannot access any directory. I tried to change unveil.main by changing the last line from "~/Downloads rwc" to "~/ rwc" but this also had no effect. --  Maksim Rodin 17.01.2019, 15:33, "Stuart Henderson" :

pledge for emulators/mgba

2019-01-20 Thread Anthony J. Bentley
Hi, The diff below adds pledge to mgba, a Nintendo Game Boy Advance emulator. mgba supports keyboard or USB joystick input, and uses OpenGL and sndio (via SDL) for output. By nature emulators parse and execute untrusted input (game programs and save files), and run for long periods of time. I can

Re: PATCH: proposal to include git-subtree(1) in devel/git

2019-01-20 Thread Klemens Nanni
On Sun, Jan 20, 2019 at 05:28:42PM +0100, Caspar Schutijser wrote: > On Mon, Sep 24, 2018 at 12:15:53PM +0200, Caspar Schutijser wrote: > > The diff below includes git-subtree(1) in the OpenBSD git port. It can > > be used to "Merge subtrees together and split repository into subtrees" > > (from t

[maintainer update] www/py-jwt

2019-01-20 Thread Johan Huldtgren
hello, minor update of py-jwt from 1.6.4 to 1.7.1, built, packaged, and tested with py-discogs-client on amd64. thanks, .jh Index: py-jwt/Makefile === RCS file: /cvs/ports/www/py-jwt/Makefile,v retrieving revision 1.12 diff -u -p -

[maintainer update] archivers/pecl-lzf

2019-01-20 Thread Johan Huldtgren
hello, minor update from 1.6.6 to 1.6.7 including the following changes: - increase compression buffer up to 104% to avoid failure when output is larger than input - don't try to compress very large input (>4GB) built / packaged / passes tests on amd64, I don't actively use this anymore t

Re: [maintainer update] devel/py-coveralls

2019-01-20 Thread Johan Huldtgren
minor update of py-coveralls from 1.3.0 to 1.5.0, built and packaged on amd64. This used to be a dependency for py-dicogs-client, but as it no longer is I have no real world tests. updated to 1.5.1, only big difference since 1.5.0 is that py-test-runner has been removed as a dependency. thanks,

Re: unbreak amule with wxgtk3

2019-01-20 Thread Jeremie Courreges-Anglas
On Sat, Jan 19 2019, Juan Francisco Cantero Hurtado wrote: > On Sat, Jan 19, 2019 at 01:51:51AM +0100, Jeremie Courreges-Anglas wrote: >> On Fri, Jan 18 2019, Juan Francisco Cantero Hurtado >> wrote: >> > The patch fixes a couple of crashes on i386. OK? >> >> I had noticed a crash due to stack

Re: Security update: sdl2-image 2.0.4

2019-01-20 Thread Jeremie Courreges-Anglas
On Sat, Jan 19 2019, Thomas Frohwein wrote: > On Sat, Jan 19, 2019 at 10:29:53AM +0100, Jeremie Courreges-Anglas wrote: > [...] >> - the Makefile diff doesn't apply, it seems like it has been produced >> before the latest commit to sdl2-image/Makefile. > > My bad, the dir in mystuff was from an

Re: Eclipse/SWT requires GL/glx.h

2019-01-20 Thread Karel Gardas
Thanks! Also already found it, will use `pkg-config osmesa` to use that in SWT. pkglocatedb hint is most appreciated! Karel On Sun, 20 Jan 2019 20:09:16 +0100 Fabian Raetz wrote: > Hi > > You can find the file in /usr/X11R6/include/GL/glx.h. > In general the pkglocatedb port comes in hand

Build ruby26-* ports for ruby gem ports with native code

2019-01-20 Thread Jeremy Evans
Per our ruby support policy, this adds the building the ruby26-* ports for cases where we currently build ruby24-* and ruby25-* ports (gem ports with compiled components). We will be dropping the building of the ruby24-* ports by default after the release of 6.5. Tested on amd64, will be committi

Re: Update: py-nevow 14.2 -> 14.4

2019-01-20 Thread Daniel Jakots
On Sun, 20 Jan 2019 13:22:56 -0500, Pamela Mosiejczuk wrote: > Hi ports@, > This is a potential simple update for py-nevow to the current release. > It adds client-side request timeouts. > > No other ports depend on this one. > > Ran 902 tests in 3.852s > PASSED (skips=29, expectedFailures=4, s

Re: Eclipse/SWT requires GL/glx.h

2019-01-20 Thread Fabian Raetz
Hi You can find the file in /usr/X11R6/include/GL/glx.h. In general the pkglocatedb port comes in handy if you're looking for a specific file. Cheers, Fabian Am So., 20. Jan. 2019 um 20:02 Uhr schrieb Karel Gardas : > > Hello, > > in an attempt to bring latest Eclipse IDE to OpenBSD I've hit is

Eclipse/SWT requires GL/glx.h

2019-01-20 Thread Karel Gardas
Hello, in an attempt to bring latest Eclipse IDE to OpenBSD I've hit issue where SWT (GUI library using platform native backends like gtk on linux, cocoa on macos x etc.) compilation fails due to missing GL/glx.h file. This file is for example in ubuntu located in mesa-common-dev package. The fi

Re: PATCH: proposal to include git-subtree(1) in devel/git

2019-01-20 Thread Caspar Schutijser
On Mon, Sep 24, 2018 at 12:15:53PM +0200, Caspar Schutijser wrote: > The diff below includes git-subtree(1) in the OpenBSD git port. It can > be used to "Merge subtrees together and split repository into subtrees" > (from the manpage). A number of operating systems such as FreeBSD, > Debian, and

UPDATE: net/syncthing

2019-01-20 Thread Edd Barrett
Hi, The Syncthing test failures on OpenBSD have now been addressed by upstream, so I think we can go ahead with updating the port again :) Apparently the inotify library they use doesn't quite behave as they expected on OpenBSD (something to do with kqueue): https://github.com/rjeczalik/notify/is

UPDATE: www/links+

2019-01-20 Thread Edd Barrett
Hi, I found myself on the links+ website today, and noticed that there was a newer version. Here's a diff for that. Thanks Index: Makefile === RCS file: /cvs/ports/www/links+/Makefile,v retrieving revision 1.63 diff -u -p -u -r1.63

Re: math/suitesparse O3 opt

2019-01-20 Thread Klemens Nanni
Grepping the source shows other -O3 occurences. I built it and did not see any of those in the log, but can you confirm that the other ones are not reached through changing dependencies, options or so? OK for that one either way.

Re: update: mail/imapsync

2019-01-20 Thread Klemens Nanni
OK. Can you sort RDEPs while here?

Re: UPDATE: graphics/inkscape

2019-01-20 Thread Raphael Graf
On 1/18/19 6:12 PM, Rafael Sadowski wrote: Simple update to the latest stable version. All poppler patches merged upstream. Feedback and/or tests welcome. This works very well for me on amd64. The only problem i've found is overlapping text in the tutorials if the liberation-fonts are not ins

math/suitesparse O3 opt

2019-01-20 Thread Rafael Sadowski
Zap 03 from suitesparse. Ok? Index: Makefile === RCS file: /cvs/ports/math/suitesparse/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile13 Nov 2017 07:10:46 - 1.6 +++ Makefile20 Jan 2019

Re: UPDATE: py-html2text 2016.9.19 -> 2018.1.9

2019-01-20 Thread Stuart Henderson
On 2019/01/20 12:05, Stuart Henderson wrote: > On 2019/01/19 17:18, Kurt Mosiejczuk wrote: > > Here's an update for py-html2text bringing it up to the current release > > and taking maintainership. > > > > All tests pass and I ran some basic conversions using both python 2 and > > 3 flavors. > >

Re: Update: py-netifaces 0.10.7 -> 0.10.9

2019-01-20 Thread Stuart Henderson
Thanks, committed On 2019/01/19 19:30, Pamela Mosiejczuk wrote: > Here's an update to the most recent release of netifaces. This adds bug fixes > for a memory management bug in an error path and a potential infinite loop in > netifaces.gateways(). > > Tests okay on AMD64 and returns the correc

Re: UPDATE: py-html2text 2016.9.19 -> 2018.1.9

2019-01-20 Thread Stuart Henderson
On 2019/01/19 17:18, Kurt Mosiejczuk wrote: > Here's an update for py-html2text bringing it up to the current release > and taking maintainership. > > All tests pass and I ran some basic conversions using both python 2 and > 3 flavors. Have you checked release notes for any changes that might cau

update: mail/imapsync

2019-01-20 Thread Giovanni Bechis
Hi, update to latest version. Comments ? Ok ? Cheers Giovanni Index: Makefile === RCS file: /var/cvs/ports/mail/imapsync/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile10 May 2017 12:47:56 -