opnsense-ports/sysutils/radmind/files/patch-README
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

46 lines
1.4 KiB
Text

--- ./README.orig 2010-12-13 04:42:49.000000000 +0100
+++ ./README 2014-06-29 12:15:04.242543988 +0200
@@ -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/radmind/radmind
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