lvc / pkgdiff

A tool for visualizing changes in Linux software packages
https://lvc.github.io/pkgdiff/
GNU General Public License v2.0
215 stars 52 forks source link

The tool is not working properly under FreeBSD #8

Closed aponomarenko closed 12 years ago

aponomarenko commented 12 years ago

The tool is not working properly under FreeBSD. The issue is that basic rfcdiff tool trying to create temporary directories using "mktemp -d" command which is not working under FreeBSD. The following command should used instead:

mktemp -d -t rfcdiff.XXXXXXXX