Re: NEW: net/bitcoin

2018-06-23 Thread Bryan Linton
On 2018-06-23 09:07:38, Thomas Frohwein wrote: > On Fri, Jun 08, 2018 at 11:38:49AM +, tfrohw...@fastmail.com wrote: > > I think the blockchain size is a deterrent. I can test it when I'm back > > from traveling in ~ 10 days and have access to additional GB on my external > > drive, in case

NEW: sysutils/seq

2018-06-23 Thread Brian Callahan
Hi ports -- Attached is a new port, sysutils/seq. seq is a utility to print sequences of numbers. --- pkg/DESCR: The seq utility prints a sequence of numbers, one per line, from an optional initial value (default 1) to a final value, in increments of an optional increment value (default 1).

security/sshguard: remove hardcoded -O2

2018-06-23 Thread Klemens Nanni
Patch out hardcoded OPTIMIZER_CFLAGS to allow `make CFLAGS=-g3' building without `-O2'. Our CFLAGS contains `-O2', so no binary change with this diff by default. While here, switch to HTTPS and move/whitespace nitpick CONFIGURE_ARGS. OK? Index: Makefile

Re: ports/infrastructure/man by default

2018-06-23 Thread Ingo Schwarze
Hi Antoine, Antoine Jacoutot wrote on Sat, Jun 23, 2018 at 11:44:53PM +0200: > On Sat, Jun 23, 2018 at 03:24:55PM -0600, Theo de Raadt wrote: >> Well then the ports infrastructure should install the manual pages. >> >> The man(1) command has never before automatically looked in "source >>

Re: CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
On Sat, Jun 23, 2018 at 11:31:34PM +0100, Stuart Henderson wrote: > On 2018/06/23 23:45, Landry Breuil wrote: > > On Sat, Jun 23, 2018 at 03:39:45PM -0600, Landry Breuil wrote: > > > CVSROOT: /cvs > > > Module name: ports > > > Changes by: lan...@cvs.openbsd.org 2018/06/23 15:39:45 >

Re: CVS: cvs.openbsd.org: ports

2018-06-23 Thread Stuart Henderson
On 2018/06/23 23:45, Landry Breuil wrote: > On Sat, Jun 23, 2018 at 03:39:45PM -0600, Landry Breuil wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: lan...@cvs.openbsd.org 2018/06/23 15:39:45 > > > > Modified files: > > databases/py-sqlalchemy: Makefile > > Added

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/06/23 16:29:48 Modified files: databases/py-sqlalchemy: Makefile databases/py-sqlalchemy/pkg: PLIST-main Log message: fix @pkgpath marker and some makefile nits

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 16:13:03 Modified files: devel/py-buildbot/console-view/pkg: PLIST devel/py-buildbot/grid-view/pkg: PLIST devel/py-buildbot/pkg/pkg: PLIST

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 16:01:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirks for the py-buildbot -> buildbot & py-buildslave -> buildbot-worker renaming.

Re: CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
On Sat, Jun 23, 2018 at 03:56:10PM -0600, Landry Breuil wrote: > CVSROOT: /cvs > Module name: ports > Changes by: lan...@cvs.openbsd.org 2018/06/23 15:56:10 > > Modified files: > devel/py-buildslave: Makefile distinfo > devel/py-buildslave/pkg: PLIST > Added files: >

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 15:57:50 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: Makefile distinfo devel/py-buildbot/buildbot/pkg: PLIST

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 15:56:10 Modified files: devel/py-buildslave: Makefile distinfo devel/py-buildslave/pkg: PLIST Added files: devel/py-buildslave/pkg: buildbot_worker.rc Removed files:

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 15:48:36 Modified files: devel : Makefile www: Makefile databases : Makefile Log message: link the python3 flavors for www/py-autobahn,

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 15:46:44 Modified files: databases/py-sqlalchemy-migrate: Makefile databases/py-sqlalchemy-migrate/pkg: PLIST Log message: Add python3 FLAVOR, required by upcoming buildbot switch to

