mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
- Stagify - Add LICENSE* - Remove IGNORE_TIMESTAMPS option - Handle file ownerships via pkg-plist macros - Silence superfluous warnings - Handle stripping of installed binaries - Pet portlint PR: 190120 Submitted by: mikeg@bsd-box.net (maintainer) Reviewed by: riggs Approved by: mentors (implicit), maintainer (timeout)
46 lines
1.4 KiB
Text
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
|