Staging issue with staging of net-im/libpurple (libtool?)

Tijl Coosemans tijl at FreeBSD.org
Wed May 21 10:08:11 UTC 2014


On Wed, 21 May 2014 11:26:57 +0200 Dominic Fandrey wrote:
> On 20/05/2014 22:13, Tijl Coosemans wrote:
>> On Tue, 20 May 2014 08:52:46 -0700 Kevin Oberman wrote:
>>> Removed the FIND and re-built. After the build I looked in
>>> stage/usr/local/lib and the .so.0 files are still present! I then installed
>>> with no errors. I'll admit that I don't understand what is happening or why
>>> the touch of the files would break things, but it seems to be fixed, now.
>> 
>> The touch didn't always give all files the same timestamp so sometimes
>> make thought the configure script was out of date and regenerated it
>> erasing any patches that had been applied to it.
> 
> I figure something like:
> find FOO -exec touch {} +
> 
> would do the trick.

No, that would run a separate touch for every file.  The touch command
just needs an explicit time (with -r or -t flag).


More information about the freebsd-ports mailing list