pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: editors/vim: help tags file is missing, so :help command fails



On Fri 15 Sep 2023 at 21:26:47 +0200, Rhialto wrote:
> There was no PLIST mismatch, though...

Found the issue... a bad patch-Makefile which dropped a quote from a
shell command:

-               $(MAKE) VIMEXE="$$BUILD_DIR/$(VIMTARGET)" vimtags; fi
+               $(MAKE) VIMEXE=../../src/$(VIMTARGET)" vimtags; fi

> Also, it can be updated to version 9.0.1899 at least (the github mirror
> I used is likely behind).

That wasn't true, in fact that is the official source location.
-Olaf.
-- 
___ Olaf 'Rhialto' Seibert                            <rhialto/at/falu.nl>
\X/ There is no AI. There is just someone else's work.           --I. Rose

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index