mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by: portmgr
This commit is contained in:
parent
121887516b
commit
deef46806d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63962
@ -737,7 +737,7 @@ PREFIX?= ${LOCALBASE}
|
||||
@${ECHO_CMD} "This port requires the OpenSSL library, which is part of"
|
||||
@${ECHO_CMD} "the FreeBSD crypto distribution but not installed on your"
|
||||
@${ECHO_CMD} "machine. Please see the \"OpenSSL\" section in the handbook"
|
||||
@${ECHO_CMD} "(at \"http://www.FreeBSD.org/handbook/openssl.html\", for instance)"
|
||||
@${ECHO_CMD} "(at \"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html\", for instance)"
|
||||
@${ECHO_CMD} "for instructions on how to obtain and install the FreeBSD"
|
||||
@${ECHO_CMD} "OpenSSL distribution."
|
||||
@${FALSE}
|
||||
|
2
README
2
README
@ -12,7 +12,7 @@ FreeBSD Handbook which is available from:
|
||||
|
||||
Or:
|
||||
|
||||
http://www.freebsd.org/handbook/handbook.html
|
||||
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
|
||||
|
||||
for the latest official version from FreeBSD-current.
|
||||
|
||||
|
@ -10,14 +10,14 @@ For information on how to use the ports tree, please look at "The
|
||||
Ports Collection" section of the FreeBSD handbook <a
|
||||
href="file://localhost/usr/share/doc/handbook/handbook.html"> on your
|
||||
own FreeBSD machine</a> or <a
|
||||
href="http://www.FreeBSD.org/handbook/ports.html"> at the FreeBSD web
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html"> at the FreeBSD web
|
||||
site</a>.
|
||||
|
||||
<p>
|
||||
|
||||
Also, if you would like to contribute a new port or fix an existing
|
||||
one, please refer to the <a
|
||||
href="http://www.FreeBSD.org/porters-handbook/index.html"> Porting
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html"> Porting
|
||||
Guidelines</a> section of the most current handbook.
|
||||
<p>Here are the one-line descriptions for each of the directories:
|
||||
|
||||
|
@ -15,4 +15,4 @@ There are more in the source tree but the others are only useful in
|
||||
conjunction with the rest of the source tree, and then you can as well
|
||||
look at them there. (If you just installed this as a package and do not
|
||||
know how to use the ports system to have it fetch and extract the source,
|
||||
have a look at <http://www.freebsd.org/handbook/ports.html>.)
|
||||
have a look at <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html>.)
|
||||
|
@ -15,4 +15,4 @@ There are more in the source tree but the others are only useful in
|
||||
conjunction with the rest of the source tree, and then you can as well
|
||||
look at them there. (If you just installed this as a package and do not
|
||||
know how to use the ports system to have it fetch and extract the source,
|
||||
have a look at <http://www.freebsd.org/handbook/ports.html>.)
|
||||
have a look at <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html>.)
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <Bucket/newbucket.hxx>
|
||||
|
||||
+/* the next lines are to define BSD */
|
||||
+/* see http://www.freebsd.org/handbook/porting.html for why we do this */
|
||||
+/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#endif
|
||||
|
||||
+// The next lines are to define BSD
|
||||
+// See http://www.freebsd.org/handbook/porting.html for why we do this
|
||||
+// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this
|
||||
+
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
@ -52,7 +52,7 @@
|
||||
#endif
|
||||
|
||||
+// The next lines are to define BSD
|
||||
+// See http://www.freebsd.org/handbook/porting.html for why we do this
|
||||
+// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
+/* the next lines are to define BSD */
|
||||
+/* see http://www.freebsd.org/handbook/porting.html for why we do this */
|
||||
+/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <Bucket/newbucket.hxx>
|
||||
|
||||
+/* the next lines are to define BSD */
|
||||
+/* see http://www.freebsd.org/handbook/porting.html for why we do this */
|
||||
+/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#endif
|
||||
|
||||
+// The next lines are to define BSD
|
||||
+// See http://www.freebsd.org/handbook/porting.html for why we do this
|
||||
+// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this
|
||||
+
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
@ -52,7 +52,7 @@
|
||||
#endif
|
||||
|
||||
+// The next lines are to define BSD
|
||||
+// See http://www.freebsd.org/handbook/porting.html for why we do this
|
||||
+// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
+/* the next lines are to define BSD */
|
||||
+/* see http://www.freebsd.org/handbook/porting.html for why we do this */
|
||||
+/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <Bucket/newbucket.hxx>
|
||||
|
||||
+/* the next lines are to define BSD */
|
||||
+/* see http://www.freebsd.org/handbook/porting.html for why we do this */
|
||||
+/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#endif
|
||||
|
||||
+// The next lines are to define BSD
|
||||
+// See http://www.freebsd.org/handbook/porting.html for why we do this
|
||||
+// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this
|
||||
+
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
@ -52,7 +52,7 @@
|
||||
#endif
|
||||
|
||||
+// The next lines are to define BSD
|
||||
+// See http://www.freebsd.org/handbook/porting.html for why we do this
|
||||
+// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
+/* the next lines are to define BSD */
|
||||
+/* see http://www.freebsd.org/handbook/porting.html for why we do this */
|
||||
+/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */
|
||||
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
+#include <sys/param.h>
|
||||
+#endif
|
||||
|
@ -14,7 +14,7 @@ OPENSSLDIR= /etc/ssl
|
||||
@${ECHO_CMD} "This port requires the OpenSSL library, which is part of"
|
||||
@${ECHO_CMD} "the FreeBSD crypto distribution but not installed on your"
|
||||
@${ECHO_CMD} "machine. Please see the \"OpenSSL\" section in the handbook"
|
||||
@${ECHO_CMD} "(at \"http://www.FreeBSD.org/handbook/openssl.html\", for instance)"
|
||||
@${ECHO_CMD} "(at \"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html\", for instance)"
|
||||
@${ECHO_CMD} "for instructions on how to obtain and install the FreeBSD"
|
||||
@${ECHO_CMD} "OpenSSL distribution."
|
||||
@${FALSE}
|
||||
|
@ -14,7 +14,7 @@ OPENSSLDIR= /etc/ssl
|
||||
@${ECHO_CMD} "This port requires the OpenSSL library, which is part of"
|
||||
@${ECHO_CMD} "the FreeBSD crypto distribution but not installed on your"
|
||||
@${ECHO_CMD} "machine. Please see the \"OpenSSL\" section in the handbook"
|
||||
@${ECHO_CMD} "(at \"http://www.FreeBSD.org/handbook/openssl.html\", for instance)"
|
||||
@${ECHO_CMD} "(at \"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html\", for instance)"
|
||||
@${ECHO_CMD} "for instructions on how to obtain and install the FreeBSD"
|
||||
@${ECHO_CMD} "OpenSSL distribution."
|
||||
@${FALSE}
|
||||
|
@ -75,7 +75,7 @@
|
||||
+ <bookmark _name="FreeBSD Diary" icon_name="i-web" uri="http://www.freebsddiary.org"/>
|
||||
+ <bookmark _name="FreeBSD Forums" icon_name="i-web" uri="http://www.freebsdforums.org"/>
|
||||
+ <bookmark _name="FreeBSD GNOME Project" icon_name="i-web" uri="http://www.freebsd.org/gnome"/>
|
||||
+ <bookmark _name="FreeBSD Handbook" icon_name="i-web" uri="http://www.freebsd.org/handbook/index.html"/>
|
||||
+ <bookmark _name="FreeBSD Handbook" icon_name="i-web" uri="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html"/>
|
||||
+ <bookmark _name="FreeBSD Security Information" icon_name="i-web" uri="http://www.freebsd.org/security/security.html"/>
|
||||
+ <bookmark _name="Freshports" icon_name="i-web" uri="http://www.freshports.org"/>
|
||||
+ <bookmark _name="Google's BSD Search Engine" icon_name="i-web" uri="http://www.google.com/bsd"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user