Re: [NEW] math/h5py

2020-01-21 Thread Martin Reindl
On Mon, Jan 20, 2020 at 02:46:06PM +0100, Martin Reindl wrote: > h5py is a thin, pythonic wrapper around the HDF5 library. > > Tests on amd64: 526 passed, 20 skipped, 3 xfailed, 2 warnings > Further tests, for example on sparc64 welcome (recent experience shows > hdf5-related ports are always prob

Re: update: devel/py-country

2020-01-21 Thread Kurt Mosiejczuk
On Tue, Jan 21, 2020 at 08:50:01PM +, Stuart Henderson wrote: > py2 still works for now, but perhaps we should add a comment to the port > Makefile mentioning this though so that people doing future updates > make sure they test there .. > > @@ -1,4 +1,6 @@ > > @comment $OpenBSD: PLIST,v 1.8

Re: [update] shells/fish with fixes for fish_config and vmctl completion

2020-01-21 Thread Aaron Bieber
On Tue, 21 Jan 2020 at 17:32:51 -0700, Aaron Bieber wrote: > Hi, > > This diff does two things: > > - Fix vmctl completion. Currently the hostname bits are off. > - Fix 'fish_config' now that browsers are unveil'd. > > Both patches have been sent upstream: > https://github.com/fish-shell/fish-

Re: mu: use ports-gcc

2020-01-21 Thread Xiyue Deng
Xiyue Deng writes: > Hi, > > Currently mu requires ports-clang which I think is because there was a > time that GCC 4.9 didn't support C++14. Now that GCC is on 8.3, mu can > be unblocked for GCC archs as well. I didn't change patch level as I > think there is no visible change, but correct me

mu: use ports-gcc

2020-01-21 Thread Xiyue Deng
Hi, Currently mu requires ports-clang which I think is because there was a time that GCC 4.9 didn't support C++14. Now that GCC is on 8.3, mu can be unblocked for GCC archs as well. I didn't change patch level as I think there is no visible change, but correct me if I'm wrong. Tested on mips64e

Re: UPDATE: mail/msmtp 1.6.6p1 -> 1.8.6

2020-01-21 Thread Xiyue Deng
Friendly ping. Xiyue Deng writes: > Stuart Henderson writes: > >> I'd prefer not to be CC'd on ports that I don't have anything to do with, >> ports@ is enough. >> > > Sorry about this Stuart. It's just that it has been weeks since I sent > out the diff and there is not dedicated maintainer fo

Re: [NEW] textproc/scdoc

2020-01-21 Thread Aaron Bieber
On Sun, 19 Jan 2020 at 23:35:18 -0500, Raymond E. Pasco wrote: > This is a simple man page generation language. > > The only patch is to some tests, which failed because of errors in > the tests themselves rather than program errors. > > I'm not experienced at OpenBSD ports; feedback is appreciat

Re: [NEW] textproc/scdoc

2020-01-21 Thread trondd
On Sun, January 19, 2020 11:35 pm, Raymond E. Pasco wrote: > This is a simple man page generation language. > > The only patch is to some tests, which failed because of errors in > the tests themselves rather than program errors. > > I'm not experienced at OpenBSD ports; feedback is appreciated. >

Re: UPDATE: Nextcloud-18.0.0

2020-01-21 Thread Aaron Bieber
On Tue, 21 Jan 2020 at 11:44:07 +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Update for Nextcloud to 18.0.0: > > https://nextcloud.com/changelog/ > > OK? Comments? OK abieber@ > > Cheers.- > > -- > > - gonzalo -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1

[update] shells/fish with fixes for fish_config and vmctl completion

2020-01-21 Thread Aaron Bieber
Hi, This diff does two things: - Fix vmctl completion. Currently the hostname bits are off. - Fix 'fish_config' now that browsers are unveil'd. Both patches have been sent upstream: https://github.com/fish-shell/fish-shell/pull/6523 https://github.com/fish-shell/fish-shell/pull/6522 OK? di

Re: Debug packages policy?

2020-01-21 Thread Antoine Jacoutot
On Tue, Jan 21, 2020 at 02:00:52PM +, cho...@jtan.com wrote: > Antoine Jacoutot writes: > > On Tue, Jan 21, 2020 at 11:57:23AM +, cho...@jtan.com wrote: > > > > > > > > > > I don't quite understand your mail. > > This: > > > > > > What's the policy for adding debug packages to ports? >

Re: ports unable to resolve dependencies in some cases

2020-01-21 Thread Marc Espie
On Tue, Jan 21, 2020 at 10:10:52AM -0500, Kurt Mosiejczuk wrote: > On Tue, Jan 21, 2020 at 04:02:34PM +0100, Marc Espie wrote: > > > > This happens to me fairly frequently, whether it is on that sparc64 box or > > > my amd64 laptop. Yes, I use FETCH_PACKAGES. No, my /etc/installurl is not > > > wr

Re: update: devel/py-country

2020-01-21 Thread Stuart Henderson
On 2020/01/21 19:55, Paco Esteban wrote: > Hi ports@, > > Here's an update for devel/py-country from 18.12.8 to 19.8.18. > This is part of a dependency rabbit hole I fell into that may or may not > end up well, but this is done already so here it is. > > All tests pass for me on amd64. I checked

Re: NEW: audio/yt-audio

2020-01-21 Thread ralphe
On 21/01 20:17, Stuart Henderson wrote: > On 2020/01/21 09:31, aisha wrote: > > This is awesome, always wanted to just download the songs. > > yt-audio adds some extra things, but that has always been possible > with command-line options..to save typing them each time I have used > this little w

Re: [NEW] devel/p5-PGObject

2020-01-21 Thread Chris Bennett
I have changed the Makefile and edited the DESCR I removed the TEST_DEPENDS of p5-Test-CheckManifest. I kept the RUN_DEPENDS of p5-DBD>=2.0, but removed it from the TEST_DEPENDS because it is already listed in RUN_DEPENDS. This module does what I have done in my own programming. It accepts $dbh f

Re: devel/openmpi mpifort error; compiler

2020-01-21 Thread j
On 2020-01-21 12:45, Martin Reindl wrote: Am 20.01.20 um 22:55 schrieb j...@bitminer.ca: This fixes the mpifort command which can't find egfortran. I also propose removing COMPILER = base-clang since this compiles with gcc anyway. GCC also has some advantages for us fortran users (coarray f

Re: NEW: audio/yt-audio

2020-01-21 Thread Stuart Henderson
On 2020/01/21 09:31, aisha wrote: > This is awesome, always wanted to just download the songs. yt-audio adds some extra things, but that has always been possible with command-line options..to save typing them each time I have used this little wrapper unchanged for ~5 years $ cat ~/bin/youtube-dl-

Re: devel/openmpi mpifort error; compiler

2020-01-21 Thread Stuart Henderson
On 2020/01/21 20:45, Martin Reindl wrote: > Am 20.01.20 um 22:55 schrieb j...@bitminer.ca: > > This fixes the mpifort command which can't find egfortran. > > > > I also propose removing COMPILER = base-clang since this compiles > > with gcc anyway. GCC also has some advantages for us fortran > >

Re: devel/openmpi mpifort error; compiler

2020-01-21 Thread Martin Reindl
Am 20.01.20 um 22:55 schrieb j...@bitminer.ca: > This fixes the mpifort command which can't find egfortran. > > I also propose removing COMPILER = base-clang since this compiles > with gcc anyway. GCC also has some advantages for us fortran > users (coarray fortran). Hello John, - OK for the CO

update: devel/py-country

2020-01-21 Thread Paco Esteban
Hi ports@, Here's an update for devel/py-country from 18.12.8 to 19.8.18. This is part of a dependency rabbit hole I fell into that may or may not end up well, but this is done already so here it is. All tests pass for me on amd64. I checked consumers, these are the results: * multimedia/stream

Re: NEW: audio/yt-audio

2020-01-21 Thread Paul Irofti
That's why I choose not to prefix it with py. Glad to hear I got it right :) Same rule as for youtube-dl.

Re: [update] nnn 2.8.1 > v2.9

2020-01-21 Thread Björn Ketelaars
On Tue 21/01/2020 11:55, Dnsgate wrote: > The last sent diff had weird encoding for spaces. > Here is a good one: Diff looks good, however did you see https://github.com/jarun/nnn/pull/441? Maybe this is something you could discuss with MAINTAINER?

Re: NEW: audio/yt-audio

2020-01-21 Thread Stuart Henderson
On 2020/01/21 15:28, Landry Breuil wrote: > On Tue, Jan 21, 2020 at 04:16:43PM +0200, Paul Irofti wrote: > > Hi, > > > > Here is a port for fetching audio from youtube streams. It is mainly a > > wrapper around youtube-dl with some extra ffmpeg magic. > > > > youtube-dl fans will also love this p

Re: Debug packages policy?

2020-01-21 Thread Stuart Henderson
On 2020/01/20 23:31, Christian Weisgerber wrote: > What's the policy for adding debug packages to ports? > > Is the intend to add debug packages... > * eventually to all ports > or > * only to ports where they seem particularly useful? > > -- > Christian "naddy" Weisgerber

devel/openmpi mpifort error; compiler

2020-01-21 Thread j
This fixes the mpifort command which can't find egfortran. I also propose removing COMPILER = base-clang since this compiles with gcc anyway. GCC also has some advantages for us fortran users (coarray fortran). --John Index: Makefile

Re: [update] nnn 2.8.1 > v2.9

2020-01-21 Thread Dnsgate
The last sent diff had weird encoding for spaces. Here is a good one: Index: Makefile === RCS file: /cvs/ports/sysutils/nnn/Makefile,v retrieving revision 1.4 diff -u -p -u -r1.4 Makefile --- Makefile 13 Jan 2020 17:53:31 - 1.4 +

Re: NEW: audio/yt-audio

2020-01-21 Thread aisha
This is awesome, always wanted to just download the songs. Sick port. Thanks a lot. --- Aisha www.aisha.cc On 2020-01-21 09:28, Landry Breuil wrote: On Tue, Jan 21, 2020 at 04:16:43PM +0200, Paul Irofti wrote: Hi, Here is a port for fetching audio from youtube streams. It is mainly a wrapper

Re: ports unable to resolve dependencies in some cases

2020-01-21 Thread Kurt Mosiejczuk
On Tue, Jan 21, 2020 at 04:02:34PM +0100, Marc Espie wrote: > > This happens to me fairly frequently, whether it is on that sparc64 box or > > my amd64 laptop. Yes, I use FETCH_PACKAGES. No, my /etc/installurl is not > > wrong, because if I then run "pkg_add -a py-numpy" it will resolve > > everyt

Re: Remove comms/qtserialport

2020-01-21 Thread Jeremie Courreges-Anglas
On Tue, Jan 21 2020, Rafael Sadowski wrote: > After cad/fritzing is updated, we can delete comms/qtserialport? Yes!!? > > OK? Concerns? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Update devel/tmake

2020-01-21 Thread Jeremie Courreges-Anglas
On Tue, Jan 21 2020, Rafael Sadowski wrote: > Yearly grep(1)'ing for "x11/qt3" and "x11/qt4", brings me here. > First thought, delete it. But there is an update and it's may useful. > > Tweaks: > > - Switch from qt3 to qt5 to access MODQT_* vars, but set MODQT_DEPS=No. > - Install LICENSE file > >

Re: ports unable to resolve dependencies in some cases

2020-01-21 Thread Marc Espie
On Mon, Jan 20, 2020 at 09:51:14PM -0500, Kurt Mosiejczuk wrote: > I think this following case is when there is a package cached (or created) > in the ports tree, but one of its dependencies is not there. > > devlin$ make > ===> py-h5py-2.10.0 depends on: py-numpy-* - not found > ===>

Re: Debug packages policy?

2020-01-21 Thread Marc Espie
On Tue, Jan 21, 2020 at 11:57:23AM +, cho...@jtan.com wrote: > Antoine Jacoutot writes: > > On Mon, Jan 20, 2020 at 11:31:11PM +0100, Christian Weisgerber wrote: > > > What's the policy for adding debug packages to ports? > > > > > > Is the intend to add debug packages... > > > * eventually to

Remove comms/qtserialport

2020-01-21 Thread Rafael Sadowski
After cad/fritzing is updated, we can delete comms/qtserialport? Yes!!? OK? Concerns?

Re: Remove databases/qt3-sqlite3-plugin

2020-01-21 Thread Jeremie Courreges-Anglas
On Tue, Jan 21 2020, Rafael Sadowski wrote: > No consumers present in the tree, looks quite useless. Ok to say > goodbye? yep -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Remove databases/qt3-sqlite3-plugin

2020-01-21 Thread Kurt Mosiejczuk
On Tue, Jan 21, 2020 at 06:51:59AM +0100, Rafael Sadowski wrote: > No consumers present in the tree, looks quite useless. Ok to say > goodbye? Yes please. OK kmos --Kurt

Re: NEW: audio/yt-audio

2020-01-21 Thread Landry Breuil
On Tue, Jan 21, 2020 at 04:16:43PM +0200, Paul Irofti wrote: > Hi, > > Here is a port for fetching audio from youtube streams. It is mainly a > wrapper around youtube-dl with some extra ffmpeg magic. > > youtube-dl fans will also love this port. > > %-- > A simple, configurable,

NEW: audio/yt-audio

2020-01-21 Thread Paul Irofti
Hi, Here is a port for fetching audio from youtube streams. It is mainly a wrapper around youtube-dl with some extra ffmpeg magic. youtube-dl fans will also love this port. %-- A simple, configurable, cross-platform youtube-dl wrapper for downloading and managing youtube audio (w

Re: Debug packages policy?

2020-01-21 Thread chohag
Antoine Jacoutot writes: > On Tue, Jan 21, 2020 at 11:57:23AM +, cho...@jtan.com wrote: > > > > > > I don't quite understand your mail. This: > > > > What's the policy for adding debug packages to ports? but ... > See this: > https://man.openbsd.org/bsd.port.mk.5#THE_DEBUG_PACKAGES_INFRAST

Re: Debug packages policy?

2020-01-21 Thread Antoine Jacoutot
On Tue, Jan 21, 2020 at 11:57:23AM +, cho...@jtan.com wrote: > Antoine Jacoutot writes: > > On Mon, Jan 20, 2020 at 11:31:11PM +0100, Christian Weisgerber wrote: > > > What's the policy for adding debug packages to ports? > > > > > > Is the intend to add debug packages... > > > * eventually to

Re: Debug packages policy?

2020-01-21 Thread chohag
Antoine Jacoutot writes: > On Mon, Jan 20, 2020 at 11:31:11PM +0100, Christian Weisgerber wrote: > > What's the policy for adding debug packages to ports? > > > > Is the intend to add debug packages... > > * eventually to all ports > > or > > * only to ports where they seem particularly useful? >

Re: update to libvips 8.9.0

2020-01-21 Thread Denis Fondras
On Mon, Jan 20, 2020 at 10:43:49PM +0100, Stephane Guedon wrote: > > In Makefile : > > - SHARED_LIBS should start at 0.0 > > - LIB_DEPENDS should be one dep per line > > > > Also pkg/DESCR is shorter, any reason why ? > > Mistake happened. Apologies. > No worries :) It seems you did not update