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
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
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
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
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
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
=
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.
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
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
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 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
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
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
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
> > >
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.
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
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
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
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
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
>
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
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
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
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
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
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
26 matches
Mail list logo