btw: I've built enchant, enchant2, php/7.4 and builds of the newer php versions are still running.
On 2022/05/05 17:31, Stuart Henderson wrote: > On 2022/05/05 18:04, Moritz Buhl wrote: > > Dear ports@, > > > > Here is an update to aspell. > > Tested on amd64, sparc64, and macppc. > > > > kind regards, > > mbuhl > > > > Index: textproc/aspell/core/Makefile > > =================================================================== > > RCS file: /cvs/ports/textproc/aspell/core/Makefile,v > > retrieving revision 1.50 > > diff -u -p -r1.50 Makefile > > --- textproc/aspell/core/Makefile 11 Mar 2022 20:02:20 -0000 1.50 > > +++ textproc/aspell/core/Makefile 5 May 2022 13:09:33 -0000 > > @@ -1,9 +1,8 @@ > > COMMENT= spell checker designed to eventually replace Ispell > > > > -DISTNAME= aspell-0.60.6.1 > > -REVISION= 11 > > -SHARED_LIBS += aspell 17.0 # .16.4 > > -SHARED_LIBS += pspell 17.0 # .16.4 > > +DISTNAME= aspell-0.60.8 > > +SHARED_LIBS += aspell 17.0 # 18.1 > > +SHARED_LIBS += pspell 17.0 # 18.1 > > these should be major bumps, symbols are removed > > > share/locale/ast/ > > share/locale/ast/LC_MESSAGES/ > > share/locale/ast/LC_MESSAGES/aspell.mo > > +share/locale/be/ > > +share/locale/be/LC_MESSAGES/ > > share/locale/be/LC_MESSAGES/aspell.mo > > +share/locale/ca/ > > +share/locale/ca/LC_MESSAGES/ > > share/locale/ca/LC_MESSAGES/aspell.mo > > +share/locale/cs/ > > +share/locale/cs/LC_MESSAGES/ > > share/locale/cs/LC_MESSAGES/aspell.mo > > these added directories get removed again if I run make plist. > they are already present in gettext which is a dependency so don't > want to be listed here. > > patch changes look sane. > > a lot of ports indirectly depend on this, have you tried building any of > the direct dependents? > > $ show-reverse-deps textproc/aspell/core | wc -l > 349 > > sqlite> select distinct fullpkgpath from wantlib where value like 'aspell%' > or value like 'pspell%'; > devel/kf5/sonnet,-aspell > editors/abiword > editors/subtitleeditor > editors/teaqt > editors/tpad > lang/php/7.4,-pspell > lang/php/8.0,-enchant > lang/php/8.0,-pspell > lang/php/8.1,-enchant > lang/php/8.1,-pspell > mail/evolution-rss > net/weechat > net/weechat,-main > print/lyx > textproc/enchant > textproc/enchant2 > textproc/gspell > textproc/gtkspell3 > textproc/p5-Text-Aspell > www/bluefish > www/liferea > x11/gnome/online-accounts > x11/gnome/yelp > x11/gnustep/gui > x11/mate/atril > x11/mate/pluma > x11/xfce4/mousepad >