Re: cyrus-imapd upstreamed patches and improvements

2020-11-22 Thread Solene Rapenne
On Sun, 22 Nov 2020 00:27:42 -0300 Anatoli : > Hi Antoine, Stuart, All, > > E.g. in the vim port there are these flavors defined: > > 35:FLAVORS+=gtk2 gtk3 no_x11 > 37:FLAVORS+=lua perl python python3 ruby > > But I can't find how they end up being those flavor options available to the

Re: maintainer update: www/hugo 0.76.5

2020-11-22 Thread Paco Esteban
Now with 100% more diffs included ! On Sat, 21 Nov 2020, Paco Esteban wrote: > Bump version to 0.78.2 > > As usual, tests from actual hugo users welcome. > > OK to commit ? > > This is the changelog from my last diff: > > * js: Let ESBuild handle all imports from node_modules 78f227b6 >

update py-pandas to 1.1.4

2020-11-22 Thread Daniel Dickman
update to latest version of pandas fixing a few corner cases and regressions. ok? Index: Makefile === RCS file: /cvs/ports/math/py-pandas/Makefile,v retrieving revision 1.16 diff -u -p -u -r1.16 Makefile --- Makefile12 Oct 2020

Re: NEW: sysutils/py-vsphere-automation

2020-11-22 Thread Stuart Henderson
On 2020/11/22 16:45, Klemens Nanni wrote: > On Sun, Nov 22, 2020 at 02:42:16AM +0300, Pavel Korovin wrote: > > I'm looking for OKs to import this. > `make test' works with two small warnings, "devel" should probably be > the primary category instead of "sysutils". sysutils is more descriptive,

rsyslogd: enable imfile

2020-11-22 Thread Remi Locherer
Hi, I got two request for enabling of the imfile module. In my own little testing it works fine. The "inotify" mode does not work for obvious reasons. Even if it is configured rsyslog falls back to polling mode. OK? Remi Index: Makefile

NEW: x11/xss-lock

2020-11-22 Thread Stuart Henderson
OK to import this? It's similar in some ways to xidle but this triggers the locker a little earlier. In particular, if the screen is blanked by DPMS, the locker runs while the screen is blank, not when it is unblanked again. $ pkg_info xss-lock Information for inst:xss-lock-0.3.0 Comment: use

retire devel/py-trollius

2020-11-22 Thread Daniel Dickman
The trollius project has been dead for some time. python3 code should be using asyncio instead. ok to retire this python2-only port? There are no remaining consumers in the tree. Index: Makefile === RCS file:

Re: sysutils/hw-probe: only add the dmidecode dependency for i386 and amd64

2020-11-22 Thread Kevin Lo
On Fri, Nov 20, 2020 at 08:00:01AM +, David Dahlberg wrote: > > On Fri, 2020-11-20 at 13:29 +0800, Kevin Lo wrote: > > > hw-probe could run on non-x86 architectures. > > Tested on arm64 [1] and octeon [2]. > [..] > > +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" > >

update coq to 8.12.1

2020-11-22 Thread Daniel Dickman
Hi Yozo, a new release of coq has been made. I've already updated compcert to v3.8 which supports this new version of coq and is the only consumer of coq. ok if we update coq to the latest version? Index: Makefile === RCS file:

go.port.mk: don't point directly to /usr/ports/distfiles

2020-11-22 Thread Stuart Henderson
Currently go.port.mk points the port directly at go modules inside ${DISTDIR}. This means that a port can still successfully build even if MODGO_MODULES / MODGO_MODFILES are missing some required files and those files are already present in distfiles (e.g. from some other port). You can confirm

Re: XKBlib.h: C++17 doesn't allow 'register' storage class

2020-11-22 Thread Dimitri Karamazov
On Sat, November 21, 2020 18:09, Stuart Henderson wrote: > On 2020/11/21 16:48, Dimitri Karamazov wrote: > >> I'm trying to update blender to the latest version, but stumbled upon >> some errors. C++17 doesn't support register storage class, but it is part of >> XKBLIb headers, >> >> >> I tried

Re: XKBlib.h: C++17 doesn't allow 'register' storage class

