[update] py-waitress 1.4.4 -> 2.1.2

2023-01-16 Thread Daniel Dickman
This is an update of py-waitress from 1.4.4 to 2.1.2. This update addresses: - CVE-2022-24761 - and skipping versions 2.1.0 and 2.1.1 avoids CVE-2022-31015 ok? Index: Makefile === RCS file: /cvs/ports/www/py-waitress/Makefile,v retr

[new] math/py-statsmodels

2023-01-16 Thread Daniel Dickman
statsmodels is useful as a dependency for some of the other data-science type python ports. For example, py-seaborn, py-scipy, etc. ok to import py-statsmodels (port attached)? py-statsmodels.tgz Description: Binary data

update math/py-scipy: 1.5.3 -> 1.6.3

2023-01-16 Thread Daniel Dickman
Diff below updates scipy to the 1.6.x series. With more work, it's possible to update to newer versions of scipy, but for now I went for a more conservative update that doesn't change as much as some of the newer versions change (e.g. 1.7 starts to use pythran, 1.8 makes gcc 6.3 the minimum com

Re: add wcwidth as RDEP for xml2rfc

2023-01-16 Thread A Tammy
On 1/16/23 16:20, Daniel Dickman wrote: > xml2rfc says it has a dependency on wcwidth, so let's add this. > > ok? > > Index: Makefile > === > RCS file: /cvs/ports/textproc/xml2rfc/Makefile,v > retrieving revision 1.50 > diff -u -p -u

amd64 x-only bulk build fallout

2023-01-16 Thread Theo Buehler
Nothing really unexpected. On the plus side, the jdks built and I saw no ocaml-related failures like we saw on aarch64. I haven't done any Java runtime testing yet - unsure how much that is exercised during bulks. The biggest issue I found are boringssl's perlasm generated .S files that are at lea

add wcwidth as RDEP for xml2rfc

2023-01-16 Thread Daniel Dickman
xml2rfc says it has a dependency on wcwidth, so let's add this. ok? Index: Makefile === RCS file: /cvs/ports/textproc/xml2rfc/Makefile,v retrieving revision 1.50 diff -u -p -u -r1.50 Makefile --- Makefile24 Nov 2022 11:59:36 -000

Re: [update] fish to 3.6.0 with failed tests (cmake to blame?)

2023-01-16 Thread Klemens Nanni
16.01.2023 21:09, Rafael Sadowski пишет: > On Mon Jan 16, 2023 at 10:05:56PM +0100, Florian Viehweger wrote: >> It does and now "only" 8 tests fail, which should be in the region of >> 3.5.1. >> >> 'make port-lib-depends-check' and 'portcheck' still happy as expected. >> >> Thanks again and updated

Re: [update] fish to 3.6.0 with failed tests (cmake to blame?)

2023-01-16 Thread Rafael Sadowski
On Mon Jan 16, 2023 at 10:05:56PM +0100, Florian Viehweger wrote: > Hi, > > Thank you Klemens and Rafael. > > > This should also work, no? > > > > do-test: > > ${MODCMAKE_BUILD_TARGET} -t ${TEST_TARGET} > > It does and now "only" 8 tests fail, which should be in the region of > 3.5.1. > >

Re: [update] fish to 3.6.0 with failed tests (cmake to blame?)

2023-01-16 Thread Florian Viehweger
Hi, Thank you Klemens and Rafael. > This should also work, no? > > do-test: > ${MODCMAKE_BUILD_TARGET} -t ${TEST_TARGET} It does and now "only" 8 tests fail, which should be in the region of 3.5.1. 'make port-lib-depends-check' and 'portcheck' still happy as expected. Thanks again and u

Re: [Update] lang/elixir

2023-01-16 Thread Volker Schlecht
On 1/16/23 19:39, Stuart Henderson wrote: noticed while testing: : ===> Building for elixir-1.14.3 : Can't open /usr/obj/ports/elixir-1.14.3/elixir-1.14.3/rebar.config: No such file or directory. I presume this is unimportant and can be ignored? That's coming from erlang.port.mk pre-build:

Re: x11/qt5/qtwebengine: amd64 assembly fixes.

2023-01-16 Thread Rafael Sadowski
On Mon Jan 16, 2023 at 04:42:39PM +0100, Theo Buehler wrote: > Move constants in perl generated BoringSSL assembly from .text to > .rodata. This fixes the build (and only the build) on x-only amd64. > I'll look into fixes for the aarch64 perlasm later. There the build > succeeds, but runtime failu

Re: [Update] lang/elixir

2023-01-16 Thread Stuart Henderson
On 2023/01/15 16:48, Volker Schlecht wrote: > The attached diff modifies an existing patch to lang/elixir to detect > erlang's erts directory (containing the "erl" binary) at runtime instead of > hardcoding it to "erl${MODERL_VERSION}". > > This fixes the remaining test failures that occurred beca

NEW: devel/py-pyproject_hooks (py-* infrastructure: needed for new py-build)

2023-01-16 Thread Stuart Henderson
Needed to update py-build. OK? - $ pkg_info py3-pyproject_hooks Information for inst:py3-pyproject_hooks-1.0.0 Comment: wrappers to call pyproject.toml-based build backend hooks Description: This is a low-level library for calling build-backends in pyproject.toml-based project. It provides

Re: libgcrypt: arm64 assembly fixes

2023-01-16 Thread Theo Buehler
On Mon, Jan 16, 2023 at 02:25:36PM +, Stuart Henderson wrote: > On 2023/01/15 10:19, Stuart Henderson wrote: > > On 2023/01/14 22:04, Mark Kettenis wrote: > > > > Date: Sat, 14 Jan 2023 21:08:38 +0100 > > > > From: Theo Buehler > > > > > > > > This moves constants from .text into .rodata. > >

x11/qt5/qtwebengine: amd64 assembly fixes.

2023-01-16 Thread Theo Buehler
Move constants in perl generated BoringSSL assembly from .text to .rodata. This fixes the build (and only the build) on x-only amd64. I'll look into fixes for the aarch64 perlasm later. There the build succeeds, but runtime failures are likely. Similar fixes will be needed by anything that embeds

Re: libgcrypt: arm64 assembly fixes

2023-01-16 Thread Stuart Henderson
On 2023/01/15 10:19, Stuart Henderson wrote: > On 2023/01/14 22:04, Mark Kettenis wrote: > > > Date: Sat, 14 Jan 2023 21:08:38 +0100 > > > From: Theo Buehler > > > > > > This moves constants from .text into .rodata. > > > > > > All tests pass, gnupg tests work, gpgme and gcr build. > > > > Righ

NEW: Mercator-0.2.0

2023-01-16 Thread Gonzalo L. Rodriguez
Hola, This is a new port for Mercator: "OpenStreetMap but as terminal user interface (TUI)" https://github.com/mrusme/mercator OK? Comments? Cheers.- -- %gonzalo mercator.tgz Description: Binary data

UPDATE games/freeciv

2023-01-16 Thread Kirill Bychkov
Hi, Attcahed patch updates freeciv to 3.0.5 version. I moved all locale files to -share package so a @conflict marker was added. Ok? Changelogs available here: http://www.freeciv.org/wiki/NEWS-3.0.0 https://www.freeciv.org/wiki/NEWS-3.0.5 freeciv-3.0.5.diff Description: Binary data

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-16 Thread SASANO Takayoshi
Hi, Here is newer version, - include files are at /usr/local/include/alsa-lib/{alsa/...} - libraries at /usr/local/lib/alsa-lib/... - alsa.m4 is at /usr/local/share/aclocal - pkg-config files are at /usr/local/lib/pkgconfig but renamed to alsa -> alsa-lib, alsa-topology -> alsa-lib-topolog

Re: Remove devel/gas?

2023-01-16 Thread Stuart Henderson
On 2023/01/16 11:46, Dima Pasechnik wrote: > On Mon, Jan 16, 2023 at 09:12:26AM +0100, Antoine Jacoutot wrote: > > On Sun, Jan 15, 2023 at 11:12:44PM +0100, Frederic Cambus wrote: > > > > > > When I imported binutils back in August, sthen@ hinted that it was a > > > bit strange to now have gas in

Re: Remove devel/gas?

2023-01-16 Thread Dima Pasechnik
On Mon, Jan 16, 2023 at 09:12:26AM +0100, Antoine Jacoutot wrote: > On Sun, Jan 15, 2023 at 11:12:44PM +0100, Frederic Cambus wrote: > > > > When I imported binutils back in August, sthen@ hinted that it was a > > bit strange to now have gas in a separate port [1], to which I agreed. > > > > Foll

aarch64 bulk build report

2023-01-16 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Jan 14 04:53:00 MST 2023 finished at Mon Jan 16 01:27:56 MST 2023 lasted 1D20h34m done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #1968: Fri Jan 13 21:23:54 MST 2023 built packages:11197 Jan 14:3572 Jan 15:4793 Jan 16:2831 critical p

Re: Remove devel/gas?

2023-01-16 Thread Antoine Jacoutot
On Sun, Jan 15, 2023 at 11:12:44PM +0100, Frederic Cambus wrote: > Hi ports@, > > When I imported binutils back in August, sthen@ hinted that it was a > bit strange to now have gas in a separate port [1], to which I agreed. > > Following the binutils 2.40 update, I enabled the build of gas in the