On 2023/08/29 01:49, Rafael Sadowski wrote: > Update aspell to 0.60.8. Would like to here feedback. > > I know this affects a lot of ports but I wanted to make a push and > update this port. If it is committed, I would take care of the dicts. > > Is this a candidate for a bulk build?
It only directly affects about a dozen ports. Building and doing runtime tests for some of those would take less time and be more valuable than going through a bulk build. For some updates (like some of the Qt/kde related things where something seems to break on nearly every update) so many ports are involved that a bulk(7) makes sense but for things like this the number is much smaller and a more targetted approach seems sensible. $ grep aspell/core /usr/local/share/ports-INDEX | cut -d'|' -f2 | grep -v aspell/dicts databases/recoll databases/recoll,-gui devel/kf5/sonnet,-aspell devel/p5-Test-Spelling editors/teaqt lang/php/7.4,-pspell lang/php/8.0,-pspell lang/php/8.1,-pspell lang/php/8.2,-pspell mail/alpine mail/alpine,-c-client mail/alpine,-imap mail/alpine,-mailutil mail/alpine,-pico mail/alpine,-pilot net/weechat print/lyx textproc/aspell/core textproc/enchant textproc/enchant2 textproc/p5-Text-Aspell x11/gnustep/gui when mbuhl@ sent an update to 0.60.8 last year I tested php, enchant, enchant2 and those seemed happy. (fwiw he had a patch to the Makefile to avoid using addprefix rather than needing USE_GMAKE). > -SHARED_LIBS += aspell 17.0 # .16.4 > -SHARED_LIBS += pspell 17.0 # .16.4 > +SHARED_LIBS += aspell 18.0 # .16.4 > +SHARED_LIBS += pspell 17.0 # .16.4 the upstream versions of these are now .18.1 (check shared_libs.log).