[maintainer update] Python 3.11.6

2023-10-15 Thread Kurt Mosiejczuk
https://docs.python.org/release/3.11.6/whatsnew/changelog.html#python-3-11-6 No security fixes but a number of other fixes. The majority in the tests or on other OSes (not all though). Regenerated patches although they applied clean with only a little slop. ok? --Kurt Index: Makefile =

Re: net/coccinella: still usable?

2023-10-15 Thread Klemens Nanni
On Sun, Sep 24, 2023 at 09:33:33AM +, Klemens Nanni wrote: > Just came across this XMPP client with whiteboard functionality when > looking at audio/snack consumers due to daniel's py3 update on ports@. > > coccinella had its last update 13 years ago, last comment on HOMEPAGE is > four years o

Re: devel/bison: update to 3.8.2 (BULK wanted)

2023-10-15 Thread Klemens Nanni
On Sat, Oct 14, 2023 at 04:02:46PM -0600, Todd C. Miller wrote: > I have the following in my WIP bison port's Makefile. > > # Avoid regenerating bison.info > post-configure: > touch ${WRKSRC}/doc/*.info Ha, that's way easier than poking at the Makefile, although I'm inclined to stick to the

Re: devel/bison: update to 3.8.2 (BULK wanted)

2023-10-15 Thread Todd C . Miller
On Sun, 15 Oct 2023 10:35:08 -, Klemens Nanni wrote: > On Sat, Oct 14, 2023 at 04:02:46PM -0600, Todd C. Miller wrote: > > I have the following in my WIP bison port's Makefile. > > > > # Avoid regenerating bison.info > > post-configure: > > touch ${WRKSRC}/doc/*.info > > Ha, that's way ea

[faq] ports.html shows non-standard PORTSDIR in example

2023-10-15 Thread Stefan Hagen
Hi, This example shows /built/source/ports, which is non standard an nowhere explained. OK to change this to /usr/ports? Best regards, Stefan Index: faq/ports/ports.html === RCS file: /cvs/www/faq/ports/ports.html,v retrieving rev

remove x11/wxglade

2023-10-15 Thread Antoine Jacoutot
Hi. x11/wxglade is currently broken because it does not build with new wxWidgets. It depends on python2 and x11/py-wxPython which has moved to python3. Nothing depends on it in tree. OK to remove? -- Antoine

Re: net/coccinella: still usable?

2023-10-15 Thread Thomas Frohwein
On Sun, Oct 15, 2023 at 10:20:30AM +, Klemens Nanni wrote: > On Sun, Sep 24, 2023 at 09:33:33AM +, Klemens Nanni wrote: > > Just came across this XMPP client with whiteboard functionality when > > looking at audio/snack consumers due to daniel's py3 update on ports@. > > > > coccinella had

Re: remove x11/wxglade

2023-10-15 Thread Thomas Frohwein
On Sun, Oct 15, 2023 at 04:41:52PM +0200, Antoine Jacoutot wrote: > Hi. > > x11/wxglade is currently broken because it does not build with new wxWidgets. > It depends on python2 and x11/py-wxPython which has moved to python3. > Nothing depends on it in tree. > > OK to remove? There is a newer ve

Re: remove x11/wxglade

2023-10-15 Thread Thomas Frohwein
On Sun, Oct 15, 2023 at 10:56:12AM -0400, Thomas Frohwein wrote: > On Sun, Oct 15, 2023 at 04:41:52PM +0200, Antoine Jacoutot wrote: > > Hi. > > > > x11/wxglade is currently broken because it does not build with new > > wxWidgets. > > It depends on python2 and x11/py-wxPython which has moved to p

Re: NEW: legendary-gl - Downloader for Epic Games Store

2023-10-15 Thread Thomas Frohwein
On Sat, Oct 14, 2023 at 09:10:51PM -0400, Thomas Frohwein wrote: > Super-late *ping* with updated tarball of latest version on pypi.org, > 0.20.33. It still works, and the below generally still applies. > It now also depends on py-filelock. > > ok to import? I missed to update the PY stuff to 202

