From: Edd Barrett Subject: Re: UPDATE: texmaker-6.0.1 To: Rafael Sadowski Cc: The OpenBSD ports mailing-list Date: Thu, 17 Jul 2025 09:20:12 +0100 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