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 | |
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')
-rw-r--r-- | devel/cvsnt/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/cvsnt/files/patch-configure b/devel/cvsnt/files/patch-configure new file mode 100644 index 000000000000..260f0e37f018 --- /dev/null +++ b/devel/cvsnt/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Wed Dec 10 23:43:42 2003 ++++ configure Sun Jan 25 20:31:22 2004 +@@ -19208,7 +19208,7 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -25221,7 +25221,7 @@ + rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test "$ac_cv_search_SSL_CTX_new" = no; then +- for ac_lib in ssl ssleay32; do ++ for ac_lib in "ssl -lcrypto" ssleay32; do + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ +@@ -27699,7 +27699,7 @@ + #define LOCKSERVER_SUPPORT + _ACEOF + +- enable_server="yes" ++ enable_lockserver="yes" + fi + fi; + echo "$as_me:$LINENO: result: $enable_lockserver" >&5 |