From 6f344f7598eca9bc94d3f69579a7eba823c3a1e4 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Sun, 25 Jan 2004 15:27:24 +0000 Subject: 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. --- devel/cvsnt/files/patch-configure | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 devel/cvsnt/files/patch-configure (limited to 'devel/cvsnt/files/patch-configure') 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 -- cgit v1.2.3