2020-11-22 Thread Dimitri Karamazov
On Sun, November 22, 2020 07:56, Matthieu Herrb wrote: > On Sun, Nov 22, 2020 at 07:48:34AM -, Dimitri Karamazov wrote: > >> is this diff okay? > > It is part of the update to libX11 1.7.0 that was released earlier > this week and that I plan to import in Xenocara. > > Can you wait until that

mips64 bulk build report

2020-11-22 Thread visa
bulk build on octeon.ports.openbsd.org started on Tue Nov 17 14:28:24 UTC 2020 finished at Sun Nov 22 09:29:28 UTC 2020 lasted 05D19h01m done with kern.version=OpenBSD 6.8-current (GENERIC.MP) #380: Tue Nov 17 05:43:47 MST 2020 built packages:8605 Nov 17:2334 Nov 18:999 Nov 19:847 Nov 20:640

Re: rsyslogd: enable imfile

2020-11-22 Thread Stuart Henderson
On 2020/11/22 14:54, Remi Locherer wrote: > Hi, > > I got two request for enabling of the imfile module. > > In my own little testing it works fine. The "inotify" mode does not work > for obvious reasons. Even if it is configured rsyslog falls back to > polling mode. > > OK? OK. Sometimes

Re: NEW: sysutils/py-vsphere-automation

2020-11-22 Thread Klemens Nanni
On Sun, Nov 22, 2020 at 02:42:16AM +0300, Pavel Korovin wrote: > I'm looking for OKs to import this. `make test' works with two small warnings, "devel" should probably be the primary category instead of "sysutils". Where do those LOCAL_DEPS come from? How did yoy compile that list? I'd be

Re: cyrus-imapd upstreamed patches and improvements

2020-11-22 Thread Stuart Henderson
On 2020/11/22 00:27, Anatoli wrote: > Then, I'm working now on the flavored version of the port, and my idea is to > apply it as soon as the new minor version is published (or maybe even before > this so not to deal with the REVISION) but this is my first time working with > ports, so I have no

update py-bokeh to 2.2.3

2020-11-22 Thread Daniel Dickman
Should be a straighforward update to latest version of bokeh. ok? Index: Makefile === RCS file: /cvs/ports/www/py-bokeh/Makefile,v retrieving revision 1.32 diff -u -p -u -r1.32 Makefile --- Makefile22 Nov 2020 14:53:02 -

update x11/wxWidgets to 3.0.5

2020-11-22 Thread Daniel Dickman
This is a minor point release for wxWidgets but upstream says it is a highly recommended upgrade bringing about 2 years of bug fixes and improvements. I've compile tested about 30 consumers of wxWidgets on amd64. ok? Index: Makefile

Re: update x11/wxWidgets to 3.0.5

2020-11-22 Thread Jeremie Courreges-Anglas
On Sun, Nov 22 2020, Daniel Dickman wrote: > On Sun, 22 Nov 2020, Jeremie Courreges-Anglas wrote: > >> On Sun, Nov 22 2020, Daniel Dickman wrote: >> > This is a minor point release for wxWidgets but upstream says it is a >> > highly recommended upgrade bringing about 2 years of bug fixes and

回复: [Update] textproc/p5-XML-Writer : Update to 0.900

2020-11-22 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2020年10月13日 15:27 收件人: ports@openbsd.org 主题: [Update] textproc/p5-XML-Writer : Update to 0.900 Hi, ports@: Here is a patch for textproc/p5-XML-Writer: i) update to 0.900 ii) Add TRST_POD=Yes

Re: [UPDATE] net/mcabber to 1.1.2

2020-11-22 Thread Markus Hennecke
On Sat, 21 Nov 2020, Ricardo Mestre wrote: > Hi, > > Simple update to 1.1.2, OK? > > Index: Makefile > === > RCS file: /cvs/ports/net/mcabber/Makefile,v > retrieving revision 1.38 > diff -u -p -u -r1.38 Makefile > --- Makefile 12

[Update] textproc/p5-PPIx-QuoteLike : Update to 0.013

2020-11-22 Thread wen heping
Hi, ports@: Here is a patch for textproc/p5-PPIx-QuoteLike to update to 0.013. It build well and pass all tests on amd64-6.8 system. Its only one dependence port devel/p5-Perl-Critic build well and pass all tests too. Cheers ! wen Index: Makefile

