On Mon, Jun 13, 2011 at 10:35:02AM -0600, Edd Barrett wrote:
> Modified files:
>       devel/quirks   : Makefile 
>       devel/quirks/files: Quirks.pm 
> 
> Log message:
> fix updates from txlive 2009 and currently in-tree 2010 (as some
> texlinks changes will bust the update). Updates from 2009 will still
> make some noise about non-empty dirs.

Well, the *update* doesn't make noise, but pkg_check(8) (or pkg_delete(1))
will report about some garbage left over from texlive-2009.

I don't know wether it helps improving the quirks even more, but
that garbage consists of:

- Empty directories under share/texmf and share/texmf-dist that aren't
  registered in any plist. Those can be found with

        find /usr/local/share/texmf* -type d -empty -print

- Log files created by initex and inimf run during the installation of
  texlive-2009. Can be found with

        find /usr/local/share/texmf-var/web2c -name \*.log -type d -print

Ciao,
        Kili

Reply via email to