Date: Wed, 09 Sep 2015 00:06:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202980] [PATCH] mail/squirrelmail Fix spell checker path and examples Message-ID: <bug-202980-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: mcdouga9@egr.msu.edu Assignee: adamw@FreeBSD.org Keywords: patch Flags: maintainer-feedback?(adamw@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202980-13>