Re: Inconsolata 3.0 is no longer fixed width.

2020-06-05 Thread Matthieu Herrb
On Thu, Jun 04, 2020 at 01:42:51AM -0600, Anthony J. Bentley wrote: > Hi, > > On Sat, May 30, 2020 at 2:16 PM Marc Espie wrote: > > On Sat, May 30, 2020 at 01:00:17PM -0600, Anthony J. Bentley wrote: > > > Matthieu Herrb writes: > > > > This github issue does pretty much explain what's going on:

devel/cargo: change few default build options

2020-06-05 Thread Sebastien Marie
Hi, I would like to commit the following diff to devel/cargo, which control the build "profile" of rust ports: Index: cargo.port.mk === RCS file: /cvs/ports/devel/cargo/cargo.port.mk,v retrieving revision 1.16 diff -u -p -r1.16 carg

Re: [NEW] sysutils/kubectl

2020-06-05 Thread Paco Esteban
Hi, On Thu, 04 Jun 2020, Klemens Nanni wrote: > On Thu, Jun 04, 2020 at 02:43:24PM +0200, karlis.mikels...@lf.lv wrote: > > Please find attached port for kubectl latest stable version: > > "The Kubernetes command-line tool, kubectl, allows you to run commands > > against Kubernetes clusters. You

UPDATE {audio,meta}/audacious-4.0.4

2020-06-05 Thread Bjorn Ketelaars
A newer version (4.0.4) of audacious is available, which fixes some minor issues. Changes: https://audacious-media-player.org/news/49-audacious-4-0-4-released Diff below updates meta/audacious and audio/audacious. While here, I would like to take MAINTAINER. Run tested on amd64. Comments/OK? d

Re: [NEW] sysutils/kubectl

2020-06-05 Thread karlis . mikelsons
Thank you for your feedback, Klemens! Tested on amd64, package works fine, but seems to ignore version parameters set in MODGO_LDFLAGS: $ kubectl version --client=true Client Version: version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+2e7996e3e2712", GitCommit:"2e7996e3e2712684bc73f0dec

Re: [NEW] sysutils/kubectl

2020-06-05 Thread Klemens Nanni
On Fri, Jun 05, 2020 at 11:15:05AM +0200, karlis.mikels...@lf.lv wrote: > Yes, it does. Just deployed FreeBSD test VM and installed kubectl package: > $ kubectl version --client > Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", > GitCommit:"", GitTreeState:"", BuildDate:"2

Re: Making a FreeCAD Port

2020-06-05 Thread Stuart Henderson
On 2020/06/04 21:04, Justin Noor wrote: > Hi @ports, > > Is there anyone working on FreeCAD? It's not in /usr/ports/cad, and I > searched the mailing list and did not find anything fruitful. If not, would > like to give it a shot if possible - this would be my first port. If there > is anyone work

Re: Making a FreeCAD Port

2020-06-05 Thread Justin Noor
Awesome, thank you. I’ll get started with those dependencies. On Fri, Jun 5, 2020 at 4:04 AM Stuart Henderson wrote: > On 2020/06/04 21:04, Justin Noor wrote: > > Hi @ports, > > > > Is there anyone working on FreeCAD? It's not in /usr/ports/cad, and I > > searched the mailing list and did not fi

Re: Making a FreeCAD Port

2020-06-05 Thread Justin Noor
Awesome, thanks for the heads up. I will consider the scope of this project as well. On Fri, Jun 5, 2020 at 12:30 AM Paco Esteban wrote: > Hi Justin, > > On Thu, 04 Jun 2020, Justin Noor wrote: > > > Hi @ports, > > > > Is there anyone working on FreeCAD? It's not in /usr/ports/cad, and I > > se

Re: Making a FreeCAD Port

2020-06-05 Thread Justin Noor
I will look at your WIP too. Thanks for sharing that. On Fri, Jun 5, 2020 at 12:30 AM Paco Esteban wrote: > Hi Justin, > > On Thu, 04 Jun 2020, Justin Noor wrote: > > > Hi @ports, > > > > Is there anyone working on FreeCAD? It's not in /usr/ports/cad, and I > > searched the mailing list and did

Bulk build failure: libidn2, duplicate symbols

2020-06-05 Thread Stuart Henderson
Build of libidn2 failed with duplicate symbols. Full build logs of failed and working builds, and config.log from failed build, attached. libtool: link: cc -shared -fPIC -DPIC -o .libs/libidn2.so.1.1 -fno-common -W -Wabsolute-value -Waddress -Waddress-of-packed-member -Wall -Wattributes -Wbad-fu

provide debug-openssl-1.1.1g

2020-06-05 Thread Theo Buehler
It's not the first time that it would have been very useful to me to have debug symbols for the libraries in openssl available. This seems to work for me. Not sure if the revision bump is necessary. I don't expect to need symbols for 1.0.2, so I didn't add a debug package there, but as there are

