Moved cvs patch to patches directory, adding in .bep files for cvs and git, allow both are currently broken, and will need some more testing to get working correctly. Marked as broken.

This commit is contained in:
Scott McCreary
2009-11-23 09:13:00 +00:00
parent 38c1f6bcbf
commit a996bc1a1e
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="CVS is a version control system"
HOMEPAGE="http://www.nongnu.org/cvs/"
SRC_URI="http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd cvs-1.12.13
libtoolize --force --copy --install
./configure --prefix=/boot/common --enable-rootcommit
make
}
INSTALL {
cd cvs-1.12.13
make install
}