diff options
-rw-r--r-- | Mk/bsd.port.mk | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | Templates/README.top | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-message | 2 | ||||
-rw-r--r-- | emulators/wine/pkg-message | 2 | ||||
-rw-r--r-- | games/fgfs-base/files/patch-ab | 2 | ||||
-rw-r--r-- | games/fgfs-base/files/patch-ac | 4 | ||||
-rw-r--r-- | games/fgfs-base/patches.tools/gfc-patch-aa | 2 | ||||
-rw-r--r-- | games/flightgear-data/files/patch-ab | 2 | ||||
-rw-r--r-- | games/flightgear-data/files/patch-ac | 4 | ||||
-rw-r--r-- | games/flightgear-data/patches.tools/gfc-patch-aa | 2 | ||||
-rw-r--r-- | games/flightgear/files/patch-ab | 2 | ||||
-rw-r--r-- | games/flightgear/files/patch-ac | 4 | ||||
-rw-r--r-- | games/flightgear/patches.tools/gfc-patch-aa | 2 | ||||
-rw-r--r-- | security/openssl-beta/Makefile.ssl | 2 | ||||
-rw-r--r-- | security/openssl/Makefile.ssl | 2 | ||||
-rw-r--r-- | x11-fm/nautilus2/files/patch-data_static_bookmarks.xml | 2 |
17 files changed, 21 insertions, 21 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index d17aab37dd2b..66751678e12a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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} @@ -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. diff --git a/Templates/README.top b/Templates/README.top index 038ee92fb77f..8084067d4b8e 100644 --- a/Templates/README.top +++ b/Templates/README.top @@ -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: diff --git a/emulators/wine-devel/pkg-message b/emulators/wine-devel/pkg-message index 3548409113cb..b639ab6d164f 100644 --- a/emulators/wine-devel/pkg-message +++ b/emulators/wine-devel/pkg-message @@ -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>.) diff --git a/emulators/wine/pkg-message b/emulators/wine/pkg-message index 3548409113cb..b639ab6d164f 100644 --- a/emulators/wine/pkg-message +++ b/emulators/wine/pkg-message @@ -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>.) diff --git a/games/fgfs-base/files/patch-ab b/games/fgfs-base/files/patch-ab index 81840b3e61a7..ad1bccc456fc 100644 --- a/games/fgfs-base/files/patch-ab +++ b/games/fgfs-base/files/patch-ab @@ -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 diff --git a/games/fgfs-base/files/patch-ac b/games/fgfs-base/files/patch-ac index e21b86479735..5918a462e53a 100644 --- a/games/fgfs-base/files/patch-ac +++ b/games/fgfs-base/files/patch-ac @@ -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 diff --git a/games/fgfs-base/patches.tools/gfc-patch-aa b/games/fgfs-base/patches.tools/gfc-patch-aa index 08b8d4b85dc8..2d195db14a2e 100644 --- a/games/fgfs-base/patches.tools/gfc-patch-aa +++ b/games/fgfs-base/patches.tools/gfc-patch-aa @@ -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 diff --git a/games/flightgear-data/files/patch-ab b/games/flightgear-data/files/patch-ab index 81840b3e61a7..ad1bccc456fc 100644 --- a/games/flightgear-data/files/patch-ab +++ b/games/flightgear-data/files/patch-ab @@ -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 diff --git a/games/flightgear-data/files/patch-ac b/games/flightgear-data/files/patch-ac index e21b86479735..5918a462e53a 100644 --- a/games/flightgear-data/files/patch-ac +++ b/games/flightgear-data/files/patch-ac @@ -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 diff --git a/games/flightgear-data/patches.tools/gfc-patch-aa b/games/flightgear-data/patches.tools/gfc-patch-aa index 08b8d4b85dc8..2d195db14a2e 100644 --- a/games/flightgear-data/patches.tools/gfc-patch-aa +++ b/games/flightgear-data/patches.tools/gfc-patch-aa @@ -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 diff --git a/games/flightgear/files/patch-ab b/games/flightgear/files/patch-ab index 81840b3e61a7..ad1bccc456fc 100644 --- a/games/flightgear/files/patch-ab +++ b/games/flightgear/files/patch-ab @@ -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 diff --git a/games/flightgear/files/patch-ac b/games/flightgear/files/patch-ac index e21b86479735..5918a462e53a 100644 --- a/games/flightgear/files/patch-ac +++ b/games/flightgear/files/patch-ac @@ -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 diff --git a/games/flightgear/patches.tools/gfc-patch-aa b/games/flightgear/patches.tools/gfc-patch-aa index 08b8d4b85dc8..2d195db14a2e 100644 --- a/games/flightgear/patches.tools/gfc-patch-aa +++ b/games/flightgear/patches.tools/gfc-patch-aa @@ -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 diff --git a/security/openssl-beta/Makefile.ssl b/security/openssl-beta/Makefile.ssl index 265c96da3b47..316b1213a6f3 100644 --- a/security/openssl-beta/Makefile.ssl +++ b/security/openssl-beta/Makefile.ssl @@ -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} diff --git a/security/openssl/Makefile.ssl b/security/openssl/Makefile.ssl index 265c96da3b47..316b1213a6f3 100644 --- a/security/openssl/Makefile.ssl +++ b/security/openssl/Makefile.ssl @@ -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} diff --git a/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml b/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml index 236c09d8bf37..54ea8ae375f6 100644 --- a/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml +++ b/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml @@ -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"/> |