Re: move piglit to python3

2020-10-17 Thread Jonathan Gray
On Sun, Oct 11, 2020 at 01:06:56AM -0400, Daniel Dickman wrote: > piglit is a consumer of python2 numpy. because newer versions of numpy are > python3-only, the diff below proposes to move piglit from python2 to > python3 so numpy can be updated. > > By moving to python3 we can also get rid of t

fix ucblogo comment and license

2020-10-17 Thread Daniel Dickman
The comment looks a bit odd. And I think the license is GPL not BSD? ok? Index: Makefile === RCS file: /cvs/ports/lang/ucblogo/Makefile,v retrieving revision 1.19 diff -u -p -u -r1.19 Makefile --- Makefile12 Jul 2019 20:47:2

Re: [New] sysutils/autorandr

2020-10-17 Thread Ashton Fagg
Klemens Nanni writes: >> Checkpatch is clean. > Do you mean portcheck(1)? Yes, sorry. >> Any feedback greatly appreciated. > Please submit new ports as tarball of the ports directory. Noted. The rest I will work on and resubmit. Thanks for the review. - ajf

Re: [New] sysutils/autorandr

2020-10-17 Thread Klemens Nanni
On Sat, Oct 17, 2020 at 09:36:34PM -0400, Ashton Fagg wrote: > This is a new port for autorandr. This is a simple-ish Python script > that wraps xrandr and lets you automate xrandr actions as you unplug > monitors etc. > > Tested on my machine (amd64) running current. Port patches, builds and > in

[New] sysutils/autorandr

2020-10-17 Thread Ashton Fagg
This is a new port for autorandr. This is a simple-ish Python script that wraps xrandr and lets you automate xrandr actions as you unplug monitors etc. Tested on my machine (amd64) running current. Port patches, builds and installs successfully. Installed executable runs, `man autorandr` also work

[maintainer update] archivers/pecl-lzf

2020-10-17 Thread Johan Huldtgren
hello, minor update from 1.6.7 to 1.6.8 which includes a fix for filter protoypes for 7.2+ built / packaged / passes tests on amd64, I don't actively use this anymore though so I have no real world tests. thanks, .jh Index: pecl-lzf/Makefile =

Re: gnupg: avoid printf %n in build process

2020-10-17 Thread Edd Barrett
On Sat, Oct 17, 2020 at 03:50:24PM -0700, Greg Steuck wrote: > > warning: type specifier missing, defaults to 'int' [-Wimplicit-int] > > Thanks Bryan! I was about to post the same updated diff. `int` is the correct type :) I've now tested this, diffing the generated file before and after. LGTM.

[New] sysutils/direnv

