CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 23:59:08 Modified files: sysutils/u-boot: Makefile distinfo sysutils/u-boot/patches: patch-configs_pinebook-pro-rk3399_defconfig

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 23:53:05 Modified files: devel/arm-none-eabi/binutils: Makefile distinfo devel/arm-none-eabi/binutils/patches:

Re: Interest check: gh (github's cli)

2020-10-05 Thread Aisha Tammy
On 10/5/20 9:50 AM, Ricardo wrote: > Hey ports@ > > Github released a cli application (gh) written in go and I would like to know > if there any interest on having it under OpenBSD. > > Take care. > Ricardo > > Speaking as an enduser, I would love this too :D Aisha

Re: make py-numpydoc python3 only

2020-10-05 Thread Kurt Mosiejczuk
On Mon, Oct 05, 2020 at 07:57:49PM -0400, Daniel Dickman wrote: > matplotlib is now python3 only so py-numpydoc will need to be python3 only > in order to update matplotlib. > Only devel/spyder/spyder uses py-numpydoc but that port is already python3 > only. > ok? ok kmos --Kurt > Index:

Re: Make py-nltk python3 only

2020-10-05 Thread Kurt Mosiejczuk
On Mon, Oct 05, 2020 at 07:54:35PM -0400, Daniel Dickman wrote: > matplotlib is now python3 only so py-nltk will need to be python3 only > in order to update matplotlib. > ok? ok kmos --Kurt > Index: Makefile > === > RCS file:

make py-numpydoc python3 only

2020-10-05 Thread Daniel Dickman
matplotlib is now python3 only so py-numpydoc will need to be python3 only in order to update matplotlib. Only devel/spyder/spyder uses py-numpydoc but that port is already python3 only. ok? Index: Makefile === RCS file:

Make py-nltk python3 only

2020-10-05 Thread Daniel Dickman
matplotlib is now python3 only so py-nltk will need to be python3 only in order to update matplotlib. ok? Index: Makefile === RCS file: /cvs/ports/textproc/py-nltk/Makefile,v retrieving revision 1.25 diff -u -p -u -r1.25 Makefile

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 17:04:15 Modified files: editors/zile : Makefile Added files: editors/zile/patches: patch-lib_vasnprintf_c Log message: Prevent gnulib compat code from using snprintf("...%n") for no

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/10/05 16:09:35 Modified files: net/prosody: Makefile distinfo net/prosody/patches: patch-core_certmanager_lua patch-util_prosodyctl_lua

UPDATE net/prosody 0.11.7 from maintainer

2020-10-05 Thread Lucas
Hello ports@, Here is an update for Prosody. I've been a bit out-of-the-loop and dunno if I'm on time before ports' tree lock before 6.8, so apologies for that. From the release notes: > This is a security release for the 0.11.x stable branch. It is > strongly recommended that all users upgrade

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 15:50:40 Modified files: devel/m4 : Makefile devel/bison: Makefile Added files: devel/m4/patches: patch-lib_vasnprintf_c devel/bison/patches:

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2020/10/05 15:08:19 Modified files: games : Makefile Log message: Link games/odamex.

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2020/10/05 15:07:37 Log message: Import games/odamex. ``` Odamex is a free, cross-platform modification of the Doom engine that allows players to easily join servers dedicated to playing Doom

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/10/05 14:52:19 Modified files: net/coredns: Makefile Log message: Fix PR number.

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/10/05 14:51:18 Modified files: lang/python: python.port.mk Makefile Log message: Add the necessary bits in python.port.mk to recognize 3.9 as a valid Python version and hook Python 3.9.0 up to

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/10/05 14:48:12 Log message: Import Python 3.9.0, the first stable release of Python 3.9 ok sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20201005 N

Re: Interest check: gh (github's cli)

2020-10-05 Thread Mikolaj Kucharski
On Mon, Oct 05, 2020 at 05:00:48PM +0100, Stuart Henderson wrote: > Still horrible but now with 100% more manpages (but the formatting is > not very pleasant to the eye...) I don't want to push discussion into bikeshedding, but I would go for sysutils/github-cli as pkgpath and github-cli as

Update: www/ruby-capybara 3.33.0

2020-10-05 Thread Jeremy Evans
This update capybara to the latest release. This requires an updated version of the xpath gem, as well as a new import for the regexp_parser gem (attached). Changelog: https://github.com/teamcapybara/capybara/blob/master/History.md Importantly, this fixes a lot of gem warnings in Ruby 2.7.

Update: www/ruby-rack 2.2.3

2020-10-05 Thread Jeremy Evans
This updates rack to the latest release. CHANGELOG: https://github.com/rack/rack/blob/master/CHANGELOG.md The gem no longer ships with tests, so remove the test related code. Tested with my apps on amd64. I checked the other ruby ports that depend on rack and they all build. Will be committing

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 13:52:43 Modified files: x11/gnome/keyring: Makefile Log message: gnupg2->gnupg in comments

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 13:48:30 Removed files: security/gnupg2: Makefile distinfo security/gnupg2/patches: patch-doc_Makefile_in security/gnupg2/pkg: DESCR PFRAG.ldap PLIST README Log message: This

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 13:46:18 Modified files: security : Makefile mail/enigmail : Makefile mail/mutt : Makefile mail/neomutt : Makefile mail/notmuch/notmuch: Makefile

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/10/05 13:23:10 Modified files: net/dhcpcd : Makefile distinfo Removed files: net/dhcpcd/patches: patch-src_if-bsd_c patch-src_if_c patch-src_if_h Log

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/10/05 13:20:22 Modified files: textproc/ruby-yard: Makefile Log message: Comment out TEST_DEPENDS when MODRUBY_TEST is commented out

Re: Remove Python 3.7

2020-10-05 Thread Kurt Mosiejczuk
On Mon, Oct 05, 2020 at 02:58:10PM -0400, Kurt Mosiejczuk wrote: > We stopped building packages for Python 3.7 for 6.8. It has been > vestigial. Remove it? > If desired, I could submit a version to bring in Python 3.9.0, which > got released today. > (cc maintainer) Just remembered something

Re: Remove Python 3.7

2020-10-05 Thread Kurt Mosiejczuk
On Mon, Oct 05, 2020 at 09:03:03PM +0200, Klemens Nanni wrote: > On Mon, Oct 05, 2020 at 02:58:10PM -0400, Kurt Mosiejczuk wrote: > > We stopped building packages for Python 3.7 for 6.8. It has been > > vestigial. Remove it? > Fine with me. > > If desired, I could submit a version to bring in

Re: Remove Python 3.7

2020-10-05 Thread Klemens Nanni
On Mon, Oct 05, 2020 at 02:58:10PM -0400, Kurt Mosiejczuk wrote: > We stopped building packages for Python 3.7 for 6.8. It has been > vestigial. Remove it? Fine with me. > If desired, I could submit a version to bring in Python 3.9.0, which > got released today. Sure, as a follow-up diff on its

New? Python 3.9.0

2020-10-05 Thread Kurt Mosiejczuk
On Fri, Oct 02, 2020 at 02:46:09PM -0400, Kurt Mosiejczuk wrote: > I took a stab at Python 3.9.0rc2. I don't think it is worth importing before > the final release of 3.9.0, but figured if anyone wants to do some testing > that this could be useful. > (tarball starts with a 3.9 directory to be

Remove Python 3.7

2020-10-05 Thread Kurt Mosiejczuk
We stopped building packages for Python 3.7 for 6.8. It has been vestigial. Remove it? If desired, I could submit a version to bring in Python 3.9.0, which got released today. (cc maintainer) --Kurt Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/10/05 11:13:13 Modified files: lang/ruby/2.7 : Makefile distinfo lang/ruby/2.7/patches: patch-configure lang/ruby/2.7/pkg: PLIST-main PLIST-ri_docs Log message: Update to Ruby

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/10/05 10:49:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for removal of Ruby 2.5

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2020/10/05 10:35:23 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 20 Test by Ricardo (thanks!) OK solene@

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/10/05 10:34:48 Removed files: lang/ruby/2.5 : Makefile distinfo lang/ruby/2.5/patches: patch-common_mk patch-compile_c patch-configure patch-ext_etc_etc_c

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/10/05 10:33:09 Modified files: lang/ruby : ruby.port.mk Log message: Remove ruby25 FLAVOR support from lang/ruby module OK kn@, jasper@

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/10/05 10:33:46 Modified files: lang/ruby : Makefile Log message: Unhook Ruby 2.5

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/10/05 10:06:51 Modified files: graphics : Makefile Log message: +fna3d

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/10/05 10:05:27 Log message: import graphics/fna3d ok solene@ DESCR: FNA3D was written to be used for FNA's Graphics namespace. It carries the same API design as XNA 4.0, with various

Re: Interest check: gh (github's cli)

2020-10-05 Thread Stuart Henderson
On 2020/10/05 16:52, Stuart Henderson wrote: > On 2020/10/05 14:50, Ricardo wrote: > > Hey ports@ > > > > Github released a cli application (gh) written in go and I would like to > > know if there any interest on having it under OpenBSD. > > > > Take care. > > Ricardo > > > > > > Working but

Re: [new] games/shapezio (factorio like)

2020-10-05 Thread Thomas Frohwein
On Sat, Oct 03, 2020 at 11:55:10PM -0600, Thomas Frohwein wrote: > On Mon, Sep 21, 2020 at 11:17:21AM +0200, Solene Rapenne wrote: > > Please find a port for the commercial and opensource game > > https://github.com/tobspr/shapez.io/ > > > > I made a desktop file running electron on the game

Re: Interest check: gh (github's cli)

2020-10-05 Thread Stuart Henderson
On 2020/10/05 14:50, Ricardo wrote: > Hey ports@ > > Github released a cli application (gh) written in go and I would like to > know if there any interest on having it under OpenBSD. > > Take care. > Ricardo > > Working but horrible port attached. gh-cli.tgz Description: application/tar-gz

Re: Interest check: gh (github's cli)

2020-10-05 Thread Edd Barrett
On Mon, Oct 05, 2020 at 02:50:35PM +0100, Ricardo wrote: > Github released a cli application (gh) written in go and I would like to > know if there any interest on having it under OpenBSD. Yes, but last time I tried it, it didn't compile. May have been fixed now? -- Best Regards Edd Barrett

Re: Interest check: gh (github's cli)

2020-10-05 Thread Olav Fosse
I use hub(the old cli application) currently so if a gh-cli port was made I would certainly try that out. man. 5. okt. 2020 kl. 15:51 skrev Ricardo : > > Hey ports@ > > Github released a cli application (gh) written in go and I would like to > know if there any interest on having it under

Re: Interest check: gh (github's cli)

2020-10-05 Thread Mikolaj Kucharski
On Mon, Oct 05, 2020 at 02:50:35PM +0100, Ricardo wrote: > Hey ports@ > > Github released a cli application (gh) written in go and I would like to > know if there any interest on having it under OpenBSD. Yes, very much yes please. I had a stab at github-cli, but hit some issues in portgen(1) and

Re: MODGO_MODULES generator helper.

2020-10-05 Thread Paco Esteban
On Fri, 25 Sep 2020, Paco Esteban wrote: > On Thu, 25 Jun 2020, Paco Esteban wrote: > > > Hi ports@, > > > > I had the idea of having a make target to help with MODGO_MODULES and > > MODGO_MODFILES generation just like devel/cargo does with its > > modcargo-gen-crates. > > > > It may be a bit

[new] geo/librttopo

2020-10-05 Thread Landry Breuil
Hi, here's a new port for librttopo, a new dependency for an upcoming spatialite 5.0 update - nothing should pick it up besides spatialite anyway. The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided data stores. The code is

[new] archivers/minizip

2020-10-05 Thread Landry Breuil
Hi, here's a port for minizip, taken from https://github.com/nmoinvaz/minizip - minizip was originally in the contrib/ subdir of zlib, then moved to https://www.winimage.com/zLibDll/minizip.html, then more or less died there, and then got a new upstream on github (that everyone seems to point

Interest check: gh (github's cli)

2020-10-05 Thread Ricardo
Hey ports@ Github released a cli application (gh) written in go and I would like to know if there any interest on having it under OpenBSD. Take care. Ricardo

Re: NEW: fd v8.1.1

2020-10-05 Thread Stephen Gregoratto
On 2020-09-15 11:13, Stephen Gregoratto wrote: > On 2020-09-14 13:23, Stephen Gregoratto wrote: > > Pinging for visibility. Any feedback? > > -- > > Stephen Gregoratto > I was told to re-attach the tarball, so here it is again. > -- > Stephen Gregoratto Ping again. I've notified upstream and

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/10/05 06:14:23 Modified files: graphics/gimp/resynthesizer: Makefile Log message: fix build

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/10/05 02:54:28 Modified files: print/cups-filters: Makefile print/cups-filters/pkg: PLIST Log message: Use --with-pdftops-path instread of CONFIGURE_ENV and remove dependency on

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/10/05 02:11:45 Modified files: sysutils/firmware/amdgpu: Makefile distinfo sysutils/firmware/amdgpu/pkg: PLIST Log message: update amdgpu firmware to 20200918