UPDATE devel/git-lfs

2018-05-23 Thread Björn Ketelaars
Diff below brings git-lfs to 2.4.1, which is a bugfix release. Overview on changes can be found at https://github.com/git-lfs/git-lfs/releases Build phase complained about not finding groff, which is used for creating manpages. As such, add textproc/groff as BDEP. Tested lightly on amd64. OK?

UPDATE: devel/libfirm & lang/cparser => pl1

2018-05-23 Thread Brian Callahan
Hi ports -- I'd like to push a pl1 to libfirm and cparser. I got upstream to commit patches to recognize OpenBSD as a platform and there are some nice improvements to the compiler (notably, cparser can now rebuild libfirm and itself, at least on amd64). I'd also like to switch from cmake to

UPDATE: www/liferea 1.12.1 => 1.12.3

2018-05-23 Thread Brian Callahan
Hi ports -- Here's an update to liferea I've had sitting in my queue. I don't want MAINTAINER but I'm happy to do a one-time update. OK? ~Brian Index: Makefile === RCS file: /cvs/ports/www/liferea/Makefile,v retrieving revision

UPDATE: misc/redshift 1.11 => 1.12

2018-05-23 Thread Brian Callahan
Hi ports -- This is my "portroach rampage" contribution of the day, which is a new term I just learned. It is a mostly straightforward update of misc/redshift. I say mostly, because I noticed that while redshift was compiling with cc, it was linking with gcc -- it looks for your Objective-C c

Re: WireGuard for OpenBSD

2018-05-23 Thread Jason A. Donenfeld
Alright, we now have a release that fully supports OpenBSD, so the full instructions for the two packages are: 1. wireguard-tools, providing wg(8) and wg-quick(8) Runtime dependencies: libc, bash, wireguard-go Buildtime dependencies: gmake, c compiler, libc Fixup: sed -i 's/install -v/install/g;s/

bsd.port.mk: fix checkpatch target

2018-05-23 Thread Klemens Nanni
`_post-patch-finalize' is run for `checkpatch' as well breaking it's idempotency. This seems like an oversight in r1.1382 "next stage of PORTS_PRIVSEP". OK? Index: bsd.port.mk === RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v

powerpc bulk build report

2018-05-23 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Sun May 13 23:35:38 MDT 2018 finished at Wed May 23 15:32:02 MDT 2018 lasted 10D08h56m done with kern.version=OpenBSD 6.3-current (GENERIC.MP) #25: Sun May 13 12:46:58 MDT 2018 built packages:7428 May 13:43 May 14:716 May 15:877 May 16:634 May

UPDATE: www/gitea

2018-05-23 Thread Pavel Korovin
Dear all, Please find the attached diff for the latest www/gitea update. Changes: https://github.com/g

Re: [wip] grass 7.4.0

2018-05-23 Thread Landry Breuil
On Wed, May 23, 2018 at 09:55:57AM +0200, Solene Rapenne wrote: > > Landry Breuil writes: > > > Hi, > > > > here's a wip port for GRASS, a full blown GIS alternative to geo/qgis, > > and qgis can reuse/call GRASS modules. It provides a wxPython GUI (cf > > https://grasswiki.osgeo.org/wiki/Quick_w

Re: update openldap to use modules

2018-05-23 Thread Paul B. Henson
> From: Stuart Henderson > Sent: Tuesday, May 22, 2018 6:08 PM > > Very mixed opinions about this, I'm not a fan of BDB, but then MDB/LMDB is > really meant for an OS with unified-buffer-cache, and though it works at > the moment without (assuming the WRITEMAP option is used), it's not like > most

Re: Update www/p5-CGI-Application 4.61

2018-05-23 Thread Alexander Bluhm
On Wed, May 23, 2018 at 09:24:51PM +1000, Ian McWilliam wrote: > Update for p5-CGI-Application. commited with minor tweaks bluhm

[update] samba-4.8.2