2020-10-17 Thread Ashton Fagg
Hello folks, I have created a port of direnv (https://direnv.net). It is a utility (written in Go) that hooks onto your shell, and lets you define project specific environments. Portcheck is clean. The package builds successfully, I was able to pkg_add it to my machine and test it (amd64 with zsh

Re: gnupg: avoid printf %n in build process

2020-10-17 Thread Greg Steuck
Bryan Steele writes: > No comments about the diff, but shouldn't there be some type here? > > clang complains. > > warning: type specifier missing, defaults to 'int' [-Wimplicit-int] Thanks Bryan! This is so embarrassing. I blame gcc 4.2.1 which silently let this lunacy through. I developed the

Re: pyrex isn't needed by audio/xmms2

2020-10-17 Thread Kurt Mosiejczuk
On Sat, Oct 17, 2020 at 03:39:45PM -0400, Daniel Dickman wrote: > pyrex was added as a BDEP for xmms2 in Makefile r1.3. My guess is that an > earlier version of xmms2 may have needed it. > This BDEP seems to have been cargo-culted forward over the years. Looking > in INSTALL I see that cython is

pyrex isn't needed by audio/xmms2

2020-10-17 Thread Daniel Dickman
pyrex was added as a BDEP for xmms2 in Makefile r1.3. My guess is that an earlier version of xmms2 may have needed it. This BDEP seems to have been cargo-culted forward over the years. Looking in INSTALL I see that cython is mentioned rather than pyrex. Presumably that means xmms2 had switched

Re: remove math/py-Numeric

2020-10-17 Thread Kurt Mosiejczuk
On Sat, Oct 17, 2020 at 02:52:40PM -0400, Daniel Dickman wrote: > numpy superceded numeric a long time ago so I'm proposing to remove > py-Numeric. > There are no more consumers of py-Numeric in the latest tree. > ok? ok kmos --Kurt

remove math/py-Numeric

2020-10-17 Thread Daniel Dickman
numpy superceded numeric a long time ago so I'm proposing to remove py-Numeric. There are no more consumers of py-Numeric in the latest tree. ok? Index: math/Makefile === RCS file: /cvs/ports/math/Makefile,v retrieving revision 1.1

Re: print/py-relatorio switch to py3-only

2020-10-17 Thread Antoine Jacoutot
On Sat, Oct 17, 2020 at 05:50:07PM +0200, Sebastien Marie wrote: > On Sat, Oct 17, 2020 at 05:24:58PM +0200, Antoine Jacoutot wrote: > > On Sat, Oct 17, 2020 at 04:28:31PM +0200, Sebastien Marie wrote: > > > Hi, > > > > > > The following diff should switch print/py-relatorio to py3-only. No > > >

Re: print/py-relatorio switch to py3-only

2020-10-17 Thread Klemens Nanni
On Sat, Oct 17, 2020 at 05:50:07PM +0200, Sebastien Marie wrote: > it seems I didn't do enough py2->py3 migration. > > here new diff. OK kn with py-relatorio unhooked from print/Makefile as well.

Re: print/py-relatorio switch to py3-only

2020-10-17 Thread Sebastien Marie
On Sat, Oct 17, 2020 at 05:24:58PM +0200, Antoine Jacoutot wrote: > On Sat, Oct 17, 2020 at 04:28:31PM +0200, Sebastien Marie wrote: > > Hi, > > > > The following diff should switch print/py-relatorio to py3-only. No > > ports uses the py2 version. > > > > It was requested by aja@ to help removin

Re: remove py-Numeric as RDEP from games/angrydd

2020-10-17 Thread Kurt Mosiejczuk
On Sat, Oct 17, 2020 at 04:02:04AM -0400, Daniel Dickman wrote: > In 2006, Numeric was added as a dependency to angrydd, but unfortunately > no details on why it was added. > = > revision 1.2 > date: 2006/11/11 19:09:11; aut

Re: remove pyrex as BDEP from games/mysticmine

2020-10-17 Thread Kurt Mosiejczuk
On Sat, Oct 17, 2020 at 03:09:27AM -0400, Daniel Dickman wrote: > MysticMine is one of the few remaining ports that still depends on pyrex. > However, I'm not sure if anyone has actually fired up this game in some > time. When I try it, it just errors out: > NameError: name 'languages' is no

Re: remove Numeric as TDEP from pyrex

2020-10-17 Thread Kurt Mosiejczuk
On Sat, Oct 17, 2020 at 02:50:04AM -0400, Daniel Dickman wrote: > pyrex itself does not seem to need Numeric. Only a single example script > (which is used for testin) seems to need Numeric. > Just remove that example script to clean up the need for Numeric > ok? ok kmos --Kurt > Index: Makef

Re: py-game doesn't need py-Nuemeric anymore

2020-10-17 Thread Kurt Mosiejczuk
On Sat, Oct 17, 2020 at 01:36:46AM -0400, Daniel Dickman wrote: > As noted in WHATSNEW, pygame removed support for py-Numeric back in 2016. > Diff below removes py-Numeric from the BUILD_DEPENDS. > While here: > - re-enable pypi as a download source > - regenerate PLIST > ok? ok kmos --Kurt >

Re: print/py-relatorio switch to py3-only

2020-10-17 Thread Antoine Jacoutot
On Sat, Oct 17, 2020 at 04:28:31PM +0200, Sebastien Marie wrote: > Hi, > > The following diff should switch print/py-relatorio to py3-only. No > ports uses the py2 version. > > It was requested by aja@ to help removing depends on graphics/pycha. Thanks, comments below. > Thanks. > -- > Sebast

Re: gnupg: avoid printf %n in build process

2020-10-17 Thread Bryan Steele
On Fri, Oct 16, 2020 at 09:54:25PM -0700, Greg Steuck wrote: > I tried to get this upstreamed in https://dev.gnupg.org/T5104 to no > avail. If people find it useful to not see %n related complaints during > the build, the patch below would do it. If desirable, OK? > > Thanks > Greg > >From 8afc03

www/otter-browser: use QtWebEngine

2020-10-17 Thread Charlene Wendling
Hi, With devel/spidermonkey78 being the default one [0] and requiring rust, Qt5 won't be built anymore on !rust archs. I explicitly asked Rafael to not move Otter to QtWebEngine back when it was introduced, but it makes not much sense now. The below diff moves Otter to QtWebEngine and has been t

print/py-relatorio switch to py3-only

2020-10-17 Thread Sebastien Marie
Hi, The following diff should switch print/py-relatorio to py3-only. No ports uses the py2 version. It was requested by aja@ to help removing depends on graphics/pycha. Thanks. -- Sebastien Marie diff 8d5f3f997177f10fa711cf85536d953bd24f3762 /home/semarie/repos/openbsd/ports blob - 3317db9e0b3

remove py-Numeric as RDEP from games/angrydd

2020-10-17 Thread Daniel Dickman
In 2006, Numeric was added as a dependency to angrydd, but unfortunately no details on why it was added. = revision 1.2 date: 2006/11/11 19:09:11; author: ajacoutot; state: Exp; lines: +4 -2; - add math/py-Numeric to RUN_D

remove pyrex as BDEP from games/mysticmine

2020-10-17 Thread Daniel Dickman
MysticMine is one of the few remaining ports that still depends on pyrex. However, I'm not sure if anyone has actually fired up this game in some time. When I try it, it just errors out: NameError: name 'languages' is not defined (Maybe some of the locale changes in base may have broken thi