diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-07-31 18:18:42 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-07-31 18:18:42 +0000 |
commit | 887424349888fc41a8e417a428dcdff10320ccba (patch) | |
tree | 7f89ff143c9a0a5be7fce5c95687f7c026b770b4 /devel/cvsnt/files | |
parent | 34994b8375931d2588ce82a3c06e45b426965c54 (diff) |
Notes
Diffstat (limited to 'devel/cvsnt/files')
-rw-r--r-- | devel/cvsnt/files/cvslockd.sh | 18 | ||||
-rw-r--r-- | devel/cvsnt/files/patch-configure | 12 | ||||
-rw-r--r-- | devel/cvsnt/files/patch-cvsdelta-cvsdelta.cpp | 10 | ||||
-rw-r--r-- | devel/cvsnt/files/patch-lockservice-LockParse.cpp | 10 |
4 files changed, 23 insertions, 27 deletions
diff --git a/devel/cvsnt/files/cvslockd.sh b/devel/cvsnt/files/cvslockd.sh new file mode 100644 index 000000000000..9364402ca382 --- /dev/null +++ b/devel/cvsnt/files/cvslockd.sh @@ -0,0 +1,18 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: cvslockd +# REQUIRE: LOGIN +# KEYWORD: FreeBSD shutdown +# +. %%RC_SUBR%% + +[ -z "$cvslockd_enable" ] && cvslockd_enable="NO" + +name=cvslockd +rcvar=`set_rcvar` +command=%%PREFIX%%/bin/${name} + +load_rc_config ${name} +run_rc_command "$1" diff --git a/devel/cvsnt/files/patch-configure b/devel/cvsnt/files/patch-configure index 73aad5724e6d..5cf90f7ca076 100644 --- a/devel/cvsnt/files/patch-configure +++ b/devel/cvsnt/files/patch-configure @@ -1,12 +1,10 @@ ---- configure.orig Mon Feb 9 21:48:11 2004 -+++ configure Sun Feb 22 03:02:53 2004 -@@ -19221,7 +19221,8 @@ - +--- configure.orig Sun Aug 1 00:11:00 2004 ++++ configure Sun Aug 1 00:12:15 2004 +@@ -19196,6 +19196,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" -+/usr/local/share/libtool13/ltconfig13 $LIBTOOL_DEPS + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/cvsnt/files/patch-cvsdelta-cvsdelta.cpp b/devel/cvsnt/files/patch-cvsdelta-cvsdelta.cpp deleted file mode 100644 index a4a054a3cbb6..000000000000 --- a/devel/cvsnt/files/patch-cvsdelta-cvsdelta.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- cvsdelta/cvsdelta.cpp.orig Thu Mar 4 01:17:46 2004 -+++ cvsdelta/cvsdelta.cpp Thu Mar 4 01:18:01 2004 -@@ -23,6 +23,7 @@ - #if defined(_WIN32) - #include <winsock2.h> - #else -+ #include <sys/types.h> - #include <netinet/in.h> - #endif - diff --git a/devel/cvsnt/files/patch-lockservice-LockParse.cpp b/devel/cvsnt/files/patch-lockservice-LockParse.cpp deleted file mode 100644 index 16475977521d..000000000000 --- a/devel/cvsnt/files/patch-lockservice-LockParse.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- lockservice/LockParse.cpp.orig Thu Mar 4 01:19:43 2004 -+++ lockservice/LockParse.cpp Thu Mar 4 01:19:58 2004 -@@ -11,6 +11,7 @@ - #include <sys/socket.h> - #include <netdb.h> - #include <errno.h> -+#include <time.h> - #define SOCKET int - #endif - |