Alexander Hansen <[EMAIL PROTECTED]> said:
> Thomas Kho wrote:
>> Hi,
>>
>> I'm working on updating r-base to a recent release (2.7.0) and ran
>> across a validation error because it (like the current version in
>> fink) installs most of its files under /sw/Library/Frameworks.
>> AquaTerm is another app that puts files there. If I add Library to the
>> list of "good directories", the package builds and validates, no
>> problem.
>>
>> Is /sw/Library an acceptable place to put R, or should go somewhere else?
>>
>> -Tom
>>
>> --- /sw/lib/perl5/Fink/Validation.pm.orig 2008-04-25 18:48:22.000000000
>> -0700
>> +++ /sw/lib/perl5/Fink/Validation.pm 2008-04-25 18:48:39.000000000 -0700
>> @@ -1432,7 +1432,7 @@
>> # these are used in a regex and are automatically prepended with ^
>> # make sure to protect regex metachars!
>> my @bad_dirs = ("$basepath/src/", "$basepath/man/",
>> "$basepath/info/", "$basepath/doc/", "$basepath/libexec/",
>> "$basepath/lib/locale/", ".*/CVS/", ".*/RCS/", '.*/\.svn/');
>> - my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib share
>> var etc src Applications / );
>> + my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib share
>> var etc src Applications Library / );
>> push(@good_dirs, '/usr/X11');
>>
>> my @found_bad_dir;
>>
>>
> Good question. I'd be inclined to argue that /%p/Library/Frameworks
> should be OK, based on the fact that AquaTerm already does that.
I just added %p/Library/Frameworks to validator in HEAD. Not quite
ready to officially bless the whole %p/Library unless we need
more...don't want it to become a dumping-ground for things that should
be in %p/share or %p/lib.
dan
--
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel