Re: wavpack update needed

2021-10-26 Thread Ryan Schmidt
On Oct 16, 2021, at 07:02, rmgls wrote: > wavpack installed in macports need to be updated to the last > available version. > wavpack emits a warning when used with tag3 for instance. > > i downloaded the latest version from the web site > it builds fine, and seems to work fine with sox. >

Re: Which setup.py to use?

2021-10-26 Thread Ryan Schmidt
On Oct 18, 2021, at 20:58, Jerry wrote: > I want to embed the plotter Veusz in a Python script. According to the Veusz > instructions, the path to Veusz should be on the Python path and one is > advised to do this in setup.py. (Python 3.8 here). There are 123 files on my > computer called

Re: Contributing to macports using your own git fork in combination with using 'port self update'

2021-10-26 Thread Ryan Schmidt
On Oct 23, 2021, at 05:43, Gerben Wierda wrote: > The way I can update my ports tree using git is: > > # Updating the master of my fork from the master of the original: > > git checkout master # Go to branch master in my local clone > git pull upstream master #

Re: Add M1 Hypervisor Support for QEMU Port?

2021-10-26 Thread Ryan Schmidt
On Oct 20, 2021, at 22:06, Sriranga Veeraraghavan wrote: > Is there a way to add an optional variant to the QEMU Portfile that would > apply this patch? Yes, it is technically possible to do that. However, we prefer not to include and forever maintain unofficial patches. Instead, we would

Re: Question about realeasing *pkg for macOS 12 on website

2021-10-26 Thread Christopher Jones
I don’t know about an ETA, but you do not need to wait for them to get started. Just follow the install from source instructions in the meantime. > On 26 Oct 2021, at 1:26 pm, xgfvc via macports-users > wrote: > > Hello everyone, > > Hope you’re doing well. I have a question: Do we have an

Question about realeasing *pkg for macOS 12 on website

2021-10-26 Thread xgfvc via macports-users
Hello everyone, Hope you’re doing well. I have a question: Do we have an ETA on *pkg file for macOS 12 released/uploaded on the macports website? Kindly, Jacob

Re: Build from local source tree

2021-10-26 Thread Christopher Nielsen
> I want to try to build Gimp from the latest checkin to the gimp-2-10 branch, > which includes a backport of the Wayland fixes which seem to have also fixed > the marching ants problem. > > Given the Portfile and files, how can I specify build from my local source > tree. Sorry, I