Re: [NEW] sysutils/kubectl

2020-06-05 Thread Paco Esteban
On Fri, 05 Jun 2020, Klemens Nanni wrote: > On Fri, Jun 05, 2020 at 11:15:05AM +0200, karlis.mikels...@lf.lv wrote: > > Yes, it does. Just deployed FreeBSD test VM and installed kubectl package: > > $ kubectl version --client > > Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.1

Re: Making a FreeCAD Port

2020-06-05 Thread Tracey Emery
On Fri, Jun 05, 2020 at 04:34:20AM -0700, Justin Noor wrote: > Awesome, thank you. I’ll get started with those dependencies. > > On Fri, Jun 5, 2020 at 4:04 AM Stuart Henderson wrote: > > > On 2020/06/04 21:04, Justin Noor wrote: > > > Hi @ports, > > > > > > Is there anyone working on FreeCAD? I

Re: provide debug-openssl-1.1.1g

2020-06-05 Thread Stuart Henderson
On 2020/06/05 14:54, Theo Buehler wrote: > It's not the first time that it would have been very useful to me to > have debug symbols for the libraries in openssl available. > > This seems to work for me. Not sure if the revision bump is necessary. OK. It adds symbols to the static library archive

Re: Making a FreeCAD Port

2020-06-05 Thread Justin Noor
Thanks for the heads up. I will look into that as well On Fri, Jun 5, 2020 at 6:41 AM Tracey Emery wrote: > On Fri, Jun 05, 2020 at 04:34:20AM -0700, Justin Noor wrote: > > Awesome, thank you. I’ll get started with those dependencies. > > > > On Fri, Jun 5, 2020 at 4:04 AM Stuart Henderson > wr

Re: Making a FreeCAD Port

2020-06-05 Thread Stuart Henderson
On 2020/06/05 07:41, Tracey Emery wrote: > On Fri, Jun 05, 2020 at 04:34:20AM -0700, Justin Noor wrote: > > Awesome, thank you. I’ll get started with those dependencies. > > > > On Fri, Jun 5, 2020 at 4:04 AM Stuart Henderson > > wrote: > > > > > On 2020/06/04 21:04, Justin Noor wrote: > > > >

Re: devel/cargo: change few default build options

2020-06-05 Thread Leo Unglaub
Hey, i have a question about that change. Is there a reason to disable LTO? I always enable it for my Rust projects and it works very well. If you dont mind me asking, what is the reason behind that default? Thanks and greetings Leo Am 05.06.2020 um 09:31 schrieb Sebastien Marie: Hi, I woul

Re: curl with libidn

2020-06-05 Thread Stuart Henderson
On 2020/06/04 18:32, Evan Silberman wrote: > > > On Jun 4, 2020, at 4:13 PM, Alex Free wrote: > > > > Why are flavors in common libraries a big problem putting aside the > > security issues and quality of code in this case? > > Every flavored library has an exponential impact on the number of

Re: Making a FreeCAD Port

2020-06-05 Thread Justin Noor
Awesome - I’ll be in touch. On Fri, Jun 5, 2020 at 8:41 AM Charlie Burnett wrote: > Hey what a coincidence, I’ve just started porting dependencies- I’ve got > VTK finished up and about to submit it! Let me know if you’d like to split > up the load! > > On Fri, Jun 5, 2020 at 8:46 AM Justin Noor

Re: UPDATE: Tor Browser 9.5

2020-06-05 Thread Caspar Schutijser
On Wed, Jun 03, 2020 at 06:13:26PM +0200, Caspar Schutijser wrote: > Below is a patch that updates Tor Browser to 9.5. Briefly tested on > amd64. Release announcement: > https://blog.torproject.org/new-release-tor-browser-95 > > Includes a change from Stéphane HUC to the pkg-readme of > meta/tor-b

Re: Making a FreeCAD Port

2020-06-05 Thread Charlie Burnett
Hey what a coincidence, I’ve just started porting dependencies- I’ve got VTK finished up and about to submit it! Let me know if you’d like to split up the load! On Fri, Jun 5, 2020 at 8:46 AM Justin Noor wrote: > Thanks for the heads up. I will look into that as well > > On Fri, Jun 5, 2020 at 6

Re: provide debug-openssl-1.1.1g

2020-06-05 Thread Theo Buehler
On Fri, Jun 05, 2020 at 02:41:42PM +0100, Stuart Henderson wrote: > On 2020/06/05 14:54, Theo Buehler wrote: > > It's not the first time that it would have been very useful to me to > > have debug symbols for the libraries in openssl available. > > > > This seems to work for me. Not sure if the re

Re: NEW: ipynb-py-convert - converter between Jupyter Notebooks and .py

