Date: Sat, 07 Jun 2003 23:21:06 +0100 From: jez.hancock@munk.nu To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53022: vim 6.2 Makefile broken Message-ID: <E19Om3e-0008Ih-4C@mail.munk.nu> Resent-Message-ID: <200306072230.h57MUEFQ085309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53022 >Category: ports >Synopsis: vim 6.2 Makefile broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 07 15:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: jez.hancock@munk.nu >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD users.munk.nu 4.8-STABLE FreeBSD 4.8-STABLE #1: Fri Apr 18 14:38:46 BST 2003 root@users.munk.nu:/usr/obj/usr/src/sys/MUNKBOXEN i386 >Description: Installation of vim6.2 from ports fails on 'make install': root@users /usr/ports/editors/vim-lite# make install <snip> install -c -o root -g wheel -m 444 /usr/ports/editors/vim-lite/../vim/files/vietnamese_viscii.vim /usr/local/share/vim/vim6/keymap install: /usr/local/share/vim/vim6/keymap: No such file or directory *** Error code 71 Problem appears to be with these lines in /usr/ports/vim/Makefile (lines 48-49): _DATADIR= ${DISTNAME:C/.[0-9]*$//:S/-//g:S/.//g} DATADIR= ${PREFIX}/share/vim/${_DATADIR} The regexp in the $_DATADIR assigment line is perhaps incorrect (with the move from vim 6 to vim 6.2)? >How-To-Repeat: (cvsup to latest port tree) cd /usr/ports/editors/vim-lite make desinstall; make clean install >Fix: Modifying $DATADIR to manually specify the new vim data directory allows for clean install: DATADIR= ${PREFIX}/share/vim/vim62 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19Om3e-0008Ih-4C>