[Bug 202980] [PATCH] mail/squirrelmail Fix spell checker path and examples
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 9 00:06:37 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202980
Bug ID: 202980
Summary: [PATCH] mail/squirrelmail Fix spell checker path and
examples
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: adamw at FreeBSD.org
Reporter: mcdouga9 at egr.msu.edu
Assignee: adamw at FreeBSD.org
Keywords: patch
Flags: maintainer-feedback?(adamw at FreeBSD.org)
Created attachment 160847
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160847&action=edit
Patch to fix spell checker path and examples
The current squirrelmail port uses a regex to replace 'ispell' with
'/usr/local/bin/ispell' except ispell has not been in ports since early 2014.
'aspell' is an appropriate and working replacement. The attached patch makes
the port install a sqspell_config.php that is prepared for aspell and removes
unneeded examples for ispell to avoid letting the fixed regex make the result
even more confusing. I have tried installing and using textproc/aspell-ispell
however it complains "exec: aspell: not found" which is exactly the problem the
port Makefile regex was trying to solve in the first place. Since
aspell-ispell depends on aspell, it makes sense to use aspell directly. I am
also attaching a build log from poudriere with a bunch of my compile settings
from make.conf redacted.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list