On Sun Sep 19, 2021 at 05:31:06PM +0200, Solene Rapenne wrote: > On Sun, 19 Sep 2021 17:23:53 +0200 > Solene Rapenne <[email protected]>: > > > On Sun, 19 Sep 2021 17:03:54 +0200 > > Landry Breuil <[email protected]>: > > > > > Le Sat, Sep 18, 2021 at 10:10:40AM +0200, Solene Rapenne a écrit : > > > > It seems sysutils/pkg_mgr is broken. The UI displays fine but any > > > > attempt to apply changes (install or deletion) or simulate changes > > > > will exit pkg_mgr with no error message. > > > > > > > > Currently, its only use is to display packages installed and what > > > > can be installed. > > > > > > nothing new here sadly, pkg_add API changed at some point some years > > > ago, i told espie to help me look into it, but that never happened. > > > > > > Landry > > > > maybe we should mark it broken if it's known to be broken? > > > > ok?
Like it! > > Index: Makefile > =================================================================== > RCS file: /home/reposync/ports/sysutils/pkg_mgr/Makefile,v > retrieving revision 1.16 > diff -u -p -r1.16 Makefile > --- Makefile 12 Jul 2019 20:49:48 -0000 1.16 > +++ Makefile 19 Sep 2021 15:30:14 -0000 > @@ -1,5 +1,6 @@ > # $OpenBSD: Makefile,v 1.16 2019/07/12 20:49:48 sthen Exp $ > > +BROKEN= pkg tools API changed and pkg_mgr needs to be updated > COMMENT= user-friendly package browser and manager > > DISTNAME= pkg_mgr-0.2.3 >
