powerpc bulk build report

2022-02-25 Thread gkoehler
Bulk build on macppc-0.ports.openbsd.org Started : Fri Feb 4 19:39:07 MST 2022 Finished: Fri Feb 25 12:44:23 MST 2022 Duration: 20 Days 17 hours 5 minutes Built using OpenBSD 7.0-current (GENERIC) #992: Thu Feb 3 01:10:29 MST 2022 Built 9265 packages Number of packages built each day: Feb 4:

Re: UPDATE: net/scapy

2022-02-25 Thread Alexander Bluhm
On Fri, Feb 25, 2022 at 09:41:45AM +, Ricardo wrote: > Attached is an update to net/scapy (changes: > https://github.com/secdev/scapy/releases/tag/v2.4.5). I have the same diff in my home for a while. But I never commited it as it breaks regress tests. I did not find time to look into it.

Re: UPDATE: devel/abseil-cpp - some fixes and turning on tests

2022-02-25 Thread Klemens Nanni
On Fri, Feb 25, 2022 at 03:29:52AM +0300, Andrew Krasavin wrote: > On Thu, Feb 24, 2022 at 09:29:13AM +0100, Omar Polo wrote: > > Hello, > > > > the patch is malformed and don't apply :/ > > > > Patching file Makefile using Plan A... > > patch: malformed patch at line 52: @@ -99,6 +100,19 @@

Re: net/livemedia - does an update make sense?

2022-02-25 Thread Stuart Henderson
Brad has been removing deps on this recently. I'd like to keep it for sapWatch at least, updating does make sense. -- Sent from a phone, apologies for poor formatting. On 25 February 2022 19:26:35 Volker Schlecht wrote: I just noticed that our version of net/livemedia is quite ancient. Th

Re: MODPY_PYTEST=Yes -> disable dep for py2

2022-02-25 Thread Kurt Mosiejczuk
On Fri, Feb 25, 2022 at 12:52:55PM +, Stuart Henderson wrote: > For ports using MODPY_PYTEST, disable tests for Python 2. > It doesn't cover everything py2 using py-test, but it lets us whittle > down the number. > OK? ok kmos --Kurt > Remaining py2 ports using py-test can then either move

MODPY_PYTEST=Yes -> disable dep for py2

2022-02-25 Thread Stuart Henderson
For ports using MODPY_PYTEST, disable tests for Python 2. It doesn't cover everything py2 using py-test, but it lets us whittle down the number. OK? Remaining py2 ports using py-test can then either move to using MODPY_PYTEST (preferably) or a flavour-dependent NO_TEST directly until we remove al

remove some py2-only ports, move others to py3-only

2022-02-25 Thread Stuart Henderson
This set of ports are no longer needed by other ports (with one exception, hotdoc, which has an rdep on contextlib2 which isn't needed as it's py3 itself, diff pending with maintainer) I'd like to remove these devel/py-traceback2 devel/py-contextlib2 devel/py-linecache2 devel/py-unittest2 And ma

Re: UPDATE: net/scapy

2022-02-25 Thread Stuart Henderson
On 2022/02/25 12:18, Ricardo wrote: > Do you mean indentation? I like to keep everything aligned. It's also easier > to read. I use tabs though. And other people don't like to have loads of horizontal space ;)

Re: UPDATE: sysutils/ugrep

2022-02-25 Thread Brian Callahan
On 2/25/2022 5:08 AM, Ricardo wrote: > Hey ports@, > > Minor update to version 3.7.4 of sysutils/ugrep (changes: > https://github.com/Genivia/ugrep/releases/tag/v3.7.4). > > Tested on amd64. > > Obrigado. > ~Ricardo Committed. Thanks. ~Brian

aarch64 bulk build report

2022-02-25 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Feb 23 00:40:49 MST 2022 finished at Fri Feb 25 04:30:07 MST 2022 lasted 2D03h49m done with kern.version=OpenBSD 7.1-beta (GENERIC.MP) #1556: Tue Feb 22 15:43:07 MST 2022 built packages:11131 Feb 23:4009 Feb 24:3310 Feb 25:3811 critical path

Re: UPDATE: net/scapy

2022-02-25 Thread Stuart Henderson
On 2022/02/25 09:41, Ricardo wrote: > Hey ports@, > > Attached is an update to net/scapy (changes: > https://github.com/secdev/scapy/releases/tag/v2.4.5). > > Tested on amd64. > > Obrigado. > ~Ricardo Oh, the ".if ${PROPERTIES:Mcxx11}" should change to ".if ${PROPERTIES:Mrust}" btw you can u

Re: UPDATE: devel/abseil-cpp - some fixes and turning on tests

2022-02-25 Thread Omar Polo
Andrew Krasavin writes: > On Thu, Feb 24, 2022 at 09:29:13AM +0100, Omar Polo wrote: >>Hello, >> >>the patch is malformed and don't apply :/ >> >>Patching file Makefile using Plan A... >>patch: malformed patch at line 52: @@ -99,6 +100,19 @@ CONFIGURE_ARGS += >> -DCMAKE_CXX_STANDARD=17 >>