FreeBSD 7+ no longer contains /usr/bin/objformat, so the following
authorTodd Rinaldo <toddr@cpanel.net>
Thu, 22 Apr 2010 12:31:16 +0000 (08:31 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Thu, 22 Apr 2010 12:31:16 +0000 (08:31 -0400)
commita8ca765fc246174faebe5c6c3eae7c25b571ece2
tree94da7b2973a91e790d8128af3a658586b429bd5f
parent6d3855bd855c011550d9ba2222b9974ade8046c3
FreeBSD 7+ no longer contains /usr/bin/objformat, so the following
(harmless) following error message is printed when hints are run:

./hints/freebsd.sh: /usr/bin/objformat: not found

The reason for this is outlined in this email from Feb 2007
http://lists.freebsd.org/pipermail/freebsd-ports/2007-February/038523.html

This patch just skips the objformat check for versions 7+ and
assumes ELF.  (The end result is unchanged, but the error
message will not be printed anymore.)
hints/freebsd.sh