2018-05-23 Thread Jeremie Courreges-Anglas
Hi, last week the samba project has published a samba-4.8.2 release with all goodies from the 4.8.x branch and a critical bugfix for in-place upgrades from previous releases. Build-tested only, test reports welcome! Release notes: https://www.samba.org/samba/history/samba-4.8.0.html https:/

Re: WireGuard for OpenBSD

2018-05-23 Thread Jason A. Donenfeld
On Wed, May 23, 2018 at 3:59 PM, Landry Breuil wrote: > I wouldnt count on it, since generally openbsd is wary of adding > unecessary options, adding -v to mv and cp lead to quite a bit of > bikeshedding, and mv -P was recently strongly turned down. Yikes! I didn't realize I stepped into bikeshed

Re: WireGuard for OpenBSD

2018-05-23 Thread Landry Breuil
On Wed, May 23, 2018 at 03:48:26PM +0200, Jason A. Donenfeld wrote: > On Wed, May 23, 2018 at 3:24 PM, Landry Breuil wrote: > > On Wed, May 23, 2018 at 02:28:13PM +0200, Jason A. Donenfeld wrote: > >> On Wed, May 23, 2018 at 10:55 AM, Anthony J. Bentley > >> wrote: > >> > Attached is one. It wil

Re: WireGuard for OpenBSD

2018-05-23 Thread Jason A. Donenfeld
On Wed, May 23, 2018 at 3:24 PM, Landry Breuil wrote: > On Wed, May 23, 2018 at 02:28:13PM +0200, Jason A. Donenfeld wrote: >> On Wed, May 23, 2018 at 10:55 AM, Anthony J. Bentley >> wrote: >> > Attached is one. It will need to be updated to use the next tag once >> > it's released. >> >> Looks

Re: WireGuard for OpenBSD

2018-05-23 Thread Landry Breuil
On Wed, May 23, 2018 at 02:28:13PM +0200, Jason A. Donenfeld wrote: > On Wed, May 23, 2018 at 10:55 AM, Anthony J. Bentley > wrote: > > Attached is one. It will need to be updated to use the next tag once > > it's released. > > Looks good to me. Indeed I don't like this manually carrying files >

Re: WireGuard for OpenBSD

2018-05-23 Thread Jason A. Donenfeld
On Wed, May 23, 2018 at 10:55 AM, Anthony J. Bentley wrote: > Attached is one. It will need to be updated to use the next tag once > it's released. Looks good to me. Indeed I don't like this manually carrying files from the next release in ${FILES}, but that problem goes away entirely when I do a

Re: Dealing with a port that uses github submodules

2018-05-23 Thread Ken M
On Wed, May 23, 2018 at 07:58:47AM +0100, Stuart Henderson wrote: > On 2018/05/22 23:45, Ken M wrote: > > I started fresh in my own /usr/ports/me/audio/lmms area as I was not sure > > if it > > was best to start from the existing lmms port or start anew. I went for > > anew for > > now. > > Port

Re: Dealing with a port that uses github submodules

2018-05-23 Thread Ken M
On Wed, May 23, 2018 at 07:58:47AM +0100, Stuart Henderson wrote: > On 2018/05/22 23:45, Ken M wrote: > > I started fresh in my own /usr/ports/me/audio/lmms area as I was not sure > > if it > > was best to start from the existing lmms port or start anew. I went for > > anew for > > now. > > Port

Update www/p5-CGI-Application 4.61

2018-05-23 Thread Ian McWilliam
Update for p5-CGI-Application. As this version contains the fix for Fixed rt #84403 - Security problem: missing "start" mode dumps ENV to output page from 2014, we no longer need the patches. https://metacpan.org/changes/distribution/CGI-Application Revision history for CGI::Application. 4.61

Re: [wip] grass 7.4.0

2018-05-23 Thread Landry Breuil
On Wed, May 23, 2018 at 12:14:42PM +0200, Solene Rapenne wrote: > > Landry Breuil writes: > > > On Wed, May 23, 2018 at 09:55:57AM +0200, Solene Rapenne wrote: > >> > >> Landry Breuil writes: > >> > >> > Hi, > >> > > >> > here's a wip port for GRASS, a full blown GIS alternative to geo/qgis, >

