Unbreak:
- fix libtool usage - add missing LIB_DEPENDS on ltdl.4 Spotted by: kris
This commit is contained in:
parent
ba4fc61416
commit
f62bb6874f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99905
3 changed files with 12 additions and 11 deletions
|
@ -14,7 +14,7 @@ MASTER_SITES= http://www.cvsnt.org/archive/ \
|
|||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= CVS clone
|
||||
|
||||
BROKEN= "Stomps on libltdl port, and pkg-plist broken"
|
||||
LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --enable-fork
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
--- configure.orig Wed Dec 10 23:43:42 2003
|
||||
+++ configure Sun Jan 25 20:31:22 2004
|
||||
@@ -25221,7 +25221,7 @@
|
||||
+++ configure Wed Feb 4 02:44:05 2004
|
||||
@@ -19209,6 +19209,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
@@ -25221,7 +25222,7 @@
|
||||
rm -f conftest.err conftest.$ac_objext \
|
||||
conftest$ac_exeext conftest.$ac_ext
|
||||
if test "$ac_cv_search_SSL_CTX_new" = no; then
|
||||
|
@ -9,7 +17,7 @@
|
|||
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
@@ -27699,7 +27699,7 @@
|
||||
@@ -27699,7 +27700,7 @@
|
||||
#define LOCKSERVER_SUPPORT
|
||||
_ACEOF
|
||||
|
||||
|
|
|
@ -6,19 +6,12 @@ bin/rcsdiff
|
|||
bin/rlog
|
||||
etc/cvsnt/PServer.example
|
||||
lib/cvsnt/ca.pem
|
||||
lib/cvsnt/ext_protocol.la
|
||||
lib/cvsnt/ext_protocol.so
|
||||
lib/cvsnt/fork_protocol.la
|
||||
lib/cvsnt/fork_protocol.so
|
||||
%%GSERVER%%lib/cvsnt/gserver_protocol.la
|
||||
%%GSERVER%%lib/cvsnt/gserver_protocol.so
|
||||
lib/cvsnt/pserver_protocol.la
|
||||
lib/cvsnt/pserver_protocol.so
|
||||
lib/cvsnt/server_protocol.la
|
||||
lib/cvsnt/server_protocol.so
|
||||
lib/cvsnt/sserver_protocol.la
|
||||
lib/cvsnt/sserver_protocol.so
|
||||
lib/cvsnt/sspi_protocol.la
|
||||
lib/cvsnt/sspi_protocol.so
|
||||
share/cvsnt/contrib/README
|
||||
share/cvsnt/contrib/clmerge
|
||||
|
|
Loading…
Reference in a new issue