Re: ports/infrastructure/man by default

2018-06-23 Thread Antoine Jacoutot
On Sat, Jun 23, 2018 at 03:24:55PM -0600, Theo de Raadt wrote: > > This doesnt make sense: To work with ports, i never had to set PATH, > > i dont need to manually call tools there, as they're often called by the > > portstree itself. > > And i always curse when i run 'man dpb' on my machines and

Re: CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
On Sat, Jun 23, 2018 at 03:39:45PM -0600, Landry Breuil wrote: > CVSROOT: /cvs > Module name: ports > Changes by: lan...@cvs.openbsd.org 2018/06/23 15:39:45 > > Modified files: > databases/py-sqlalchemy: Makefile > Added files: > databases/py-sqlalchemy/pkg: DESCR-docs

Re: [UPDATE] databases/py-sqlalchemy

2018-06-23 Thread Landry Breuil
On Sat, Jun 23, 2018 at 10:34:04PM +0100, Stuart Henderson wrote: > On 2018/06/19 21:49, Remi Pointel wrote: > > On 06/19/18 21:40, Elias M. Mariani wrote: > > > Remi, I think that py3 and py versions still conflict, check this > > > solution that I sent a while back: > > >

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 15:42:29 Modified files: databases/py-flask-sqlalchemy: Makefile devel/py-texscythe: Makefile games/childsplay: Makefile www/py-beaker : Makefile Log message: Bump

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 15:39:45 Modified files: databases/py-sqlalchemy: Makefile Added files: databases/py-sqlalchemy/pkg: DESCR-docs DESCR-main PLIST-docs PLIST-main

Re: [UPDATE] databases/py-sqlalchemy

2018-06-23 Thread Stuart Henderson
On 2018/06/19 21:49, Remi Pointel wrote: > On 06/19/18 21:40, Elias M. Mariani wrote: > > Remi, I think that py3 and py versions still conflict, check this > > solution that I sent a while back: > > https://marc.info/?l=openbsd-ports=152884055212579=3 That diff has problems, first two pointed out

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 15:33:08 Modified files: www/py-autobahn: Makefile www/py-autobahn/pkg: PLIST Log message: Add python3 FLAVOR, required by upcoming buildbot switch to python3 Disable tests with

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 15:29:38 Modified files: geo/p5-Geo-Coordinates-OSGB: Makefile distinfo geo/p5-Geo-Coordinates-OSGB/pkg: PLIST Log message: Update to p5-Geo-Coordinates-OSGB-2.20.

Re: ports/infrastructure/man by default

2018-06-23 Thread Theo de Raadt
> This doesnt make sense: To work with ports, i never had to set PATH, > i dont need to manually call tools there, as they're often called by the > portstree itself. > And i always curse when i run 'man dpb' on my machines and never get > what i expect. Well then the ports infrastructure should

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 15:22:22 Modified files: devel/libmagic : Makefile distinfo Log message: Update to libmagic-5.33.

ports/infrastructure/man by default

2018-06-23 Thread Landry Breuil
On Sat, Jun 23, 2018 at 09:13:50PM +0200, Ingo Schwarze wrote: > Hi Marc, > > Marc Espie wrote on Sat, Jun 23, 2018 at 07:37:25PM +0200: > > > It would still be *very cool* if we could have optional paths in > > man confs, just so that man would find /usr/ports/infrastructure/man > > if it's

Arm64 ports/devel/gdb support

2018-06-23 Thread Dale Rahn
Here is the diffs that will build a native arm64 gdb that is mostly functional. Single stepping is not working, however that is suspected to be a kernel issue more than a gdb issue. gdb will recognize and load coredumps as well as inspect live programs. register contents appear to be correct.

Re: outside base directory warnings when install package "grace"

