Error: newgroup _opendkim: id mismatch in /exopi-cvs/ports/infrastructure/db/user.list (823 vs 822)
Error: newuser _opendkim: id mismatch in /exopi-cvs/ports/infrastructure/db/user.list (823 vs 822)
each fullpkgpath that results in a given canonical path.
note that there are "orphans" in _paths: the few bare pkgpaths entries that do
NOT correspond to a full-fledged fullpkgpath.
Add a paths view that shows the actual text associated with pkgpath and
canonical.
similar to one in chromium, but the line is slightly different meaning
this didn't work quite right. Fixes build with ld.bfd (e.g. i386 until
we switch to lld). ok robert@
ld.bfd, it seems to pick up gcc by default, so tell it
to use whatever is set in CC, OBJC, etc.
no bump since it only affected amd64 and i386, but there it
was broken after recent change.
This unbreaks games/oolite
no bump since this is no change for the ports that picked it
up properly.
Only add MAKE_FLAGS to pdfkit, since that is a bit special,
since it builds also parts of xpdf, and doesn't pick up the
MAKE_ENV
archives, and directories
ok sthen@
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 was initially started by the "reproducible builds" Debian
project and now being developed as part of the wider "Reproducible
Builds" initiative. It is meant to be able to quickly understand why two
builds of the same package produce different outputs. diffoscope was
previously named debbindiff.