diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-01-25 15:27:24 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-01-25 15:27:24 +0000 |
commit | 6f344f7598eca9bc94d3f69579a7eba823c3a1e4 (patch) | |
tree | 6b0f0ac1c72a0eff473144b05539cef81c91d081 /devel/cvsnt/files/patch-configure.in | |
parent | requires perl > 5.6.0 (diff) |
New port: cvsnt.
CVSNT is a CVS clone. CVSNT features are:
* Merge tracking via MergePoint attribute.
* Support for :sspi: and :sserver: authentication.
* Branch ACLs can be used to restrict access.
* Directory browsing via cvs ls command.
* LockServer on a second port replaces filesystem-based locks &
provides file level locking.
* More sophisticated / extra triggers available e.g. postcommit.
* Supports Unicode files with additional keyword expansion switches.
* Atomic Checkout behaviour ensures you get the right version of every file.
* Efficient storage of binary files using binary deltas.
Notes
Notes:
svn path=/head/; revision=99082
Diffstat (limited to 'devel/cvsnt/files/patch-configure.in')
-rw-r--r-- | devel/cvsnt/files/patch-configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cvsnt/files/patch-configure.in b/devel/cvsnt/files/patch-configure.in new file mode 100644 index 000000000000..8c6bab63899d --- /dev/null +++ b/devel/cvsnt/files/patch-configure.in @@ -0,0 +1,11 @@ +--- configure.in.orig Sun Jan 25 20:32:56 2004 ++++ configure.in Sun Jan 25 20:32:22 2004 +@@ -305,7 +305,7 @@ + fi], + [if test "$ac_cv_search_connect" != no; then + AC_DEFINE(LOCKSERVER_SUPPORT,[],[Support CVS lock server]) +- enable_server="yes" ++ enable_lockserver="yes" + fi]) + AC_MSG_RESULT($enable_lockserver) + AM_CONDITIONAL(WITH_LOCKSERVER, test "$enable_lockserver" = "yes") |