2018-06-23 Thread Stuart Cassoff
Perhaps a mention in ports(7) about adding the ports man dir to /etc/man.conf? The thought of an /etc/rc.d/ports or something in rc.* crossed my mind as well. Stu > -- Original Message -- > From: Ingo Schwarze > Date: June 23, 2018 at 3:13 PM > > > Hi Marc, > > Marc Espie

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:ports Changes by: schwa...@cvs.openbsd.org2018/06/23 13:53:36 Modified files: math/grace : Makefile math/grace/pkg : PFRAG.no-no_x11 PLIST Log message: Install manual pages to the proper place. As observed by Norm Finlay ,

Re: lmms update

2018-06-23 Thread Stuart Henderson
On 2018/06/23 20:36, Alexandre Ratchov wrote: > On Sat, Jun 23, 2018 at 01:40:53PM -0400, Ken M wrote: > > On Sat, Jun 23, 2018 at 06:51:58PM +0200, Alexandre Ratchov wrote: > > > > > > It works very well, and audio is stable. > > > > > > Many thanks for the port. > > > > That has been my

Re: outside base directory warnings when install package "grace"

2018-06-23 Thread Ingo Schwarze
Hi Marc, Marc Espie wrote on Sat, Jun 23, 2018 at 07:37:25PM +0200: > It would still be *very cool* if we could have optional paths in > man confs, just so that man would find /usr/ports/infrastructure/man > if it's around, and not give errors if it's not... > > Just having to add that on each

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2018/06/23 12:45:10 Modified files: math/py-scipy : Makefile distinfo math/py-scipy/patches: patch-scipy_special_tests_test_basic_py math/py-scipy/pkg: PLIST Log message: Update scipy

Re: lmms update

2018-06-23 Thread Alexandre Ratchov
On Sat, Jun 23, 2018 at 01:40:53PM -0400, Ken M wrote: > On Sat, Jun 23, 2018 at 06:51:58PM +0200, Alexandre Ratchov wrote: > > > > It works very well, and audio is stable. > > > > Many thanks for the port. > > That has been my experience so far as well. As long as ulimits are sane before >

[UPDATE] archivers/innoextract 1.7 (MAINTAINER)

2018-06-23 Thread Donovan Watteau
Hi, The following diff updates archivers/innoextract to 1.7: http://www.dwatteau.fr/tmp/innoextract17_update.diff Tested on amd64, loongson and macppc. (There's a warning suggesting to remove pthreads from WANTLIB on amd64, but ignore that because this dependency is used on macppc and loongson)

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/06/23 12:28:54 Modified files: games/gottcode/connectagram: Makefile distinfo Log message: Update to connectagram-1.2.8

update sysutils/uefitool 0.22.3 -> 0.24.0

