forked from Lainports/freebsd-ports
diffoscope will try to get to the bottom of what makes files or directories different. It will recursively unpack archives of many kinds and transform various binary formats into more human readable form to compare them. It can compare two tarballs, ISO images, or PDF just as easily. It can be scripted through error codes, and a report can be produced with the detected differences. The report can be text or HTML. When no type of report has been selected, diffoscope defaults to write a text report on the standard output. diffoscope is developed as part of the 'reproducible builds' Deian project. It is meant to be able to quickly understand why two builds of the same package produce different outputs. diffoscope was previously named debbindiff. WWW: https://diffoscope.org/ Thank you to bapt for providing the background context, information and the getfacl patch to get this port going. Requested by: emaste, bapt (for reproducible builds & FOSDEM talk)
12 lines
391 B
Text
12 lines
391 B
Text
===========================================================================
|
|
|
|
diffoscope currently relies on /dev/fd. To enable this feature on your
|
|
system, run:
|
|
|
|
# mount -t fdescfs fdesc /dev/fd
|
|
|
|
To make it permanent, add the to /etc/fstab:
|
|
|
|
fdesc /dev/fd fdescfs rw 0 0
|
|
|
|
===========================================================================
|