Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
c827154b
Commit
c827154b
authored
Aug 04, 2002
by
blackend
Browse files
Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by: portmgr
parent
8c48b084
Changes
17
Hide whitespace changes
Inline
Side-by-side
Mk/bsd.port.mk
View file @
c827154b
...
...
@@ -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}
...
...
README
View file @
c827154b
...
...
@@ -12,7 +12,7 @@ FreeBSD Handbook which is available from:
Or:
http://www.freebsd.org/
hand
book/handbook
.html
http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/handbook
/
for the latest official version from FreeBSD-current.
...
...
Templates/README.top
View file @
c827154b
...
...
@@ -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:
...
...
emulators/wine-devel/pkg-message
View file @
c827154b
...
...
@@ -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>.)
emulators/wine/pkg-message
View file @
c827154b
...
...
@@ -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>.)
games/fgfs-base/files/patch-ab
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#include <Bucket/newbucket.hxx>
+/* the next lines are to define BSD */
+/* see http://www.freebsd.org/
hand
book/port
ing
.html for why we do this */
+/* see http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this */
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/fgfs-base/files/patch-ac
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#endif
+// The next lines are to define BSD
+// See http://www.freebsd.org/
hand
book/port
ing
.html for why we do this
+// See http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-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/
hand
book/port
ing
.html for why we do this
+// See http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/fgfs-base/patches.tools/gfc-patch-aa
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#include <unistd.h>
+/* the next lines are to define BSD */
+/* see http://www.freebsd.org/
hand
book/port
ing
.html for why we do this */
+/* see http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this */
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/flightgear-data/files/patch-ab
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#include <Bucket/newbucket.hxx>
+/* the next lines are to define BSD */
+/* see http://www.freebsd.org/
hand
book/port
ing
.html for why we do this */
+/* see http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this */
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/flightgear-data/files/patch-ac
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#endif
+// The next lines are to define BSD
+// See http://www.freebsd.org/
hand
book/port
ing
.html for why we do this
+// See http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-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/
hand
book/port
ing
.html for why we do this
+// See http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/flightgear-data/patches.tools/gfc-patch-aa
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#include <unistd.h>
+/* the next lines are to define BSD */
+/* see http://www.freebsd.org/
hand
book/port
ing
.html for why we do this */
+/* see http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this */
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/flightgear/files/patch-ab
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#include <Bucket/newbucket.hxx>
+/* the next lines are to define BSD */
+/* see http://www.freebsd.org/
hand
book/port
ing
.html for why we do this */
+/* see http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this */
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/flightgear/files/patch-ac
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#endif
+// The next lines are to define BSD
+// See http://www.freebsd.org/
hand
book/port
ing
.html for why we do this
+// See http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-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/
hand
book/port
ing
.html for why we do this
+// See http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
games/flightgear/patches.tools/gfc-patch-aa
View file @
c827154b
...
...
@@ -5,7 +5,7 @@
#include <unistd.h>
+/* the next lines are to define BSD */
+/* see http://www.freebsd.org/
hand
book/port
ing
.html for why we do this */
+/* see http://www.freebsd.org/
doc/en_US.ISO8859-1/
book
s
/port
ers-handbook/index
.html for why we do this */
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
...
...
security/openssl-beta/Makefile.ssl
View file @
c827154b
...
...
@@ -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}
...
...
security/openssl/Makefile.ssl
View file @
c827154b
...
...
@@ -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}
...
...
x11-fm/nautilus2/files/patch-data_static_bookmarks.xml
View file @
c827154b
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment