Package Details: heirloom-ex-vi-cvs 2011.06.22-1

Package Base: heirloom-ex-vi-cvs
Description: The traditional Vi
Upstream URL: http://ex-vi.sourceforge.net/
Category: devel
Licenses: custom:BSD
Submitter: WFCody
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2011-01-15 19:36
Last Updated: 2011-06-22 12:14

Dependencies (1)

Required by (0)

Sources

  • Makefile.patch

Latest Comments

Comment by WFCody

2015-05-27 13:37

probably not. I will disown it

Comment by haawda

2015-05-27 11:30

vi from [core] now also uses cvs sources. Is this package still needed?

Comment by aksr

2015-02-16 00:20

WFCody: Hi, please rename licences to licenses (lines 48 and 49).

Comment by WFCody

2011-06-22 12:15

Thanks! updated. Tell me if you want to take over mantainership :)

Anonymous comment

2011-06-22 11:44

Here a fixed PKGBUILD: https://gist.github.com/1039932

Comment by WFCody

2011-06-22 10:17

OK thanks a lot for letting me know I run all those experimental things as chroots and do not get full testing on them. I will try to find a more standards-compliant way of writing installs.

Anonymous comment

2011-06-22 10:06

@WFCody The same here like with heirloom-pkgtools-cvs, the install -D option is a problem in the PKGBUILD in case you already have installed UCB Heirloom:
install: illegal option -- D
usage: install [-cs] [-g group] [-m mode] [-o owner] file ... destination
install -d [-g group] [-m mode] [-o owner] dir
Breche ab ...
[1] 10525 exit 2 unipkg

Comment by WFCody

2011-03-19 05:53

Updated

Thanks for all the help :) If you want to take over mantainership, just ask :)

Anonymous comment

2011-03-18 20:57

1. The CVS sources miss the file "regexp.h" (it tries to use /usr/include/regexp.h, which it isn't meant to and fails). I copied the one found in a versioned .tar.bz2 file (which the 'vi' package in the [core] repository is built from).

2. In package(), it should be 'make DESTDIR="$pkgdir" install' and not just 'make install'.

3. The licen[cs]e file in the CVS sources is named "LICENSE" and not "LICENCE" ("S" not "C"). Fix that in package().