Re: [wip] grass 7.4.0

2018-05-23 Thread Solene Rapenne
Landry Breuil writes: > On Wed, May 23, 2018 at 09:55:57AM +0200, Solene Rapenne wrote: >> >> Landry Breuil writes: >> >> > Hi, >> > >> > here's a wip port for GRASS, a full blown GIS alternative to geo/qgis, >> > and qgis can reuse/call GRASS modules. It provides a wxPython GUI (cf >> > https:

update print/lyx

2018-05-23 Thread Solene Rapenne
Minor update 2.2.3 => 2.2.3 Lyx 2.3.0 has been released in march but it's a major release after lots of development, it has some bugs which will fixed in 2.3.1. I think we should wait at least 2.3.1 to get it into ports. 2.2.x branch can be seen as lyx stable version, the 2.2.3 version has been re

Re: UPDATE: SMPlayer-18.5.0

2018-05-23 Thread Björn Ketelaars
On Wed 23/05/2018 10:23, Gonzalo L. Rodriguez wrote: > Hello, > > Update for SMPlayer to 18.5.0: > > http://www.smplayer.info/en/changes > > OK? Comment? Builds, and works on amd64. OK bket@

Re: UPDATE: SMPlayer-18.5.0

2018-05-23 Thread Josh Grosse
On Wed, May 23, 2018 at 10:23:50AM +0200, Gonzalo L. Rodriguez wrote: > Hello, > > Update for SMPlayer to 18.5.0: > > http://www.smplayer.info/en/changes > > OK? Comment? Working fine for me on amd64.

Re: UPDATE security/lastpass-cli

2018-05-23 Thread Raf Czlonka
Hi all, Can't comment on the patch itself but, given that currently lpass package is unusable[0], it would be great if this went in sooner rather than later :^) [0] https://github.com/lastpass/lastpass-cli/issues/409 Cheers, Raf On Wed, May 23, 2018 at 09:45:47AM BST, Björn Ketelaars wrote: >

Re: WireGuard for OpenBSD

2018-05-23 Thread Anthony J. Bentley
Jason A. Donenfeld writes: > 1. wireguard-tools, providing wg(8) and wg-quick(8) > Runtime dependencies: bash, wireguard-go, libc > Buildtime dependencies: gmake, c compiler, libc > Fixup: sed -i 's/ -v / /g' src/tools/Makefile > Build: gmake -C src/tools WITH_WGQUICK=yes > Install: gmake -C src/to

UPDATE security/lastpass-cli

2018-05-23 Thread Björn Ketelaars
Enclosed a diff for bringing lastpass-cli to the latest version, which is a maintenance release. Changelog can be found at https://github.com/lastpass/lastpass-cli/blob/master/CHANGELOG.md make test failed sporadically, which is also the case for the version in-tree. Root cause has been fixed and

UPDATE: SMPlayer-18.5.0

2018-05-23 Thread Gonzalo L. Rodriguez
Hello, Update for SMPlayer to 18.5.0: http://www.smplayer.info/en/changes OK? Comment? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/x11/smplayer/Makefile,v retrieving revision 1.49 diff -u -p -r1.

Re: [wip] grass 7.4.0

2018-05-23 Thread Landry Breuil
On Wed, May 23, 2018 at 09:55:57AM +0200, Solene Rapenne wrote: > > Landry Breuil writes: > > > Hi, > > > > here's a wip port for GRASS, a full blown GIS alternative to geo/qgis, > > and qgis can reuse/call GRASS modules. It provides a wxPython GUI (cf > > https://grasswiki.osgeo.org/wiki/Quick_w

Re: Dealing with a port that uses github submodules

2018-05-23 Thread Stuart Henderson
On 2018/05/22 23:45, Ken M wrote: > I started fresh in my own /usr/ports/me/audio/lmms area as I was not sure if > it > was best to start from the existing lmms port or start anew. I went for anew > for > now. Ports infrastructure handles /usr/ports/mystuff/(category)/(port) (exactly the word "m