svn commit: r369639 - head/devel/automake
Tijl Coosemans
tijl at FreeBSD.org
Tue Sep 30 16:54:57 UTC 2014
On Tue, 30 Sep 2014 11:07:12 -0500 Bryan Drewery <bdrewery at FreeBSD.org> wrote:
> On 9/30/2014 10:39 AM, Mathieu Arnold wrote:
>> Author: mat
>> Date: Tue Sep 30 15:39:46 2014
>> New Revision: 369639
>> URL: http://svnweb.freebsd.org/changeset/ports/369639
>> QAT: https://qat.redports.org/buildarchive/r369639/
>>
>> Log:
>> Bump PORTREVISION to solve this error:
>> aclocal-1.14: error: couldn't open directory '/usr/local/share/aclocal': No such file or directory
>>
>> Which happens if the automake package was built before pkg 1.3.8, because
>> share/aclocal was part of BSD.local.dist, and was not created by this port.
>>
>> Sponsored by: Absolight
>
> This indicates a much larger problem to me that needs to be fixed. We
> can't easily determine what other ports are affected by this since an
> exp-run wipes out all packages. The only solution I see is to retain
> BSD.local.dist, or have pkg install the entire mtree itself.
Only empty directories that need to exist can cause this. I don't
think that applies to any directory in BSD.local.dist besides
share/aclocal. The update to pkg 1.3.8 also added share/applications
to devel/desktop-file-utils so maybe that one as well. It forgot to
bump PORTREVISION on that port too, as well as devel/automake14:
https://svnweb.freebsd.org/ports?view=revision&revision=368803
More information about the svn-ports-all
mailing list