Download raw body.
UPDATE: texmaker-6.0.1
Hi,
On Thu, Jul 17, 2025 at 07:35:23AM +0200, Rafael Sadowski wrote:
> +- set(CMAKE_INSTALL_PREFIX ${PREFIX} CACHE PATH "..." FORCE)
> ++ set(CMAKE_INSTALL_PREFIX /usr/local CACHE PATH "..." FORCE)
One more here. Is this actually needed? Shouldn't the ports infra already set
CMAKE_INSTALL_PREFIX?
> --if (!fi.exists() || !fi.isReadable()) defaultDic=dicDir+"en_GB.dic";
> -+if (!fi.exists() || !fi.isReadable()) defaultDic=dicDir+"default.dic";
What I meant was, did we want to default to an existing dictionary at least?
texmaker doesn't ship with a default.dic.
Cheers
--
Best Regards
Edd Barrett
https://www.theunixzoo.co.uk
UPDATE: texmaker-6.0.1