the bitrig master branch has been updated by patrick with 4 new commits: commit bd843aa0fed8332f7b8fb2500ea2733b98974519 diff: https://github.com/bitrig/bitrig/commit/bd843aa author: rpaulo <[email protected]> date: Tue Jun 10 06:16:34 2014 +0000
dtc: ignore lines starting with #. This is necessary because we use the C pre-processor to parse #include lines and cpp adds line markings that start with #. Imported from FreeBSD by patrick@ M usr.bin/dtc/input_buffer.cc commit 699aaf7339cb5ed74255cd46a78877f853063f1f diff: https://github.com/bitrig/bitrig/commit/699aaf7 author: rpaulo <[email protected]> date: Tue Jun 10 06:04:25 2014 +0000 dtc: don't crash if the argument is a directory. Imported from FreeBSD by patrick@ M usr.bin/dtc/fdt.cc commit 8495bba93e91fe40e5982e6ccb0b421925dc979e diff: https://github.com/bitrig/bitrig/commit/8495bba author: rpaulo <[email protected]> date: Tue Jun 10 05:58:46 2014 +0000 The, currently undocumented, -i option takes an argument. Imported from FreeBSD by patrick@ M usr.bin/dtc/dtc.cc commit bd4324f08abf19ee83b24c010e31276ee44af88d diff: https://github.com/bitrig/bitrig/commit/bd4324f author: imp <[email protected]> date: Sat Mar 15 00:58:08 2014 +0000 Fix cut-and-paste error message. Imported from FreeBSD by patrick@ M usr.bin/dtc/fdt.cc
