picom port?

2020-03-31 Thread Charlie Burnett
Hey y'all, I've gotten picom, the successor to compton (specifically the tryone144 fork, which adds an extra blurring method), to compile and work pretty well on OpenBSD. Shouldn't take long but the porting guide said to check with the ports list first to see if anyone's checking on adding it alrea

Re: UPDATE: net/weechat

2020-03-31 Thread Rafael Sadowski
On Tue Mar 31, 2020 at 09:10:40PM -0300, Elias M. Mariani wrote: > Tested on amd64. > > make port-lib-depends-check > weechat-ruby-2.8(net/weechat,-ruby): > Extra: c.96 gmp.11 m.10 pthread.26 ruby26.0 Yeah the normal noise here. It comes from the modules > > Is this right? If It is: > OK maria

Re: 回复: [NEW] www/p5-Plack-Request-WithEncoding

2020-03-31 Thread Andrew Hewus Fresh
On Tue, Mar 31, 2020 at 04:10:16PM -0400, Chris Bennett wrote: > Question, > > The new version uses Module-Build-Tiny now instead of Module-Build. > > Should I remove modbuild from CONFIGURE_STYLE? > Looks like I should, just wanted to be certain. I believe you can use: CONFIGURE_STYLE = modbui

Re: UPDATE: net/weechat

2020-03-31 Thread Elias M. Mariani
Tested on amd64. make port-lib-depends-check weechat-ruby-2.8(net/weechat,-ruby): Extra: c.96 gmp.11 m.10 pthread.26 ruby26.0 Is this right? If It is: OK mariani@ Cheers. Elias. On Mon, Mar 30, 2020 at 1:27 AM Rafael Sadowski wrote: > > Simple update to the latest stable version. Changelog: >

libgit2: use python 3 for build

2020-03-31 Thread Klemens Nanni
Required at build for detection but used only for testing; works fine on a system without Python 2. If 2 and 3 are installed, 3 is preferred. OK? Index: Makefile === RCS file: /cvs/ports/devel/libgit2/libgit2/Makefile,v retrieving

Re: New: AsciiDoctor, replaces AsciiDoc

2020-03-31 Thread Frederic Cambus
On Wed, Nov 20, 2019 at 11:03:22PM +0100, Frederic Cambus wrote: > On Mon, Nov 18, 2019 at 08:43:41AM -0500, Ian Darwin wrote: > > A ruby replacement for AsciiDoc that's faster and has some > > syntactic improvements. https://asciidoctor.org/ > > > > Would like a way to avoid having it installed a

Re: 回复: [NEW] www/p5-Plack-Request-WithEncoding

2020-03-31 Thread Chris Bennett
On Tue, Mar 31, 2020 at 04:10:16PM -0400, Chris Bennett wrote: > Question, > > The new version uses Module-Build-Tiny now instead of Module-Build. > > Should I remove modbuild from CONFIGURE_STYLE? > Looks like I should, just wanted to be certain. > > Thanks > -- > Chris Bennett > > Nope, wo

Re: 回复: [NEW] www/p5-Plack-Request-WithEncoding

2020-03-31 Thread Chris Bennett
Question, The new version uses Module-Build-Tiny now instead of Module-Build. Should I remove modbuild from CONFIGURE_STYLE? Looks like I should, just wanted to be certain. Thanks -- Chris Bennett

Re: update: devel/py-arrow

2020-03-31 Thread Paco Esteban
On Tue, 31 Mar 2020, Bjorn Ketelaars wrote: > On Tue 31/03/2020 18:47, Paco Esteban wrote: > > Hi ports@, > > > > This is an update for devel/py-arrow to its latest version 0.15.5. > > You can see the changelog here: > > > > https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.rst > > > >

Ruby 2.5.8, 2.6.6, 2.7.1

2020-03-31 Thread Jeremy Evans
This updates to the latest released versions of Ruby, to fix a couple security fixes, as well as the usual bug fixes: https://www.ruby-lang.org/en/news/2020/03/19/json-dos-cve-2020-10663/ https://www.ruby-lang.org/en/news/2020/03/31/heap-exposure-in-socket-cve-2020-10933/ Release announcements at

Re: libssh: update to 0.9.3, disable unit tests due to argp error

2020-03-31 Thread Stuart Henderson
On 2020/03/31 20:06, Klemens Nanni wrote: > On Tue, Mar 31, 2020 at 05:01:22PM +0100, Stuart Henderson wrote: > > these use security/libssh2 not security/libssh :) > Oops, I was sloppy with my sqlports query: > > sqlite3 /usr/local/share/sqlports \ > 'select FullPkgPath from Wantli

Re: Python2 -> Python3 fallout

2020-03-31 Thread Rafael Sadowski
On Mon Mar 30, 2020 at 07:56:34PM +0100, Stuart Henderson wrote: > On 2020/03/30 20:31, Rafael Sadowski wrote: > > On Mon Mar 30, 2020 at 07:34:10PM +0200, Christian Weisgerber wrote: > > > People have been switching ports from Python2 to Python3. In some > > > cases, this appears to bubble up to

Re: libssh: update to 0.9.3, disable unit tests due to argp error

2020-03-31 Thread Klemens Nanni
On Tue, Mar 31, 2020 at 05:01:22PM +0100, Stuart Henderson wrote: > these use security/libssh2 not security/libssh :) Oops, I was sloppy with my sqlports query: sqlite3 /usr/local/share/sqlports \ 'select FullPkgPath from Wantlib WHERE value like "%ssh%"' > emulators/qemu > ne

FindIconv.cmake

2020-03-31 Thread Raphael Graf
Is it intentional that the cmake port still installs a custom version of FindIconv.cmake? This can cause problems because this it misses the 'IMPORTED target' provided by cmake's original version of FindIconv.cmake, see: https://cmake.org/cmake/help/v3.16/module/FindIconv.html I guess the attached

