UPDATE: astro/wcslib 5.18 => 5.19.1

2018-09-08 Thread Brian Callahan
Hi ports -- Attached is an update to astro/wcslib. It seems this is a simple maintenance update, as the changelog is mostly filled with entries about fixing bugs and silencing warnings on newer versions of gcc. Running `make update-patches' will say: *** Patch for configure.ac contains CVS ke

UPDATE: archivers/makeself 2.3.1 => 2.4.0

2018-09-08 Thread Brian Callahan
Hi ports -- Attached is a trivial update to archivers/makeself. Upstream changelog in its entirety is reproduced below: * Added new --sha256 argument to use a SHA256 checksum to verify the integrity of archives. The shasum or sha256sum commands need to be available on the targeted systems. *

UPDATE: archivers/deutex 5.1.1 => 5.1.2

2018-09-08 Thread Brian Callahan
Hi ports -- Attached is an update to archivers/deutex. Upstream says this release is simply to fix a segfault when using the --help option. Also, I noticed that upstream releases real tarballs (yay!) so we can simplify this port significantly. I don't know how to use this, and therefore can'

Re: UPDATE: Spectrwm-3.2.0

2018-09-08 Thread Gleydson Soares
On Sat, Sep 08, 2018 at 11:50:54PM +0200, Gonzalo L. Rodriguez wrote: > Hello, > > Update for Spectrwm to 3.2.0: > > https://github.com/conformal/spectrwm/releases > > OK? Comments? works fine here. the patch-Makefile is missing rcs id. otherwise, OK gsoares@ ? 1.patch Index: Makefile

update net/iperf

2018-09-08 Thread Alexander Bluhm
Hi, ok to update net/iperf? (maintainer timeout) bluhm Index: net/iperf/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/net/iperf/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- net/iperf/Makefile 26 Jul 2

Re: new devel/p5-IO-BufferedSelect

2018-09-08 Thread Alexander Bluhm
ping On Sun, Sep 02, 2018 at 10:31:19PM +0200, Alexander Bluhm wrote: > Hi > > A while ago Paul B. Henson sent the p5-IO-BufferedSelect port to > the list. I tweaked it a bit and would like to import it for him. > > ok? > > Comment: > line-buffered select interface > > Description: > The purp

Re: NEW: comms/gnuradio

2018-09-08 Thread Anthony J. Bentley
On Wed, Sep 5, 2018 at 2:50 AM, Stuart Henderson wrote: > I think this is nearly in shape for committing and it would be nice to > have in tree (though like you I've not tested hardware - currently I have > SDRplay [looks to be a pain with not-really-open code] and RTL-SDR [iirc > this wanted asyn

UPDATE: Spectrwm-3.2.0

2018-09-08 Thread Gonzalo L. Rodriguez
Hello, Update for Spectrwm to 3.2.0: https://github.com/conformal/spectrwm/releases OK? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/x11/spectrwm/Makefile,v retrieving revision 1.24 diff

Re: [NEW] security/p5-Crypt-Curve25519-0.06 (p5-Net-SFTP Update 1/4)

2018-09-08 Thread Charlene Wendling
Hi Brian, I forgot to mention that it's a pure maintenance update, i don't use them, so i won't take MAINTAINER. Charlène. On Sat, 8 Sep 2018 16:06:57 -0400 Brian Callahan wrote: > > On 09/08/18 12:47, Charlene Wendling wrote: > > Hi ports! > > > > -- > > Intro (to avoid redundancy): > >

[NEW] games/trader

2018-09-08 Thread Frederic Cambus
Hi ports@, Here is a new port: games/trader. The game requires strfmon(3) which we don't have, but I noticed that productivity/gnucash goes around this issue by bundling FreeBSD's libc version of strfmon(), and uses it as a fallback on systems which do not have it. Using borrowed/libc/strfmon.{c

Re: [NEW] security/p5-CryptX-0.061 (p5-Net-SFTP Update 2/4)

2018-09-08 Thread Brian Callahan
On 09/08/18 12:52, Charlene Wendling wrote: Hi again, I'm proposing here security/p5-CryptX, a Perl crypto toolkit. >From DESCR: CryptX is a fairly comprehensive cryptographic toolkit that provides a vast array of well-known symmetric, block, and stream ciphers, authenticated encryption mo

Re: [NEW] security/p5-Crypt-Curve25519-0.06 (p5-Net-SFTP Update 1/4)

2018-09-08 Thread Brian Callahan
On 09/08/18 12:47, Charlene Wendling wrote: Hi ports! -- Intro (to avoid redundancy): I've successfully updated net/p5-Net-SFTP to its latest version (0.12). It will require 2 new ports and 2 updates, mostly because we're moving to net/p5-Net-SSH-Perl 2.x that is now required by p5-Net-SF

Re: UPDATE: shells/zsh

2018-09-08 Thread Matthew Martin
On Sat, Sep 08, 2018 at 08:36:29AM +0200, Rafael Sadowski wrote: > Hi All. > > please find below a simple diff to update ZSH to the latest stable > version. This release includes security fixes: CVE-2018-0502, > CVE-2018-13259. zsh 5.6.1 will be out soon (it's tagged and built; just not announced

Re: [NEW] games/freeorion

2018-09-08 Thread Marc Espie
On Sat, Sep 08, 2018 at 04:46:12PM +0100, Tom Murphy wrote: > On Sat, Sep 08, 2018 at 01:16:15PM +0200, Marc Espie wrote: > > On Sat, Sep 08, 2018 at 12:12:00PM +0100, Tom Murphy wrote: > > > Do I need to regenerate the PLIST in my tarball or is this OK? > > > > > > Thanks, > > > Tom > > > > Why

Re: import python 3.7

2018-09-08 Thread Antoine Jacoutot
On Sat, Sep 08, 2018 at 02:28:06PM -0400, Daniel Jakots wrote: > Hey, > > I'd like to have python 3.7 for 6.4 (not as the default version of > course) and somewhere during 6.4 cycle we could switch over to it for > our python ports. > > I took 3.6 and adapted it for the new version. > > Does the

import python 3.7

2018-09-08 Thread Daniel Jakots
Hey, I'd like to have python 3.7 for 6.4 (not as the default version of course) and somewhere during 6.4 cycle we could switch over to it for our python ports. I took 3.6 and adapted it for the new version. Does the test suite work for you? In my case it seems it never ends with "running: test_a

Re: [UPDATE] audio/openal 1.19.0 with sndio capture support

2018-09-08 Thread Leonid Bobrov
On Sat, Sep 08, 2018 at 06:27:52PM +0100, David CARLIER wrote: > Hi, > > When I tried to apply your patch, it fails for PLIST ... makefile and so > on > What? That's impossible, I assume that your local repo copy is up to date and you're running patch(1) in ports/audio/openal directory, not

Re: [NEW] gzdoom-3.5.0

2018-09-08 Thread Timo Myyrä
timo.my...@bittivirhe.fi (Timo Myyrä) writes: > Jeremie Courreges-Anglas writes: > >> On Thu, Sep 06 2018, timo.my...@bittivirhe.fi (Timo Myyrä) wrote: >> >>> Jeremie Courreges-Anglas writes: >>> On Fri, Aug 03 2018, timo.my...@bittivirhe.fi (Timo Myyrä) wrote: > timo.my...@bittivi

[NEW] security/p5-CryptX-0.061 (p5-Net-SFTP Update 2/4)

2018-09-08 Thread Charlene Wendling
Hi again, I'm proposing here security/p5-CryptX, a Perl crypto toolkit. >From DESCR: CryptX is a fairly comprehensive cryptographic toolkit that provides a vast array of well-known symmetric, block, and stream ciphers, authenticated encryption modes, hash functions, checksums, MAC, public key

[NEW] security/p5-Crypt-Curve25519-0.06 (p5-Net-SFTP Update 1/4)

2018-09-08 Thread Charlene Wendling
Hi ports! -- Intro (to avoid redundancy): I've successfully updated net/p5-Net-SFTP to its latest version (0.12). It will require 2 new ports and 2 updates, mostly because we're moving to net/p5-Net-SSH-Perl 2.x that is now required by p5-Net-SFTP. The full chain of dependencies has been ra

Re: UPDATE: security/luasec-0.7

2018-09-08 Thread Gleydson Soares
On Sat, Sep 08, 2018 at 05:36:46PM +0100, Stuart Henderson wrote: > On 2018/09/08 13:24, Gleydson Soares wrote: > > > the following diff updates luasec to 0.7. > > > > > > changelog: > > > https://github.com/brunoos/luasec/blob/master/CHANGELOG > > > > +regen patches > > > Index: Makefile > > ==

Re: UPDATE: security/luasec-0.7

2018-09-08 Thread Stuart Henderson
On 2018/09/08 13:24, Gleydson Soares wrote: > > the following diff updates luasec to 0.7. > > > > changelog: > > https://github.com/brunoos/luasec/blob/master/CHANGELOG > > +regen patches > Index: Makefile > === > RCS file: /cvs/por

Re: UPDATE: security/luasec-0.7

2018-09-08 Thread Gleydson Soares
> the following diff updates luasec to 0.7. > > changelog: > https://github.com/brunoos/luasec/blob/master/CHANGELOG +regen patches Index: Makefile === RCS file: /cvs/ports/security/luasec/Makefile,v retrieving revision 1.20 diff -u

UPDATE: security/luasec-0.7

2018-09-08 Thread Gleydson Soares
the following diff updates luasec to 0.7. changelog: https://github.com/brunoos/luasec/blob/master/CHANGELOG OK? Index: Makefile === RCS file: /cvs/ports/security/luasec/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile

Re: [NEW] games/freeorion

2018-09-08 Thread Tom Murphy
On Sat, Sep 08, 2018 at 01:16:15PM +0200, Marc Espie wrote: > On Sat, Sep 08, 2018 at 12:12:00PM +0100, Tom Murphy wrote: > > Do I need to regenerate the PLIST in my tarball or is this OK? > > > > Thanks, > > Tom > > Why don't you try and check ?.. I checked, and PLIST generated is identical. Po

[UPDATE] audio/openal 1.19.0 with sndio capture support

2018-09-08 Thread Leonid Bobrov
Yo! So, openal-soft 1.19.0 was released yesterday and today kcat has pushed 3 commits one of which adds sndio input support (thanks to ratchov@'s work) that will happen in 1.19.1 release, meanwhile I am taking upstream patches and removing redundant patches, making this port easier to maintain. I

Re: [update] games/barony 3.2.1

2018-09-08 Thread Marc Espie
On Fri, Sep 07, 2018 at 04:14:11PM -0400, Brian Callahan wrote: > > On 09/07/18 14:22, David CARLIER wrote: > >Thanks ... here a newer version. > > Can you please stop sending diffs that you clearly haven't tested? It's a > waste of time. You're clearly just guessing at these updates which you wo

Re: [NEW] games/freeorion

2018-09-08 Thread Marc Espie
On Sat, Sep 08, 2018 at 12:12:00PM +0100, Tom Murphy wrote: > Do I need to regenerate the PLIST in my tarball or is this OK? > > Thanks, > Tom Why don't you try and check ?..

Re: [NEW] games/freeorion

2018-09-08 Thread Tom Murphy
Do I need to regenerate the PLIST in my tarball or is this OK? Thanks, Tom