2020-06-05 Thread Thomas Frohwein
ping On Sat, May 23, 2020 at 03:33:48PM -0600, Thomas Frohwein wrote: > Hi, > > Jupyter Notebooks are a mess to version control, as they contain > encoded output data, like the images of graphs. > > The best way to version control that I have found is ipynb-py-convert > which converts the notebo

Re: [update] redis 6.0.4

2020-06-05 Thread Theo Buehler
On Thu, May 28, 2020 at 08:51:10PM +0200, Theo Buehler wrote: > Redis 6 was released shortly before lock. I have tested ports with the > various 6.0rc* versions since February. Right around lock was difficult > for testing due to (attempts at) clang migration. I was reluctant to > send out 6.0.2 an

[NEW] math/vtk8

2020-06-05 Thread Charlie Burnett
Howdy, I'm starting to work through and add the dependencies for FreeCAD, attached you'll find the patch adding the Visual Toolkit Library 8.2.0 to ports. There's a version 9 available but 8.2 is what's required for FreeCAD. Development page is here: https://gitlab.kitware.com/vtk/vtk Let m

Re: [NEW] math/vtk8

2020-06-05 Thread Stuart Henderson
On 2020/06/05 14:44, Charlie Burnett wrote: > Howdy, > > I'm starting to work through and add the dependencies for FreeCAD, attached > you'll find the patch adding the Visual Toolkit Library 8.2.0 to ports. > There's a version 9 available but 8.2 is what's required for FreeCAD. > > Development pa

boost-md: build on sparc64

2020-06-05 Thread Klemens Nanni
I thought I had already sent out (or even committed) this diff... For another WIP port, boost-md is required is required. I've been building and linking against it just fine on sparc64. OK? Index: Makefile === RCS file: /cvs/port

[update] devel/codeblocks

2020-06-05 Thread Josh Grosse
Update from 17.12 to 20.03. Builds and runs on amd64. Changelog: http://www.codeblocks.org/downloads/binaries/changelog Index: Makefile === RCS file: /systems/cvs/ports/devel/codeblocks/Makefile,v retrieving revision 1.55 diff -u -p

[macppc] Unbreak security/aircrack-ng, drop simd

2020-06-05 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/powerpc/last/security/aircrack-ng.log The faulty code is based on a vintage version of John The Ripper. It would need a 'long long' here, but then it moves the error in other parts of the code, and so it would need a lot of patches as upstream John rewo

Re: [macppc] Unbreak security/aircrack-ng, drop simd

2020-06-05 Thread Charlene Wendling
I've removed the .orig diff. Sorry for the noise. On Sat, 6 Jun 2020 02:01:27 +0200 Charlene Wendling wrote: > Hi, > > > http://build-failures.rhaalovely.net/powerpc/last/security/aircrack-ng.log > > The faulty code is based on a vintage version of John The Ripper. > > It would need a 'long

sparc64 bulk build report

2020-06-05 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Thu Jun 4 01:58:54 MDT 2020 Finished: Fri Jun 5 22:51:48 MDT 2020 Duration: 1 Days 20 hours 53 minutes Built using OpenBSD 6.7-current (GENERIC.MP) #341: Wed Jun 3 16:32:25 MDT 2020 Built 7867 packages Number of packages built each day: Jun

Re: boost-md: build on sparc64

2020-06-05 Thread Rafael Sadowski
On Fri Jun 05, 2020 at 11:55:21PM +0200, Klemens Nanni wrote: > > I thought I had already sent out (or even committed) this diff... > > For another WIP port, boost-md is required is required. > I've been building and linking against it just fine on sparc64. > > OK? If it works on sparc64, sure!

Re: NEW: ipynb-py-convert - converter between Jupyter Notebooks and .py

2020-06-05 Thread Bjorn Ketelaars
On Fri 05/06/2020 12:38, Thomas Frohwein wrote: > ping > > On Sat, May 23, 2020 at 03:33:48PM -0600, Thomas Frohwein wrote: > > Hi, > > > > Jupyter Notebooks are a mess to version control, as they contain > > encoded output data, like the images of graphs. > > > > The best way to version control

Re: NEW: ipynb-py-convert - converter between Jupyter Notebooks and .py

2020-06-05 Thread Bjorn Ketelaars
On Sat 06/06/2020 08:10, Bjorn Ketelaars wrote: > On Fri 05/06/2020 12:38, Thomas Frohwein wrote: > > ping > > > > On Sat, May 23, 2020 at 03:33:48PM -0600, Thomas Frohwein wrote: > > > Hi, > > > > > > Jupyter Notebooks are a mess to version control, as they contain > > > encoded output data, lik

UPDATE: audio/musique

2020-06-05 Thread Rafael Sadowski
Update musique to 1.7 - Switch to qt5 - Self hosted tarball, see: https://github.com/flaviotordini/musique/issues/25 - Remove patches. I see no icon issues outside of a Desktop env. Tested on amd64. Play music, download album pictures, adjust volume, everything works. OK? diff --git a/audio/m