Summary: | german/aspell: fails to open German dict file | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | aeuii |
Component: | Individual Port(s) | Assignee: | Baptiste Daroussin <bapt> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | aeuii, bapt, sascha |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(office) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
aeuii
2019-01-06 17:06:38 UTC
A commit references this bug: Author: bapt Date: Mon Jan 7 08:55:41 UTC 2019 New revision: 489564 URL: https://svnweb.freebsd.org/changeset/ports/489564 Log: de-aspell: install the .multi files in the right place aspell look up for the .multi files in the datadir in order to load the proper dictionnaries. PR: 234666 Reported by: aeuii@posteo.de Changes: head/german/aspell/Makefile head/german/aspell/pkg-plist I have update the package [1] but it does not seem to be working properly: $ aspell -a -m -d de_DE --encoding=utf-8 @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6.1) hallo # hallo 0 The English dict works well: aspell -a -m -d en --encoding=utf-8 @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6.1) hello * PS would it be possible to add or make an alias called "de" instead of "de_DE"? [1] # pkg info de-aspell-20161207_2 de-aspell-20161207_2 Name : de-aspell Version : 20161207_2 Installed on : Mon Jan 7 12:23:07 2019 CET Origin : german/aspell Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : german textproc Licenses : Maintainer : office@FreeBSD.org WWW : UNKNOWN Comment : Aspell German dictionary Annotations : FreeBSD_version: 1200086 Flat size : 45.1KiB Description : Aspell German dictionary. Same problem here, the dictionary doesn't work after the update: $ aspell -d de_DE dump master | aspell -l de_DE expand | wc -l 0 $ aspell -d en dump master | aspell -l en expand | wc -l 119773 $ pkg info -x aspell aspell-0.60.6.1_8 de-aspell-20161207_2 en-aspell-7.1.0_1 A commit references this bug: Author: bapt Date: Wed Jan 16 11:55:09 UTC 2019 New revision: 490473 URL: https://svnweb.freebsd.org/changeset/ports/490473 Log: the aspell dictionnary actually depends on perl to be built properly While here add a de alias so one can call aspell -d de PR: 234666 Changes: head/german/aspell/Makefile head/german/aspell/pkg-plist properly fixed this time sorry. As an apology I added a de alias which points de de_DE. |