aarch64 bulk build report

2020-11-22 Thread phessler
bulk build on arm64.ports.openbsd.org started on Fri Nov 20 04:33:02 MST 2020 finished at Sun Nov 22 18:50:13 MST 2020 lasted 2D14h17m done with kern.version=OpenBSD 6.8-current (GENERIC.MP) #905: Thu Nov 19 22:40:17 MST 2020 built packages:10773 Nov 20:3960 Nov 21:1568 Nov 22:5244 critical

Re: [PATCH 00/11] first attempt at updating sphinx

2020-11-22 Thread Aisha Tammy
On 11/15/20 9:30 PM, Brad Smith wrote: > Even an update to 1.8.5 which still has Python 2 support would be an > improvement for > the areas I have run into Sphinx issues. > > On 11/15/2020 4:12 PM, Stuart Henderson wrote: > >> It either needs the port splitting (py2-sphinx and py-sphinx) or

[MAINTAINER UPDATE] graphics/makehuman -> 1.2.0

2020-11-22 Thread Dimitri Karamazov
Update makehuman to 1.2.0 Build, run tested on amd64 Index: Makefile === RCS file: /cvs/ports/graphics/makehuman/Makefile,v retrieving revision 1.33 diff -u -p -r1.33 Makefile --- Makefile16 Aug 2020 08:03:05 - 1.33 +++

Re: cyrus-imapd upstreamed patches and improvements

2020-11-22 Thread Anatoli
Solene, Thanks! Now everything is clear! :) On 22/11/20 07:43, Solene Rapenne wrote: > On Sun, 22 Nov 2020 00:27:42 -0300 > Anatoli : > >> Hi Antoine, Stuart, All, >> >> E.g. in the vim port there are these flavors defined: >> >> 35:FLAVORS+=gtk2 gtk3 no_x11 >> 37:FLAVORS+=lua perl

Re: [UPDATE] net/mcabber to 1.1.2

2020-11-22 Thread Ricardo Mestre
you were right, I just committed it with your tweak thanks! On 20:24 Sun 22 Nov , Markus Hennecke wrote: > Yes, but make lib-depends-check complains: > > Missing: panel.6 (/usr/local/bin/mcabber) (system lib) > Extra: panelw.6 > WANTLIB += panel > Scanning: ok > > So with the slight change

Re: [New] cad/dxf2gcode 20191025

2020-11-22 Thread Paco Esteban
Hi, On Thu, 12 Nov 2020, Tracey Emery wrote: > On Thu, Nov 12, 2020 at 05:17:02PM +, Stuart Henderson wrote: > > On 2020/11/12 09:58, Tracey Emery wrote: > > > Hello ports, > > > > > > Attached is a new port, cad/dxf2gcode. > > > > > > DXF2GCODE is a tool for converting 2D (dxf, pdf, ps)

Re: [New] cad/dxf2gcode 20191025

2020-11-22 Thread Tracey Emery
On Sun, Nov 22, 2020 at 06:03:38PM +0100, Paco Esteban wrote: > Hi, > > On Thu, 12 Nov 2020, Tracey Emery wrote: > > > On Thu, Nov 12, 2020 at 05:17:02PM +, Stuart Henderson wrote: > > > On 2020/11/12 09:58, Tracey Emery wrote: > > > > Hello ports, > > > > > > > > Attached is a new port,

Re: update x11/wxWidgets to 3.0.5

2020-11-22 Thread Daniel Dickman
On Sun, 22 Nov 2020, Jeremie Courreges-Anglas wrote: > On Sun, Nov 22 2020, Daniel Dickman wrote: > > This is a minor point release for wxWidgets but upstream says it is a > > highly recommended upgrade bringing about 2 years of bug fixes and > > improvements. > > > > I've compile tested

Re: NEW: sysutils/py-vsphere-automation

2020-11-22 Thread Pavel Korovin
On 11/22, Stuart Henderson wrote: > On 2020/11/22 16:45, Klemens Nanni wrote: > > On Sun, Nov 22, 2020 at 02:42:16AM +0300, Pavel Korovin wrote: > > > I'm looking for OKs to import this. > > `make test' works with two small warnings, "devel" should probably be > > the primary category instead of