2018-06-23 Thread Klemens Nanni
* Adds descriptor version information for Intel images * Adds an extra patches.txt optional argument to UEFIPatch * Adds several other patches to UEFIPatch in patches-misc.txt (see #116, #123) * Fixes UEFIPatch handling of Coffee Lake images * Minor bugfixes Continues to work on amd64. OK?

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 11:52:25 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/patches: patch-python_louis_Makefile_in devel/liblouis/pkg: PLIST Log message: Update to

Re: outside base directory warnings when install package "grace"

2018-06-23 Thread Marc Espie
On Sat, Jun 23, 2018 at 07:01:36PM +0200, Ingo Schwarze wrote: > Hi Stuart, > > Stuart Cassoff wrote on Sat, Jun 23, 2018 at 08:30:36AM -0400: > > > I sometimes wonder if /usr/local/share/doc/tcl8.6/man/ > > would be a better place. > > That question is part of a bigger picture: logical

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 11:34:56 Modified files: www/py-tempita : Makefile www/py-tempita/pkg: PLIST Log message: Add a python3 FLAVOR, needed by upcoming buildbot switch to python3

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/06/23 11:33:04 Modified files: devel/py-txaio : Makefile devel/py-txaio/pkg: PLIST Log message: Add a python3 FLAVOR.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/06/23 11:28:27 Modified files: games/hyperrogue: Makefile distinfo Log message: Update to hyperrogue-10.4f

Re: outside base directory warnings when install package "grace"

2018-06-23 Thread Ingo Schwarze
Hi Stuart, Stuart Cassoff wrote on Sat, Jun 23, 2018 at 08:30:36AM -0400: > I sometimes wonder if /usr/local/share/doc/tcl8.6/man/ > would be a better place. That question is part of a bigger picture: logical organization of manual pages and representating that organization in the file system,

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2018/06/23 10:52:53 Modified files: devel/p5-File-Find-Object-Rule: Makefile distinfo Log message: update p5-File-Find-Object-Rule to 0.0309

Re: lmms update

2018-06-23 Thread Alexandre Ratchov
On Sun, Jun 03, 2018 at 09:59:54PM -0400, Ken M wrote: > On Mon, Jun 04, 2018 at 02:05:34AM +0100, Stuart Henderson wrote: > > > > Did it not build, or did it build and not run (and if so, what happened)? > > It did start for me and I was able to play demo tracks etc. > > To rule out

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2018/06/23 10:49:02 Modified files: converters/p5-Cpanel-JSON-XS: Makefile distinfo Log message: update p5-Cpanel-JSON-XS to 4.04

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 10:46:50 Modified files: devel/spidermonkey52: Makefile Log message: Bump EPOCH to fix upgrade path.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 10:32:24 Modified files: audio/libdca : Makefile distinfo audio/libdca/patches: patch-libao_Makefile_in patch-libdca_Makefile_in

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2018/06/23 10:24:01 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.815

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 10:24:07 Modified files: astro/wcslib : Makefile distinfo astro/wcslib/patches: patch-configure_ac patch-makedefs_in Log message: Update to wcslib-5.18.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 10:23:15 Modified files: audio/grip : Makefile distinfo audio/grip/pkg : PLIST Log message: Update to grip-3.8.1.

Re: update audio/lame

2018-06-23 Thread Antoine Jacoutot
On Thu, Feb 01, 2018 at 10:14:36AM +0100, Jan Stary wrote: > On Jan 30 11:29:09, s...@spacehopper.org wrote: > > On 2018/01/30 10:25, Jan Stary wrote: > > > +CONFIGURE_STYLE=simple > > > > Why "simple" and not "gnu"? > > Fixed, thanks. Committed, thanks. > > > Index: Makefile >

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 10:14:34 Modified files: audio/lame : Makefile distinfo Removed files: audio/lame/patches: patch-configure_in Log message: Update to lame-3.100. from Jan Stary

Re: NEW: net/bitcoin

2018-06-23 Thread Thomas Frohwein
On Fri, Jun 08, 2018 at 11:38:49AM +, tfrohw...@fastmail.com wrote: > I think the blockchain size is a deterrent. I can test it when I'm back from > traveling in ~ 10 days and have access to additional GB on my external drive, > in case that helps. > > On June 8, 2018 6:53:55 AM UTC, Rafael

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 10:06:11 Modified files: cad/gtkwave: Makefile distinfo Log message: Update to gtkwave-3.3.91.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:40:38 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: Update to py-git2-0.27.1.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:33:44 Modified files: misc/redshift : Makefile distinfo misc/redshift/pkg: PLIST Removed files: misc/redshift/patches: patch-src_gamma-drm_c Log message: Update to

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:25:18 Modified files: net/py-curl: Makefile distinfo net/py-curl/patches: patch-setup_py net/py-curl/pkg: PLIST Log message: Update to py-curl-7.43.0.2.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:23:52 Modified files: productivity/rednotebook: Makefile distinfo Log message: Update to rednotebook-2.5.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:19:21 Modified files: security/pidgin-otr: Makefile distinfo Removed files: security/pidgin-otr/patches: patch-gtk-dialog_c Log message: Update to pidgin-otr-4.0.2.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:16:17 Modified files: x11/moka-icon-theme: Makefile distinfo x11/moka-icon-theme/pkg: PLIST Log message: Update to moka-icon-theme-5.4.0. Just for fun: $ wc -l pkg/PLIST

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:11:23 Modified files: security/py-gnupg: Makefile distinfo security/py-gnupg/pkg: PLIST Log message: Update to py-gnupg-0.4.3.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:09:31 Modified files: sysutils/logtail: Makefile distinfo Log message: Update to logtail-1.3.19.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:08:09 Modified files: sysutils/virt-manager: Makefile distinfo sysutils/virt-manager/patches: patch-setup_py sysutils/virt-manager/pkg: PLIST Log message: Update to

Re: SA_RESETHAND race (or the mpv(1) hanging story)

2018-06-23 Thread Stuart Henderson
Thanks for testing - works here too. Dmitrij, I haven't seen any mails from you recently, are you still around? On 2018/06/23 15:35, Hiltjo Posthuma wrote: > On Sat, Jun 23, 2018 at 01:27:54PM +0100, Stuart Henderson wrote: > > moved from tech@ > > > > I'm not seeing the hang, but I know why

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 09:04:01 Modified files: sysutils/ansible-lint: Makefile distinfo Log message: Update to ansible-lint-3.4.23.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 08:57:02 Modified files: x11/qt5ct : Makefile distinfo x11/qt5ct/pkg : PLIST Log message: Update to qt5ct-0.35.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 08:56:24 Modified files: www/wwwoffle : Makefile distinfo www/wwwoffle/pkg: PLIST Log message: Update to wwwoffle-2.9j.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/06/23 08:55:04 Modified files: textproc/solr : Makefile distinfo textproc/solr/patches: patch-bin_solr patch-bin_solr_in_sh textproc/solr/pkg: PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 08:45:20 Modified files: x11/virt-viewer: Makefile Log message: Sync WANTLIB.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 08:45:01 Modified files: x11/spice-gtk : Makefile distinfo x11/spice-gtk/pkg: PLIST Added files: x11/spice-gtk/patches: patch-spice-common_common_ssl_verify_c

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 08:43:54 Modified files: devel/spice-protocol: Makefile distinfo devel/spice-protocol/patches: patch-spice_macros_h devel/spice-protocol/pkg: PLIST Log message: Update

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 08:32:19 Modified files: x11/paper-icon-theme: Makefile distinfo x11/paper-icon-theme/pkg: PLIST Log message: Update to paper-icon-theme-1.5.0.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 07:57:51 Modified files: x11/Xaw3d : Makefile distinfo Log message: Update to Xaw3d-1.6.3.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2018/06/23 07:45:36 Modified files: shells/dash: Makefile distinfo Log message: Update to dash-0.5.10.2

Re: SA_RESETHAND race (or the mpv(1) hanging story)

2018-06-23 Thread Hiltjo Posthuma
On Sat, Jun 23, 2018 at 01:27:54PM +0100, Stuart Henderson wrote: > moved from tech@ > > On 2018/06/23 13:44, Hiltjo Posthuma wrote: > > On Fri, Mar 16, 2018 at 02:40:00PM +0100, Hiltjo Posthuma wrote: > > > On Fri, Mar 16, 2018 at 02:29:24PM +0100, Hiltjo Posthuma wrote: > > > > On Thu, Mar 15,

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 07:15:56 Modified files: sysutils/ansible: Makefile distinfo Log message: update to ansible-2.5.5

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 07:06:52 Modified files: sysutils/py-croniter: Makefile distinfo sysutils/py-croniter/pkg: PLIST Log message: update to py-croniter-0.3.24

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 07:04:44 Modified files: x11/gnome/libgweather: Makefile Log message: missed WANTLIB sync

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 07:04:50 Modified files: geo/geocode-glib: Makefile distinfo geo/geocode-glib/pkg: PLIST Log message: update to geocode-glib-3.26.0

Re: outside base directory warnings when install package "grace"

2018-06-23 Thread Stuart Cassoff
I sometimes wonder if /usr/local/share/doc/tcl8.6/man/ would be a better place. Stu

Re: SA_RESETHAND race (or the mpv(1) hanging story)

2018-06-23 Thread Stuart Henderson
moved from tech@ On 2018/06/23 13:44, Hiltjo Posthuma wrote: > On Fri, Mar 16, 2018 at 02:40:00PM +0100, Hiltjo Posthuma wrote: > > On Fri, Mar 16, 2018 at 02:29:24PM +0100, Hiltjo Posthuma wrote: > > > On Thu, Mar 15, 2018 at 03:27:47PM +0100, Martin Pieuchot wrote: > > > > On 05/03/18(Mon)

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2018/06/23 06:11:02 Modified files: emulators/snes9x: Makefile distinfo emulators/snes9x/pkg: PLIST Added files: emulators/snes9x/patches: patch-gtk_configure_ac Removed files:

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 05:52:30 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to pycryptodome-3.6.2

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 05:49:15 Modified files: devel/spidermonkey52: Makefile distinfo devel/spidermonkey52/pkg: PLIST Log message: update to spidermonkey-52.8.1

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 05:35:32 Modified files: net/minio/server: Makefile distinfo Log message: update to minio-0.20180609

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 05:35:07 Modified files: security/py-cryptodome: Makefile Log message: remove stale comment

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 05:35:26 Modified files: net/minio/client: Makefile distinfo Log message: update to minioc-0.20180609

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/23 05:26:12 Modified files: lang/elixir: Makefile distinfo lang/elixir/pkg: PLIST Log message: update to elixir-1.6.6

HEADS-UP: @define-tag / @tag

2018-06-23 Thread Marc Espie
There is some new pkg keywords coming your way. I still need to run some testing, but this should help us get rid of most extraneous @exec we currently run (hi update-gtk-databases...) documented in pkg_create.1, in hopefully an understandable way. there are some rough edges, so let me do the

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 03:56:28 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.28.3.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 03:56:17 Modified files: mail/evolution : Makefile distinfo Added files: mail/evolution/patches: patch-help_de_de_po

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 03:55:58 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.28.3.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 03:01:29 Modified files: devel/spidermonkey52: Makefile devel/spidermonkey52/pkg: PLIST Log message: Provide an update path from lang/spidermonkey. discussed with jasper@

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 03:00:55 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Remove spidermonkey from obsolete_reason, otherwise pkg_add will whine about

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 03:00:11 Modified files: x11/gnome/gjs : Makefile Log message: Simplify devel/spidermonkey52 LDEP.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 02:24:41 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.10.45.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 02:24:54 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.15.45.

UPDATE: devel/intellij 2018.1.5

2018-06-23 Thread Caspar Schutijser
Hi ports@, Below is a diff that updates devel/intellij to 2018.1.5. Tested on amd64. Thanks, Caspar Schutijser Index: Makefile === RCS file: /cvs/ports/devel/intellij/Makefile,v retrieving revision 1.50 diff -u -p -r1.50 Makefile

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 01:46:43 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.7.45.

CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/23 01:42:57 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-fastly: Makefile distinfo Log message: Update terraform providers.

Re: CVS: cvs.openbsd.org: ports

2018-06-23 Thread Antoine Jacoutot
On Sat, Jun 23, 2018 at 01:23:09AM -0600, Antoine Jacoutot wrote: > CVSROOT: /cvs > Module name: ports > Changes by: ajacou...@cvs.openbsd.org 2018/06/23 01:23:09 > > Modified files: > multimedia/x265: Makefile distinfo > > Log message: > Update to x265-2.8. >From Brad

  1   2   >