Date: Thu, 24 Jul 2008 18:20:04 GMT From: Thomas Abthorpe <tabthorpe@freebsd.org> To: freebsd-doc@FreeBSD.org Subject: Re: docs/125907: [patch] Update makefiles options section of Porter's Handbook Message-ID: <200807241820.m6OIK46i065443@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/125907; it has been noted by GNATS. From: Thomas Abthorpe <tabthorpe@freebsd.org> To: bug-followup@freebsd.org, tabthorpe@freebsd.org Cc: pav@freebsd.org Subject: Re: docs/125907: [patch] Update makefiles options section of Porter's Handbook Date: Thu, 24 Jul 2008 14:11:05 -0400 --Boundary-00=_5WMiIoytvjBzMiH Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline With more feedback, and further deliberation, take a slightly different approach. - Highlight defaults if MYSQL/BDB/APACHE options are unset - Incorporate information regarding ports ranges for BDB/APACHE Please find attached my current patch Thomas -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --Boundary-00=_5WMiIoytvjBzMiH Content-Type: text/x-diff; charset="us-ascii"; name="ph-makefileoptions.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ph-makefileoptions.patch" Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.938 diff -u -r1.938 book.sgml --- book.sgml 22 Jul 2008 13:48:03 -0000 1.938 +++ book.sgml 24 Jul 2008 17:32:08 -0000 @@ -3765,34 +3765,38 @@ <tbody> <row> - <entry><makevar>WITH_APACHE2</makevar></entry> + <entry><makevar>USE_APACHE</makevar></entry> - <entry>If set, use + <entry>If variable is not set, uses <filename role="package">www/apache20</filename> - instead of the default of - <filename role="package">www/apache13</filename>.</entry> + as default. It may be set with values such as 1.3, 13, + 2.0, 20, 2.1, 21 2.2 or 22. You can declare a range of + acceptable values, <makevar>USE_APACHE</makevar>=2.0+ + will find the highest installed version, and fall back + to 2.0 if nothing else is installed.</entry> </row> <row> - <entry><makevar>WITH_BERKELEY_DB</makevar></entry> + <entry><makevar>USE_BDB</makevar></entry> - <entry>Define this variable to specify the ability to - use a variant of the Berkeley database package such as - <filename role="package">databases/db41</filename>. - An associated variable, - <makevar>WITH_BDB_VER</makevar>, may be - set to values such as 2, 3, 4, 41 or 42.</entry> + <entry>If variable is not set, uses + <filename role="package">databases/db41</filename> + as default. It may be set to values such as 2, 3, + 40, 41 or 42, 43, 44, 45 46, or 47. + You can declare a range of acceptable values, + <makevar>USE_BDB</makevar>=42+ will find + the highest installed version, and fall back + to 42 if nothing else is installed.</entry> </row> <row> - <entry><makevar>WITH_MYSQL</makevar></entry> + <entry><makevar>USE_MYSQL</makevar></entry> - <entry>Define this variable to specify the ability to - use a variant of the MySQL database package such as - <filename role="package">databases/mysql40-server</filename>. - An associated variable, + <entry>If variable is not set, uses + <filename role="package">databases/mysql50-server</filename> + as default. An associated variable, <makevar>WANT_MYSQL_VER</makevar>, may be - set to values such as 323, 40, 41, or 50.</entry> + set to values such as 323, 40, 41, 50 or 51.</entry> </row> <row id="knobs-without-nls"> @@ -3812,19 +3816,19 @@ <row> <entry><makevar>WITH_OPENSSL_PORT</makevar></entry> - <entry>Use the version of OpenSSL from + <entry>Installs the version of OpenSSL from <filename role="package">security/openssl</filename>, - overwriting the version that was originally installed - in the base system.</entry> + even if the base is up to date.</entry> </row> <row> - <entry><makevar>WITH_POSTGRESQL</makevar></entry> + <entry><makevar>USE_PGSQL</makevar></entry> - <entry>Define this variable to specify the ability to - use a variant of the PostGreSQL database package such as - <filename role="package">databases/postgresql72</filename>. - </entry> + <entry>If set, uses + <filename role="package">databases/postgresql82</filename> + as default. An associated variable, + <makevar>WANT_PGSQL_VER</makevar>, may be set to values + such as 73, 74, 80, 81, 82, or 83.</entry> </row> <row> --Boundary-00=_5WMiIoytvjBzMiH--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807241820.m6OIK46i065443>