ports/Mk/bsd.port.mk uses __FreeBSD_version >= 500039 as a test for

bzip2 package support (there wasn't a __FreeBSD_version bump for this
feature, but the date is pretty close).  Document this.

Requested by:	obrien
Forgotten for too long by:	bmah
This commit is contained in:
Bruce A. Mah 2002-10-06 23:23:20 +00:00
parent 42b48086f3
commit a08b719bde
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14528

View file

@ -4858,7 +4858,10 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
<row>
<entry>5.0-CURRENT after headers stopped using
_BSD_FOO_T_ and started using _FOO_T_DECLARED.</entry>
_BSD_FOO_T_ and started using _FOO_T_DECLARED.
This value can also be used as a conservative
estimate of the start of &man.bzip2.1; package
support.</entry>
<entry>500039</entry>
</row>