Hi ports --
Attached is an update to libzip. Not very exciting, changelog is here:
https://libzip.org/news/
I was able to rebuild all its consumers successfully on amd64. Also
passes a make test on amd64 and sparc64.
OK?
~Brian
Index: Makefile
===
Hi,
This is a port of spek a tool used to visualize audio spectrums,
analyse them and generate spectograms of your audio files.
It's useful to check if your audio file is mastered nicely.
Any comments or OK?
spek.tgz
Description: application/compressed-tar
Hey @ports,
Delphinus DNS is a non-caching, non-recursing DNS server that serves
authoritative answers for A, , CNAME, DNSKEY, DS, MX, NAPTR, NS,
NSEC3, NSEC3PARAM, PTR, RRSIG, SOA, SRV, SSHFP, TLSA, and TXT resource
records.
Homepage: https://delphinusdns.org/
Works well on amd64.
OK? Any c
Cc'ing maintainer.
On Wed, Jul 08, 2020 at 11:28:04PM +0200, Matthieu Herrb wrote:
> according to sqlports, print/fontforge is the only remaining port
> depending on libxkbui. And in fact, it doesn't seem to use any
> function from this (long obsolete) library and build fine on a system
> whithout
On Wed, Jul 08, 2020 at 09:22:02PM +, Brian Callahan wrote:
> I was able to rebuild all its consumers successfully on amd64. Also
> passes a make test on amd64 and sparc64.
OK kn
There are no py2 consumers of these two ports in our tree:
$ show-reverse-deps devel/py-astroid
devel/pylint
devel/pylint,-gui
devel/pylint,-main
devel/pylint,python3
devel/pylint,python3,-gui
devel/pylint,python3,-main
devel/spyder/s
Hi,
according to sqlports, print/fontforge is the only remaining port
depending on libxkbui. And in fact, it doesn't seem to use any
function from this (long obsolete) library and build fine on a system
whithout libxbui.
While adjusting WANTLIB to remove it, I found that it needs other
adjustment
Hello!
This is a fresh release update from today.
A lot of improvement has happened since 2.9.2
support for gschem symbols and schematics has been added
and the gschem symbol library is also imported to xschem. That's why
the diff is so long.
I hope I got the paths correctly.
Best regards,
hannu
Hello,
Here is a quick diff for net/synapse to bring it to 1.16.0.
Regards
Index: Makefile
===
RCS file: /cvs/ports/net/synapse/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile5 Jul 2020 09:34:50 -
This is another simple maintainer update of sblg from 0.5.8 to 0.5.9.
The changes included in this release are:
sblg 0.5.9: "Extensive portability work. Internally switches to
pkg-config(1) for detecting dependency locations. Now builds and
installs properly on most popular UNIX systems."
I did t
This release fixes a segfault when running "/theme properties".
Tests pass.
Any comments or OK?
Index: Makefile
===
RCS file: /cvs/ports/net/profanity/Makefile,v
retrieving revision 1.16
diff -u -p -u -r1.16 Makefile
--- Makefile 3 J
On Wed 08/07/2020 16:09, Paco Esteban wrote:
> On Wed, 08 Jul 2020, Björn Ketelaars wrote:
>
> > On Wed 08/07/2020 10:39, Paco Esteban wrote:
> > > Comments/ok welcome.
> >
> > Diff looks ok, though you should run 'make update-patches'. Builds ok.
>
> You're right. Diff included at the end with
On Wed, 08 Jul 2020, Björn Ketelaars wrote:
> On Wed 08/07/2020 10:39, Paco Esteban wrote:
> > Comments/ok welcome.
>
> Diff looks ok, though you should run 'make update-patches'. Builds ok.
You're right. Diff included at the end with the update-patches.
>
> Guess having a newer version of py
On Wed 08/07/2020 10:39, Paco Esteban wrote:
> Comments/ok welcome.
Diff looks ok, though you should run 'make update-patches'. Builds ok.
Guess having a newer version of py3-cares is important as (all) tests
fail when having the version from ports (py-cares-2.4.0;p1) around.
Updating to py-cares
Hey, this is a new port, which provides widget container API for
urwid toolkit. It uses a MVC approach and allows you to build trees
of widgets. This is necessary dependency for the upcoming port.
Any comments?
py-urwidtrees.tar.gz
Description: application/gzip
On Tue, July 7, 2020 11:47 pm, Daniel Dickman wrote:
>
>
> seems like it does everything except classify the finite simple groups
> :-)
>
>
> It's a nice port, but I had a few minor suggestions:
Appreciate the feedback :)
> 1) I simplified the top of the Makefile so there's only one place for the
On Tue, 07 Jul 2020, Kurt Mosiejczuk wrote:
> On Thu, Jun 18, 2020 at 01:30:43AM -0400, Kurt Mosiejczuk wrote:
> > On Fri, May 29, 2020 at 06:48:05AM +0200, Bjorn Ketelaars wrote:
>
> > > > This updates net/py-cares to 3.1.1
>
> > > > The biggest change is dropping Python 2.x support.
>
> > > >
On Tue, 07 Jul 2020, Kurt Mosiejczuk wrote:
> Now updated to 0.13.1
>
> ok?
>
> --Kurt
> ...
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/net/poezio/pkg/PLIST,v
> retrieving revision 1.5
> diff -u -p -r1.5 PLIST
> --- pkg/PLIST 6
On Tue, 07 Jul 2020, Stuart Henderson wrote:
> On 2020/07/07 22:49, Solene Rapenne wrote:
> > On Thu, 28 May 2020 22:49:07 -0400
> > Kurt Mosiejczuk :
> >
> > > This updates py-slixmpp to 1.5.2
> > >
> > > Sadly, there doesn't seem to be a changelog.
> > >
> > > While here I moved it to the new
Hi,
From: Stuart Henderson
Date: Mon, 6 Jul 2020 10:55:14 +0100
> On 2020/07/06 16:30, Masato Asou wrote:
>> Hi,
>>
>> I have already applied your previous patch.
>
> My mail was about several things. Some were fixed by the patch, some were not.
>
>> >> Several of these are in ports already (
IPython-5.8.0 is broken on python-3.8, due to changes to ast.Module:
In [1]: import pandas
---
TypeError Traceback (most recent call last)
/usr/local/lib/python3.8/codeop.py in __call__(self, so
21 matches
Mail list logo