Re: remove x11/wxglade

2023-10-15 Thread Thomas Frohwein
On Sun, Oct 15, 2023 at 11:18:16AM -0400, Thomas Frohwein wrote: [...] > +USE_NOBTCFI= Yes > +USE_WXALLOWED= Yes Ignore these, it was just me blindly trying something which shouldn't make its way into any potential update of the port.

Re: remove x11/wxglade

2023-10-15 Thread Stefan Hagen
Thomas Frohwein wrote (2023-10-15 17:26 CEST): > On Sun, Oct 15, 2023 at 11:18:16AM -0400, Thomas Frohwein wrote: > > [...] > > > +USE_NOBTCFI= Yes > > +USE_WXALLOWED= Yes > > Ignore these, it was just me blindly trying something which shouldn't > make its way into any

Re: remove x11/wxglade

2023-10-15 Thread Thomas Frohwein
On Sun, Oct 15, 2023 at 06:01:57PM +0200, Stefan Hagen wrote: > Thomas Frohwein wrote (2023-10-15 17:26 CEST): > > On Sun, Oct 15, 2023 at 11:18:16AM -0400, Thomas Frohwein wrote: > > > > [...] > > > > > +USE_NOBTCFI= Yes > > > +USE_WXALLOWED= Yes > > > > Ignore these, it w

Re: remove x11/wxglade

2023-10-15 Thread Stefan Hagen
Thomas Frohwein wrote (2023-10-15 18:34 CEST): > On Sun, Oct 15, 2023 at 06:01:57PM +0200, Stefan Hagen wrote: > > Thomas Frohwein wrote (2023-10-15 17:26 CEST): > > > On Sun, Oct 15, 2023 at 11:18:16AM -0400, Thomas Frohwein wrote: > > > > > > [...] > > > > > > > +USE_NOBTCFI= Yes > >

Re: NEW: legendary-gl - Downloader for Epic Games Store

2023-10-15 Thread Stefan Hagen
Thomas Frohwein wrote (2023-10-15 17:25 CEST): > On Sat, Oct 14, 2023 at 09:10:51PM -0400, Thomas Frohwein wrote: > > Super-late *ping* with updated tarball of latest version on pypi.org, > > 0.20.33. It still works, and the below generally still applies. > > It now also depends on py-filelock. > >

x11/gromit-mpx: update to 1.5.0

2023-10-15 Thread Klemens Nanni
Simple https://github.com/bk138/gromit-mpx/releases/tag/1.5.0, works for me. Remove default HOMEPAGE. Patch churn due to code moving from between .[ch] files, change is the same. Feedback? OK? Index: Makefile === RCS file: /cvs/port

powerpc64 bulk build report

2023-10-15 Thread gkoehler
Bulk build on powerpc64-1.ports.openbsd.org Started : Sun Oct 8 11:44:43 MDT 2023 Finished: Sun Oct 15 14:52:47 MDT 2023 Duration: 7 Days 3 hours 8 minutes Built using OpenBSD 7.4 (GENERIC.MP) #1371: Fri Oct 6 12:27:41 MDT 2023 Built 8427 packages Number of packages built each day: Oct 8: 225

Re: [update] www/py-httpbin to 0.10.1

2023-10-15 Thread Lucas Raab
On Sun, Sep 03, 2023 at 04:59:42PM +, Lucas Raab wrote: > Hello, > > Here's an update for www/py-httpbin. This has been make test-ed with its two > deps: devel/py-test-httpbin and devel/py-treq. > > Switching to a new upstream which has adopted it after no contact from the > prior upstream. >

[security] exim-4.96.2

2023-10-15 Thread Renaud Allard
Hello, Here is a simple diff against exim to solve the remaining security issues (apart from libspf2 which is solved in libspf2). The current latest official release is now: exim-4.96.2 - fixed issues with the proxy protocol. - fixed issues in the `dnsdb` lookup subsystem. - The remaining iss