Re: retire devel/py-trollius

2020-11-22 Thread Björn Ketelaars
On Sun 22/11/2020 10:25, Daniel Dickman wrote: > The trollius project has been dead for some time. python3 code should be > using asyncio instead. > > ok to retire this python2-only port? There are no remaining consumers in > the tree. Sure OK bket@

Re: update x11/wxWidgets to 3.0.5

2020-11-22 Thread Jeremie Courreges-Anglas
On Sun, Nov 22 2020, Daniel Dickman wrote: > This is a minor point release for wxWidgets but upstream says it is a > highly recommended upgrade bringing about 2 years of bug fixes and > improvements. > > I've compile tested about 30 consumers of wxWidgets on amd64. That is good. It would be

Re: [NEW] apt-mirror, first port, questions

2020-11-22 Thread Allan Streib
Stuart Henderson writes: > Since we don't seem to be making any progress on agreeing on an > additional uid range to use for ports (anything proposed so far either > bumps into ranges used in some developer large installations, or uses > high numbers resulting in concerns about large

Re: update py-pandas to 1.1.4

2020-11-22 Thread Björn Ketelaars
On Sun 22/11/2020 10:30, Daniel Dickman wrote: > update to latest version of pandas fixing a few corner cases and > regressions. > > ok? Builds, and runs on amd64. Run tested with some scripts. OK bket@

Re: NEW: x11/xss-lock

2020-11-22 Thread Stuart Henderson
On 2020/11/22 16:25, Stuart Henderson wrote: > OK to import this? It's similar in some ways to xidle but this triggers > the locker a little earlier. In particular, if the screen is blanked by > DPMS, the locker runs while the screen is blank, not when it is unblanked > again. > > > > $

Re: NEW: x11/xss-lock

2020-11-22 Thread Daniel Dickman
On Sun, 22 Nov 2020, Stuart Henderson wrote: > On 2020/11/22 16:25, Stuart Henderson wrote: > > OK to import this? It's similar in some ways to xidle but this triggers > > the locker a little earlier. In particular, if the screen is blanked by > > DPMS, the locker runs while the screen is

Re: NEW: sysutils/py-vsphere-automation

2020-11-22 Thread Klemens Nanni
Ah, one thing: I think there were drawbacks with using RUN_DEPENDS = ${BUILD_DEPENDS} so best to duplicate them here. I think pre-build can be smarter, i.e. cd ${WRKSRC}/lib/ && find . -name \*.whl -exec env pip ... {} + But I can't test that right now, so OK kn for the updated

Fw: Re: Ask help to contribute codes to https://github.com/libressl-portable/

2020-11-22 Thread Xiao Ling XL Chen
I ported libRessl to IBM zOS platform and would like to contribute our code to libressl github, is there anyone guides me the process? Thanks. Best regards, Sunny (Xiao Ling Chen) z/OS USS DBX Development and L3 IBM China Systems & Technology Lab (CSTL) Tel:86-010-82452454 E-mail:

Re: Fw: Re: Ask help to contribute codes to https://github.com/libressl-portable/

2020-11-22 Thread Xiao Ling XL Chen
FYI Best regards, Sunny (Xiao Ling Chen) z/OS USS DBX Development and L3 IBM China Systems & Technology Lab (CSTL) Tel:86-010-82452454 E-mail: chenx...@cn.ibm.com From: Xiao Ling XL Chen/China/IBM To: ports@openbsd.org Date: 2020/11/23 12:47 PM Subject:Re: Fw: [EXTERNAL]

Re: Fw: Re: Ask help to contribute codes to https://github.com/libressl-portable/

2020-11-22 Thread Xiao Ling XL Chen
FYI Best regards, Sunny (Xiao Ling Chen) z/OS USS DBX Development and L3 IBM China Systems & Technology Lab (CSTL) Tel:86-010-82452454 E-mail: chenx...@cn.ibm.com From: Xiao Ling XL Chen/China/IBM To: ports@openbsd.org Date: 2020/11/23 01:38 PM Subject:Re: Fw: [EXTERNAL]

