diff options
Diffstat (limited to 'base/cvs/Pkgfile')
-rw-r--r-- | base/cvs/Pkgfile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/base/cvs/Pkgfile b/base/cvs/Pkgfile index bda9d4b16..3e68fd2d7 100644 --- a/base/cvs/Pkgfile +++ b/base/cvs/Pkgfile @@ -6,11 +6,18 @@ name=cvs version=1.11.23 -release=2 -source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$name-$version.tar.bz2) +release=3 + +source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$name-$version.tar.bz2 + cvs-1.11.23-getline.patch + cvs-1.11.23-cve.patch) build() { cd $name-$version + unset EDITOR VISUAL + patch -Np1 -i ../cvs-1.11.23-getline.patch + patch -Np1 -i ../cvs-1.11.23-cve.patch + ./configure --prefix=/usr make make DESTDIR=$PKG install |