Solved En-hunspell port install fails

Using editors/libreoffice on FreeBSD 11, went to install textproc/en-hunspell and recieved the following message:


=> hunspell/hunspell-en_GB-2016.11.20.zip is not in /usr/ports/textproc/en-hunspell/distinfo.
=> Either /usr/ports/textproc/en-hunspell/distinfo is out of date, or
=> hunspell/hunspell-en_GB-2016.11.20.zip is spelled incorrectly.
*** Error code 1


Installing via pkg works fine. In /usr/ports/textproc/en-hunspell/distinfo I noticed there is no entry of the name above. Does this need to be fixed by the package maintainer?
 
Check if you've selected one of the GB_ISE, GB_IZE, or GB_LARGE options. If I deselect all of them I get the same error you do. The default is GB_ISE.
 
That makes sense. I thought I selected only one of the US options and deselected everything else. I just installed the port with default options checked and it worked fine. I didn't realize I needed to install all variations of my language but it's not a big deal. Thanks for the help!
 
Back
Top