Re: Fw: Re: Ask help to contribute codes to https://github.com/libressl-portable/

2020-11-22 Thread Xiao Ling XL Chen
I ported libRessl to IBM zOS platform and would like to contribute our code to libressl github, is there anyone guides me the process? Thanks. Best regards, Sunny (Xiao Ling Chen) z/OS USS DBX Development and L3 IBM China Systems & Technology Lab (CSTL) Tel:86-010-82452454 E-mail:

Re: Fw: Re: Ask help to contribute codes to https://github.com/libressl-portable/

2020-11-22 Thread Xiao Ling XL Chen
FYI Sunny From: Xiao Ling XL Chen/China/IBM To: ports@openbsd.org Date: 2020/11/23 12:47 PM Subject:Re: Fw: [EXTERNAL] Re: Ask help to contribute codes to https://github.com/libressl-portable/ I ported libRessl to IBM zOS platform and would like to contribute our

Re: [MAINTAINER UPDATE] graphics/makehuman -> 1.2.0

2020-11-22 Thread Rafael Sadowski
On Sun Nov 22, 2020 at 03:51:49PM -, Dimitri Karamazov wrote: > - > +V= 1.2.0 > GH_ACCOUNT= makehumancommunity > GH_PROJECT= makehuman > -GH_TAGNAME= b0ca7c8837327b6fbcccfcc85f75a9854f95ea05 > +GH_TAGNAME= v${V} > I see no reason to introduce a new variable $V here otherwise

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/11/22 01:36:14 Modified files: security/p5-Crypt-OpenSSL-Random: Makefile distinfo Log message: Update to p5-Crypt-OpenSSL-Random-0.15 from wen heping, OK afresh1@

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/11/22 01:27:21 Log message: Import p5-Crypt-OpenSSL-Guess-0.11 from wen heping, OK afresh1@ Status: Vendor Tag: benoit Release Tags: benoit_20201122 N

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/11/22 01:30:08 Modified files: security : Makefile Log message: +p5-Crypt-OpenSSL-Guess

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/11/22 03:19:33 Modified files: archivers/py-lz4: Makefile distinfo archivers/py-lz4/patches: patch-setup_py Log message: Update to py-lz4-3.1.1.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 03:19:44 Modified files: mail/sendmail : Makefile Log message: Bump to be ahead of -stable.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 07:53:02 Modified files: www/py-bokeh : Makefile www/py-bokeh/pkg: PLIST Log message: convert bokeh into a flavored port ok sthen@

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 08:12:04 Modified files: www/py-autobahn: Makefile www/py-autobahn/pkg: PLIST Log message: make py-autobahn python3 only This removes a dependency on the obsolete py-trollius port.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 08:12:55 Modified files: www: Makefile Log message: remove py-autobahn

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 02:01:28 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.38.2.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 02:41:11 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/patches: patch-libyelp_yelp-man-parser_c Removed files: x11/gnome/yelp/files: yelp-groff Log

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 03:07:49 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 03:19:03 Modified files: mail/sendmail : Tag: OPENBSD_6_8 Makefile mail/sendmail/files: Tag: OPENBSD_6_8 site.OS.m4 Log message: Use OpenSSL/1.1 for TLS. There's a regression

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Kevin Lo
CVSROOT:/cvs Module name:ports Changes by: ke...@cvs.openbsd.org 2020/11/22 06:41:11 Modified files: sysutils/hw-probe: Makefile Log message: Only add the dmidecode dependency for i386 and amd64. ok David Dahlberg (maintainer)

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/11/22 07:43:02 Modified files: net/kea: Makefile distinfo net/kea/pkg: PFRAG.mysql PFRAG.postgresql PLIST Log message: update to kea-1.8.0

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 09:05:14 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-3.38.2.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/11/22 02:01:00 Modified files: www/p5-Apache-LogFormat-Compiler: Makefile distinfo Log message: Update to p5-Apache-LogFormat-Compiler-0.36.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 02:20:54 Modified files: x11/gnome/user-docs: Makefile distinfo Log message: Update to gnome-user-docs-3.38.2.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 08:14:34 Modified files: devel/py-txaio : Makefile devel/py-txaio/pkg: PLIST Log message: make py-txaio python3 only This removes the final dependency on the obsolete py-trollius

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 08:15:04 Modified files: devel : Makefile Log message: remove py-txaio

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 01:57:31 Modified files: x11/gnome/devel-docs: Makefile distinfo Log message: Update to gnome-devel-docs-3.38.2.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 02:39:38 Modified files: x11/gnome/music: Makefile distinfo Log message: Update to gnome-music-3.38.2.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/11/22 07:10:00 Removed files: mail/neomutt/patches: Tag: OPENBSD_6_8 patch-contrib_gpg_rc patch-index_c Log message: remove old patches

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 07:54:28 Modified files: www: Makefile Log message: py-bokeh is now flavored

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 08:17:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-autobahn and py-txaio become python3-only so the obsolete devel/py-trollius can be

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/11/22 17:49:15 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-Makefile_in patch-configure x11/wxWidgets/pkg: PLIST-main Log message: Update to

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 14:30:15 Modified files: math/ocaml-num : Makefile distinfo Log message: update to ocaml-num 1.4 ok chrisz@

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 14:30:43 Modified files: math/ocaml-zarith: Makefile distinfo math/ocaml-zarith/patches: patch-configure patch-project_mak math/ocaml-zarith/pkg: PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 10:40:08 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: retire py-trollius; ok bket, landry

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/11/22 11:25:36 Modified files: x11: Makefile Log message: +xss-lock

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/11/22 11:25:12 Log message: import ports/x11/xss-lock, tweak/ok daniel@ xss-lock uses the MIT screen saver extension for X to allow running your choice of screen locker when X's screen saver

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 10:42:22 Removed files: devel/py-trollius: Makefile distinfo devel/py-trollius/pkg: DESCR PLIST Log message: send py-trollius to the attic py-trollius is a long obsolete project for

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 10:43:41 Modified files: math/py-pandas : Makefile distinfo Log message: update pandas to 1.1.4 for the latest batch of bug fixes ok bket@

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2020/11/22 11:36:01 Modified files: devel/py-six : Makefile distinfo Log message: update py-six to 1.15.0 Submitted by Aisha Tammy back in September as one step toward getting py-sphinx updated. Also

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 11:49:33 Modified files: x11/gnome/yelp/pkg: PLIST Log message: Forgot in previous.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Remi Locherer
CVSROOT:/cvs Module name:ports Changes by: r...@cvs.openbsd.org2020/11/22 10:06:00 Modified files: sysutils/rsyslog: Makefile sysutils/rsyslog/pkg: PLIST-main Log message: Enable imfile. ok sthen@

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/22 11:45:00 Modified files: x11/gnome/yelp : Makefile Log message: Oops, unbreak.

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/11/22 13:51:29 Log message: Import py-vsphere-automation, VMware vSphere Automation SDK for Python. Help from kmos@, kn@, sthen@, thanks! ok kn@ Status: Vendor Tag: pvk Release

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Ricardo Mestre
CVSROOT:/cvs Module name:ports Changes by: mes...@cvs.openbsd.org 2020/11/22 13:52:14 Modified files: net/mcabber: Makefile distinfo Log message: update to 1.1.2 OK gnezdo@ and OK/tweak Markus Hennecke (maintainer)

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/11/22 13:52:44 Modified files: sysutils : Makefile Log message: +py-vsphere-automation,python3

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/11/23 00:10:05 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/pkg: PLIST Log message: Update qt-creator to 4.13.3

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/11/23 00:33:20 Modified files: devel/cmake: Makefile cmake.port.mk devel/cmake/patches: patch-Modules_Compiler_G95-Fortran_cmake

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/11/23 00:25:15 Modified files: devel/cmake/patches: patch-Modules_Platform_OpenBSD_cmake Log message: Fix comment and DEBUG_PACKAGES detection Use DEFINE ENV{} instead $ENV cmake syntax and

CVS: cvs.openbsd.org: ports

2020-11-22 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/11/23 00:48:32 Modified files: textproc/p5-PPIx-QuoteLike: Makefile distinfo Log message: Update to p5-PPIx-QuoteLike-0.013 from wen heping