backuppc
Ryan Schmidt
ryandesign at macports.org
Thu Aug 6 19:22:37 PDT 2009
On Aug 6, 2009, at 20:47, James Kyle wrote:
> On Aug 4, 2009, at 5:10 PM, Ryan Schmidt wrote:
>
>>> +destroot.violate_mtree yes
>>
>> What violates the mtree? Is there a way to make it comply with the
>> mtree? Ports should not violate the mtree unless they absolutely
>> have to.
>
> It installs files into /Library/LaunchDaemons.
Any port that uses the startupitem keywords would install files in
there too. I think this is ok and not considered to be an mtree
violation. If you remove "destroot.violate_mtree yes" now does it
still complain about mtree violations?
> At first it also installed files into ${prefix}/apach2..but I
> believe I've taken care of this.
>>> +destroot {
>>> + system "cd ${worksrcpath} && ${prefix}/bin/perl5.8
>>> configure.pl ${configure.args}"
>>
>> Is there a reason why you're running the configure script in the
>> destroot phase instead of in the configure phase?
>
> The configure.pl also installs into the destroot.
Ok.
More information about the macports-dev
mailing list