Re: update: devel/py-arrow

2020-03-31 Thread Bjorn Ketelaars
On Tue 31/03/2020 18:47, Paco Esteban wrote: > Hi ports@, > > This is an update for devel/py-arrow to its latest version 0.15.5. > You can see the changelog here: > > https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.rst > > While there, I've enabled pytest and dropped py2 support. > >

update: devel/py-arrow

2020-03-31 Thread Paco Esteban
Hi ports@, This is an update for devel/py-arrow to its latest version 0.15.5. You can see the changelog here: https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.rst While there, I've enabled pytest and dropped py2 support. All tests pass for me on amd64. This port has no consumers as fa

Re: libssh: update to 0.9.3, disable unit tests due to argp error

2020-03-31 Thread Stuart Henderson
On 2020/03/31 17:40, Klemens Nanni wrote: > On Mon, Mar 30, 2020 at 05:19:33PM +0200, Jeremie Courreges-Anglas wrote: > > Looks good overall: the SHARED_LIBS bump looks correct, the header > > changes don't show incompatible changes. But a few decls have been > > marked deprecated, and this might

Re: libssh: update to 0.9.3, disable unit tests due to argp error

2020-03-31 Thread Klemens Nanni
On Mon, Mar 30, 2020 at 05:19:33PM +0200, Jeremie Courreges-Anglas wrote: > Looks good overall: the SHARED_LIBS bump looks correct, the header > changes don't show incompatible changes. But a few decls have been > marked deprecated, and this might cause trouble at build time so you > might want to

Re: Maintainer update & move py-twitter to py3

2020-03-31 Thread Daniel Winters
> > > the diff below updates py-twitter to the latest version and moves it > > > to py3-only. Tested on amd64. > > > > > Thank you for this diff! I did not test it so far but I did notice two > > things: > > > > 1. Instead of commenting out the IRC functionality you could opt for > >another s

Re: libevent2: update to 2.1.11

2020-03-31 Thread Klemens Nanni
On Sun, Mar 29, 2020 at 09:42:49PM +0200, Klemens Nanni wrote: > `show-reverse-deps devel/libevent2' is huge, so I suppose this update is > better tested in a bulk. kmos' sparc64 bulk with this diff had not libevent2 related fallout. OK? Index: Makefile ==

update: py-irclib + move to py3

2020-03-31 Thread Daniel Winters
Move py-irclib to a fork that supports python3 and switch to python3 only. The only consumer is py-twitter for which I will send a separate diff shortly. Joint work with bket@, tested on amd64. Cheers, Daniel Index: Makefile === RCS

[new] audio/liblo

2020-03-31 Thread putridsoul66
Minor Change pkg/DESC -> pkg/DESCR Caused error on final 'make install' Run 'uudecode' on the whole mail text begin-base64 644 liblo-0.31.tar.gz H4sIA+1YbW/iOBDu1/pXjNR+aLVtXnht0XEqpSkbLW8icLfc6YRCYsAixJEdYLur/e83 SdkWmvYqrdre7p0fCZKMxzMTjz1+nICNA35qaHlz79VgGAWjXCzi1TDLRWP7+g17Zr5UMEr5fLl

[new] audio/liblo

2020-03-31 Thread putridsoul66
liblo = liblo is a lightweight library that provides an easy to use implementation of the OSC protocol. For more information about the OSC protocol, please see: - [OSC at CNMAT](http://www.cnmat.berkeley.edu/OpenSoundControl/) - [opensoundcontrol.org](http://www.opensoundcontrol.org/) Th

回复: 回复: [Update] devel/p5-Mouse : Update to 2.5.9

2020-03-31 Thread wen heping
Here is the patch to update devel/p5-Mouse to 2.5.10 wen 发件人: wen heping 发送时间: 2019年9月18日 10:16 收件人: afre...@openbsd.org 主题: 转发: 回复: [Update] devel/p5-Mouse : Update to 2.5.9 发件人: wen heping 发送时间: 2019年9月17日 10:08 收件人: Andrew H

回复: [Update] devel/p5-Module-Build-XSUtil : Update to 0.19

2020-03-31 Thread wen heping
ping ... 发件人: Andrew Hewus Fresh 发送时间: 2019年9月17日 9:30 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [Update] devel/p5-Module-Build-XSUtil : Update to 0.19 On Wed, Aug 28, 2019 at 02:30:09AM +, wen heping wrote: > Hi, ports@: > >Here is a update for deve

Re: problems setting up PORTS_PRIVSEP

2020-03-31 Thread Stuart Henderson
On 2020/03/31 11:31, putridsou...@gmail.com wrote: > The man page of bsd.port.mk, particular PORTS_PRIVSEP > provides this suggestion > > 'permit nopass setenv {} user cmd pkg_add' personally, I don't want my normal userid to be able to run things as root unless a password was entered recen

Re: Remove cad/qucs?

2020-03-31 Thread Rafael Sadowski
On Tue Mar 31, 2020 at 02:32:43AM -0400, Kurt Mosiejczuk wrote: > I was looking at cad/qucs since it never compiles on sparc64. It is still > the original version imported 8 years ago. 2 years ago espie brought > fixes for clang from newer versions, but no one has bothered bringing > a newer versi

Re: security upate: py-yaml

2020-03-31 Thread Stuart Henderson
Oh, I forgot to check WANTLIB. OK sthen@ for your diff. -- Sent from a phone, apologies for poor formatting. On 31 March 2020 06:34:53 Remi Pointel wrote: On 2020-03-30 23:42, Stuart Henderson wrote: We are currently quite behind on 5.1.1 so there are a number of other things fixed in the me