svn commit: r347563 - head/misc/ossp-uuid
Vasil Dimov
vd at FreeBSD.org
Sun Mar 9 16:41:23 UTC 2014
On 9 March 2014 15:25, Andrej Zverev <andrej.zverev at gmail.com> wrote:
> In original patch pkg-plist was correct.
No, it was not because it did not contain e.g.
%%WITH_PERL%%%%PERL5_MAN3%%/OSSP::uuid.3.gz
> You now trying to remove directories which belong to lang/perl but not to your port.
I added those because they were listed by "make WITH_PERL=1
check-orphans" and I also found other ports that do that:
find /usr/ports/ -mindepth 3 -maxdepth 3 -name pkg-plist |xargs grep
'@dirrmtry %%SITE_PERL%%$'
find /usr/ports/ -mindepth 3 -maxdepth 3 -name pkg-plist |xargs grep
'@dirrmtry lib/perl5'
I assume that those should be removed now since you sent this email.
Should %%WITH_PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod.gz
be removed from misc/ossp-uuid/pkg-plist too?
>> On 09 марта 2014 г., at 15:26, Vasil Dimov <vd at FreeBSD.org> wrote:
[...]
>> --- head/misc/ossp-uuid/pkg-plist Sun Mar 9 10:23:40 2014 (r347562)
>> +++ head/misc/ossp-uuid/pkg-plist Sun Mar 9 11:26:18 2014 (r347563)
>> @@ -5,7 +5,9 @@ include/ossp/uuid++.hh
>> lib/libuuid.a
>> lib/libuuid++.a
>> lib/libuuid++.la
>> +%%WITH_PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod.gz
>> libdata/pkgconfig/uuid.pc
>> +%%WITH_PERL%%%%PERL5_MAN3%%/OSSP::uuid.3.gz
>> %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pm
>> %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pod
>> %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid/.packlist
>> @@ -14,4 +16,17 @@ libdata/pkgconfig/uuid.pc
>> %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid
>> %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP
>> %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/OSSP
>> +%%WITH_PERL%%@dirrmtry %%PERL5_MAN3%%
>> +%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
>> +%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
>> +%%WITH_PERL%%@dirrmtry %%SITE_PERL%%
>> +%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%%/man
>> +%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%
>> +%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%%
>> +%%WITH_PERL%%@dirrmtry lib/perl5/site_perl
>> +%%WITH_PERL%%@dirrmtry lib/perl5
>> +man/man1/uuid-config.1.gz
>> +man/man1/uuid.1.gz
>> +man/man3/uuid++.3.gz
>> +man/man3/uuid.3.gz
>> @dirrmtry include/ossp
More information about the svn-ports-head
mailing list