Where are all of the packages for FreeBSD 13.0-RELEASE quarterly?

2021-09-21 Thread D'Arcy Cain
I have a system that I just upgraded to 13.0-RELEASE-p4 and I want to use packages to install software. I tried installing everything but many packages don't seem to be available. In particular here is a list of Python packages missing: ap24-py39-mod_wsgi py39-dateutil py39-docutils py39-matplot

Re: Where are all of the packages for FreeBSD 13.0-RELEASE quarterly?

2021-09-21 Thread Robert Clausecker
Hi D'Arcy, The quarterly branch is on py38 as the default Python version, so if you want binary packages, install the py38- variants. If you need Python 3.9 variants of these packages, you have to build them yourself, e.g. with Poudriere and suitable configuration for your set to set up Python 3.

Can a committer look at ports/258359?

2021-09-21 Thread Mel Pilgrim
Maintainer timeout. It's a tiny bug fix in Mk/Uses/go.mk that doesn't require any knowledge of the Go language.

Re: Bacula and S3

2021-09-21 Thread Andrea Venturoli
On 9/15/21 6:14 PM, Dan Langille wrote: Andrea Venturoli wrote on 9/15/21 7:49 AM: Hello. I see Bacula 11 from ports is built without such a plugin. Any reason? Is it possible to enable it? Some dependency missing? I'd just try, but perhaps you have gone this way before and can warn me I'd j

MySQL build failure

2021-09-21 Thread Nikos Kastanas via freebsd-ports
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)Hello, I have a FreeBSD 12.2-RELEASE-p10 GENERIC amd64 box. I have been using mysql80-server as a database server for some web services that live on that box. After trying to update from version 8.0.25_1 to the latest 8.0.26 using poudr

Makefiles with a space in the name

2021-09-21 Thread Ronald Klop
Hi, Found some interesting Makefiles today: $ cd /usr/ports; find . -name "Makefile " ./french/mythes/Makefile ./textproc/sk-mythes/Makefile ./textproc/it-hyphen/Makefile ./textproc/ro-mythes/Makefile ./textproc/cs-mythes/Makefile ./textproc/el-hyphen/Makefile ./textproc/sk-hyphen/Makefile ./tex

Re: Makefiles with a space in the name

2021-09-21 Thread Jeremy Chadwick via freebsd-ports
On Tue, Sep 21, 2021 at 06:07:29PM +0200, Ronald Klop wrote: > Found some interesting Makefiles today: > > $ cd /usr/ports; find . -name "Makefile " > ./french/mythes/Makefile > {snipping for brevity} > > They all have a space at the end of there names. > > Regards, > Ronald. sunpoet@ mistakenl

Re: Bacula and S3

2021-09-21 Thread Dan Langille
Andrea Venturoli wrote on 9/21/21 10:13 AM: On 9/15/21 6:14 PM, Dan Langille wrote: Andrea Venturoli wrote on 9/15/21 7:49 AM: Hello. I see Bacula 11 from ports is built without such a plugin. Any reason? Is it possible to enable it? Some dependency missing? I'd just try, but perhaps you hav

Re: armv7 target (on aarch64 HW) and poudriere-based emulators/mame link failure vs. success based on the number of cores

2021-09-21 Thread Mark Millard via freebsd-ports
On 2021-Sep-20, at 17:47, Mark Millard wrote: > On 2021-Sep-20, at 15:10, Mark Millard wrote: > >> On 2021-Sep-20, at 13:58, Mark Millard wrote: >> >>> >>> On 2021-Sep-20, at 12:54, Lucas Nali de Magalhães >>> wrote: >>> On Sep 19, 2021, at 6:14 AM, Mark Millard via freebsd-toolch