forked from Lainports/freebsd-ports
- Add IGNORE_TIMESTAMPS OPTIONS - Install sample configuration file PR: ports/166587 Submitted by: Michael Graziano <mikeg at bsd-box.net>
46 lines
1.4 KiB
Text
46 lines
1.4 KiB
Text
--- ./README.orig 2010-12-12 22:42:49.000000000 -0500
|
|
+++ ./README 2012-03-20 14:37:54.000000000 -0400
|
|
@@ -72,25 +72,25 @@
|
|
% "env CPPFLAGS=-I/usr/kerberos/include ./configure"
|
|
|
|
-----------------
|
|
-Building from CVS
|
|
+Building from git
|
|
-----------------
|
|
The Radmind Development Team occasionally asks for help testing a new feature
|
|
or bug fix. The best way to assist is to download the source code from the
|
|
-CVS repository and build it manually. The following steps will result in
|
|
-a build from CVS.
|
|
+git repository and build it manually. The following steps will result in
|
|
+a build from git.
|
|
|
|
-1) Download the source from CVS:
|
|
+1) Download the source from git:
|
|
|
|
-cvs -d :pserver:anonymous@radmind.cvs.sourceforge.net:/cvsroot/radmind \
|
|
- checkout radmind
|
|
+ git clone git://radmind.git.sourceforge.net/gitroot/gradmind
|
|
|
|
2) Move into the new radmind directory:
|
|
|
|
-cd radmind
|
|
+ cd radmind
|
|
|
|
-3) Download libsnet[1], the network library Radmind uses:
|
|
+3) Checkout all required submodules [1]:
|
|
|
|
-sh bin/getsnet
|
|
+ git submodule init
|
|
+ git submodule update
|
|
|
|
4) Follow steps 2 and 3 from "More detailed instructions" for building, above.
|
|
|
|
@@ -115,4 +115,7 @@
|
|
----------
|
|
References
|
|
----------
|
|
-[1]: http://sourceforge.net/projects/libsnet
|
|
+[1]: Current submodules:
|
|
+
|
|
+ * libsnet, a networking library with TLS support
|
|
+ http://sourceforge.net/projects/libsnet
|