diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml index 8fdafd212f..1db3476cdb 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml @@ -1,7 +1,7 @@ @@ -2013,7 +2013,7 @@ lib/libtvl80.so.1 /usr/lib only, and will royally screw up the user's machine ("Help, xinit does not run anymore after I install this port!"). Anybody who does this will be shot and cut in 65,536 - pieces by a rusty knife and have is liver chopped out by a bunch of + pieces by a rusty knife and have his liver chopped out by a bunch of crows and will eternally rot to death in the deepest bowels of hell (not necessarily in that order…) @@ -2026,7 +2026,7 @@ lib/libtvl80.so.1 3.0-RELEASE, we need to convert many ports that build shared libraries to support ELF. Complicating this task is that a 3.0 system can run as both ELF and a.out, and we wish to unofficially - support the 2.2 as long as possible. Below are the guidelines on + support the 2.2 branch as long as possible. Below are the guidelines on how to convert a.out only ports to support both a.out and ELF compilation. @@ -2351,7 +2351,7 @@ ${PREFIX}/man/man4/baz.4.gz ${PREFIX}/man/ja/man4/baz.4.gz Additionally ${PREFIX}/man/man8/alt-name.8.gz - may or may-not be installed by your port. Regardless, a + may or may not be installed by your port. Regardless, a symlink will be made to join the foo(1) manpage and alt-name(8) manpage. @@ -2430,7 +2430,7 @@ ${PREFIX}/man/ja/man4/baz.4.gz The new version of texinfo (included in 2.2.2-RELEASE and onwards) contains a utility called install-info to add and delete entries to the dir file. If your port - installs any info documents, please follow this instructions so your + installs any info documents, please follow these instructions so your port/package will correctly update the user's PREFIX/info/dir file. (Sorry for the length of this section, but is it imperative to weave all the @@ -2816,7 +2816,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} among several ports or have to write to one of the above files (see writing to places other than WRKDIR for why it is a bad idea to write - directly in to the pkg subdirectory. + directly in to the pkg subdirectory). Here is a list of variable names and their default values. @@ -2973,9 +2973,9 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} - <anchor id="porting-dads">Do's and Dont's + <anchor id="porting-dads">Dos and Don'ts - Here is a list of common do's and dont's that you encounter during + Here is a list of common dos and don'ts that you encounter during the porting process.You should check your own port against this list, but you can also check ports in the PR database that others have submitted. Submit any comments on ports you check as described in @@ -3394,8 +3394,18 @@ post-install: 330002 + + 3.4-RELEASE + 340000 + + + + 3.4-STABLE + 340001 + + - 4.0-CURRENT after 3/4 branch + 4.0-CURRENT after 3.4 branch 400000 @@ -3579,7 +3589,7 @@ post-install: PORTOBJFORMAT The object format of the system - (aout or elf + (aout or elf) @@ -3612,7 +3622,7 @@ post-install: Here are some examples of things you can write after - bsd.port.pre.mk; + bsd.port.pre.mk: # no need to compile lang/perl5 if perl5 is already in system @@ -3979,7 +3989,7 @@ mysql:*:88:88:MySQL Daemon:/var/db/mysql:/sbin/nologin Do look at existing examples and the bsd.port.mk file before asking us questions! - ;) + ;-) Do ask us questions if you have any trouble! Do not just beat your head against a wall! @@ -2013,7 +2013,7 @@ lib/libtvl80.so.1 /usr/lib only, and will royally screw up the user's machine ("Help, xinit does not run anymore after I install this port!"). Anybody who does this will be shot and cut in 65,536 - pieces by a rusty knife and have is liver chopped out by a bunch of + pieces by a rusty knife and have his liver chopped out by a bunch of crows and will eternally rot to death in the deepest bowels of hell (not necessarily in that order…) @@ -2026,7 +2026,7 @@ lib/libtvl80.so.1 3.0-RELEASE, we need to convert many ports that build shared libraries to support ELF. Complicating this task is that a 3.0 system can run as both ELF and a.out, and we wish to unofficially - support the 2.2 as long as possible. Below are the guidelines on + support the 2.2 branch as long as possible. Below are the guidelines on how to convert a.out only ports to support both a.out and ELF compilation. @@ -2351,7 +2351,7 @@ ${PREFIX}/man/man4/baz.4.gz ${PREFIX}/man/ja/man4/baz.4.gz Additionally ${PREFIX}/man/man8/alt-name.8.gz - may or may-not be installed by your port. Regardless, a + may or may not be installed by your port. Regardless, a symlink will be made to join the foo(1) manpage and alt-name(8) manpage. @@ -2430,7 +2430,7 @@ ${PREFIX}/man/ja/man4/baz.4.gz The new version of texinfo (included in 2.2.2-RELEASE and onwards) contains a utility called install-info to add and delete entries to the dir file. If your port - installs any info documents, please follow this instructions so your + installs any info documents, please follow these instructions so your port/package will correctly update the user's PREFIX/info/dir file. (Sorry for the length of this section, but is it imperative to weave all the @@ -2816,7 +2816,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} among several ports or have to write to one of the above files (see writing to places other than WRKDIR for why it is a bad idea to write - directly in to the pkg subdirectory. + directly in to the pkg subdirectory). Here is a list of variable names and their default values. @@ -2973,9 +2973,9 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} - <anchor id="porting-dads">Do's and Dont's + <anchor id="porting-dads">Dos and Don'ts - Here is a list of common do's and dont's that you encounter during + Here is a list of common dos and don'ts that you encounter during the porting process.You should check your own port against this list, but you can also check ports in the PR database that others have submitted. Submit any comments on ports you check as described in @@ -3394,8 +3394,18 @@ post-install: 330002 + + 3.4-RELEASE + 340000 + + + + 3.4-STABLE + 340001 + + - 4.0-CURRENT after 3/4 branch + 4.0-CURRENT after 3.4 branch 400000 @@ -3579,7 +3589,7 @@ post-install: PORTOBJFORMAT The object format of the system - (aout or elf + (aout or elf) @@ -3612,7 +3622,7 @@ post-install: Here are some examples of things you can write after - bsd.port.pre.mk; + bsd.port.pre.mk: # no need to compile lang/perl5 if perl5 is already in system @@ -3979,7 +3989,7 @@ mysql:*:88:88:MySQL Daemon:/var/db/mysql:/sbin/nologin Do look at existing examples and the bsd.port.mk file before asking us questions! - ;) + ;-) Do ask us questions if you have any trouble! Do not just beat your head against a wall! @@ -2013,7 +2013,7 @@ lib/libtvl80.so.1 /usr/lib only, and will royally screw up the user's machine ("Help, xinit does not run anymore after I install this port!"). Anybody who does this will be shot and cut in 65,536 - pieces by a rusty knife and have is liver chopped out by a bunch of + pieces by a rusty knife and have his liver chopped out by a bunch of crows and will eternally rot to death in the deepest bowels of hell (not necessarily in that order…) @@ -2026,7 +2026,7 @@ lib/libtvl80.so.1 3.0-RELEASE, we need to convert many ports that build shared libraries to support ELF. Complicating this task is that a 3.0 system can run as both ELF and a.out, and we wish to unofficially - support the 2.2 as long as possible. Below are the guidelines on + support the 2.2 branch as long as possible. Below are the guidelines on how to convert a.out only ports to support both a.out and ELF compilation. @@ -2351,7 +2351,7 @@ ${PREFIX}/man/man4/baz.4.gz ${PREFIX}/man/ja/man4/baz.4.gz Additionally ${PREFIX}/man/man8/alt-name.8.gz - may or may-not be installed by your port. Regardless, a + may or may not be installed by your port. Regardless, a symlink will be made to join the foo(1) manpage and alt-name(8) manpage. @@ -2430,7 +2430,7 @@ ${PREFIX}/man/ja/man4/baz.4.gz The new version of texinfo (included in 2.2.2-RELEASE and onwards) contains a utility called install-info to add and delete entries to the dir file. If your port - installs any info documents, please follow this instructions so your + installs any info documents, please follow these instructions so your port/package will correctly update the user's PREFIX/info/dir file. (Sorry for the length of this section, but is it imperative to weave all the @@ -2816,7 +2816,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} among several ports or have to write to one of the above files (see writing to places other than WRKDIR for why it is a bad idea to write - directly in to the pkg subdirectory. + directly in to the pkg subdirectory). Here is a list of variable names and their default values. @@ -2973,9 +2973,9 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} - <anchor id="porting-dads">Do's and Dont's + <anchor id="porting-dads">Dos and Don'ts - Here is a list of common do's and dont's that you encounter during + Here is a list of common dos and don'ts that you encounter during the porting process.You should check your own port against this list, but you can also check ports in the PR database that others have submitted. Submit any comments on ports you check as described in @@ -3394,8 +3394,18 @@ post-install: 330002 + + 3.4-RELEASE + 340000 + + + + 3.4-STABLE + 340001 + + - 4.0-CURRENT after 3/4 branch + 4.0-CURRENT after 3.4 branch 400000 @@ -3579,7 +3589,7 @@ post-install: PORTOBJFORMAT The object format of the system - (aout or elf + (aout or elf) @@ -3612,7 +3622,7 @@ post-install: Here are some examples of things you can write after - bsd.port.pre.mk; + bsd.port.pre.mk: # no need to compile lang/perl5 if perl5 is already in system @@ -3979,7 +3989,7 @@ mysql:*:88:88:MySQL Daemon:/var/db/mysql:/sbin/nologin Do look at existing examples and the bsd.port.mk file before asking us questions! - ;) + ;-) Do ask us questions if you have any trouble! Do not just beat your head against a wall! @@ -2013,7 +2013,7 @@ lib/libtvl80.so.1 /usr/lib only, and will royally screw up the user's machine ("Help, xinit does not run anymore after I install this port!"). Anybody who does this will be shot and cut in 65,536 - pieces by a rusty knife and have is liver chopped out by a bunch of + pieces by a rusty knife and have his liver chopped out by a bunch of crows and will eternally rot to death in the deepest bowels of hell (not necessarily in that order…) @@ -2026,7 +2026,7 @@ lib/libtvl80.so.1 3.0-RELEASE, we need to convert many ports that build shared libraries to support ELF. Complicating this task is that a 3.0 system can run as both ELF and a.out, and we wish to unofficially - support the 2.2 as long as possible. Below are the guidelines on + support the 2.2 branch as long as possible. Below are the guidelines on how to convert a.out only ports to support both a.out and ELF compilation. @@ -2351,7 +2351,7 @@ ${PREFIX}/man/man4/baz.4.gz ${PREFIX}/man/ja/man4/baz.4.gz Additionally ${PREFIX}/man/man8/alt-name.8.gz - may or may-not be installed by your port. Regardless, a + may or may not be installed by your port. Regardless, a symlink will be made to join the foo(1) manpage and alt-name(8) manpage. @@ -2430,7 +2430,7 @@ ${PREFIX}/man/ja/man4/baz.4.gz The new version of texinfo (included in 2.2.2-RELEASE and onwards) contains a utility called install-info to add and delete entries to the dir file. If your port - installs any info documents, please follow this instructions so your + installs any info documents, please follow these instructions so your port/package will correctly update the user's PREFIX/info/dir file. (Sorry for the length of this section, but is it imperative to weave all the @@ -2816,7 +2816,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} among several ports or have to write to one of the above files (see writing to places other than WRKDIR for why it is a bad idea to write - directly in to the pkg subdirectory. + directly in to the pkg subdirectory). Here is a list of variable names and their default values. @@ -2973,9 +2973,9 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} - <anchor id="porting-dads">Do's and Dont's + <anchor id="porting-dads">Dos and Don'ts - Here is a list of common do's and dont's that you encounter during + Here is a list of common dos and don'ts that you encounter during the porting process.You should check your own port against this list, but you can also check ports in the PR database that others have submitted. Submit any comments on ports you check as described in @@ -3394,8 +3394,18 @@ post-install: 330002 + + 3.4-RELEASE + 340000 + + + + 3.4-STABLE + 340001 + + - 4.0-CURRENT after 3/4 branch + 4.0-CURRENT after 3.4 branch 400000 @@ -3579,7 +3589,7 @@ post-install: PORTOBJFORMAT The object format of the system - (aout or elf + (aout or elf) @@ -3612,7 +3622,7 @@ post-install: Here are some examples of things you can write after - bsd.port.pre.mk; + bsd.port.pre.mk: # no need to compile lang/perl5 if perl5 is already in system @@ -3979,7 +3989,7 @@ mysql:*:88:88:MySQL Daemon:/var/db/mysql:/sbin/nologin Do look at existing examples and the bsd.port.mk file before asking us questions! - ;) + ;-) Do ask us questions if you have any trouble! Do not just beat your head against a wall!