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

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/05/23 21:30:55 Modified files: lang/kona : Makefile distinfo Log message: Update to kona-3.2.0.20180522

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/05/23 21:28:02 Modified files: lang/seed7 : Makefile distinfo Log message: Update to seed7-20180513

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/05/23 21:23:32 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20180522

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/05/23 21:21:51 Modified files: lang/gravity : Makefile distinfo Log message: Update to gravity-0.4.9

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

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:

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

Re: CVS: cvs.openbsd.org: ports

2018-05-23 Thread Matthias Kilian
On Mon, May 21, 2018 at 11:34:02PM -0600, Rafael Sadowski wrote: > Removed files: > databases/kdb/patches: patch-src_CMakeLists_txt > > Log message: > unbreak build > > Forgot to delete patch. Notice by kiki@ Thanks! IIRC, kiki@ is robert's dog ;-)

UPDATE: www/gitea

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

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2018/05/23 14:28:34 Modified files: misc/posixtestsuite: Makefile misc/posixtestsuite/files: posixtestsuite-html.pl misc/posixtestsuite/patches:

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 > >

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 >

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

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2018/05/23 13:01:39 Modified files: www/p5-CGI-Application: Makefile distinfo www/p5-CGI-Application/pkg: PLIST Removed files: www/p5-CGI-Application/patches: patch-lib_CGI_Application_pm

[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

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

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 >

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/05/23 07:57:59 Modified files: infrastructure/bin: update-plist Log message: implement partial unsubst strings: steal the most we can from the directory that matched. make that lazy, because lots of

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/05/23 07:53:39 Modified files: infrastructure/lib/OpenBSD: ReverseSubst.pm Log message: more partially accurate check... still some stuff to look at wrt keywords

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

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/05/23 07:44:06 Modified files: www: Makefile Log message: +py-webtest,python3

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/05/23 07:43:31 Modified files: www/py-webtest : Makefile distinfo www/py-webtest/pkg: PLIST Log message: - update to py-webtest-2.0.29 - add python3 flavor

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2018/05/23 07:33:50 Modified files: sysutils/restic: Makefile distinfo sysutils/restic/pkg: PLIST Log message: Update restic to 0.9.0. Changelog here:

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

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/05/23 06:50:09 Modified files: www: Makefile Log message: +py-waitress,python3

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/05/23 06:49:37 Modified files: www/py-waitress: Makefile distinfo www/py-waitress/pkg: PLIST Log message: - update to py-waitress-1.1.0 - add python3 flavor

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/05/23 06:41:03 Modified files: infrastructure/bin: update-plist Log message: don't try to chomp/assign undefined values

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2018/05/23 06:40:53 Modified files: lang/mono : Makefile distinfo lang/mono/patches: patch-configure_ac patch-mono_metadata_w32process-unix-bsd_c

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

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/05/23 06:02:48 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for opengroupware removal OK jasper@

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/05/23 06:02:03 Removed files: www/opengroupware: Makefile distinfo www/opengroupware/files: NSGlobalDomain.plist ogo-webui.plist ogo-xmlrpcd.plist

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/05/23 06:00:47 Modified files: www: Makefile Log message: Unhook opengroupware, old and unmaintained, better alternatives in the ports tree OK jasper@

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. > >

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. > >

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.

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2018/05/23 04:54:18 Modified files: databases/postgresql: Tag: OPENBSD_6_3 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_6_3 PLIST-contrib PLIST-docs

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 >> >

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: 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

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

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 > >

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/05/23 01:26:53 Modified files: infrastructure/bin: update-plist Log message: pkglocate -> pkglocatedb since that's the package name. ok espie@

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2018/05/23 01:15:03 Modified files: devel/py-xlsxwriter: Makefile distinfo devel/py-xlsxwriter/pkg: PLIST Log message: update XlsxWriter to 1.0.5.

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

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Martijn van Duren
CVSROOT:/cvs Module name:ports Changes by: mart...@cvs.openbsd.org 2018/05/23 00:51:14 Modified files: lang/php : Makefile.inc lang/php/5.6 : Makefile lang/php/5.6/pkg: PLIST-main lang/php/7.0 : Makefile lang/php/7.0/pkg:

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/05/23 00:48:31 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.15.26.

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/05/23 00:48:44 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.7.26.

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/05/23 00:48:20 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.10.26.

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/05/23 00:47:41 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-202.0.0.

CVS: cvs.openbsd.org: ports

2018-05-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/05/23 00:37:49 Modified files: sysutils/py-ghmi: Makefile distinfo Removed files: sysutils/py-ghmi/patches: patch-pyghmi_ipmi_private_session_py Log message: update to py-ghmi-1.1.0