From: sparky Date: Sun, 1 May 2011 17:23:41 +0000 (+0000) Subject: - I would like ithreads disabled, but there are packages which would have X-Git-Tag: PERL_5_14~8 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl.git;a=commitdiff_plain;h=7e4278a5f6e6799bdec0a394aaf072e9ebbfe85f - I would like ithreads disabled, but there are packages which would have to be fixed first: added note which ones Changed files: perl.spec -> 1.442 --- diff --git a/perl.spec b/perl.spec index 8e0a30d..4246db4 100644 --- a/perl.spec +++ b/perl.spec @@ -13,12 +13,15 @@ # - add the {O,N}DBM_File modules # - `diagnostics.pm' (perl-base) requires `perldiag.pod' (perl-perldoc) # move .pod file to -base or S: perl-perldoc in -base -# - consider disabling ithreads by default +# - consider disabling ithreads by default; packages that require it: +# maatkit (dunno, seems complicated), munin-plugins-muninexchange (fixable), +# whohas (easy to fix), slimrat (no way to fix) # - what about "prove" (binary+manual)? (conflicts with standalone Test-Harness) # - patch MakeMaker to get rid of empty *.bs files (MM_Unix::dynamic_bs()) # - consider separating C/XS development files (*.h, libperl.so) # and perl development modules (like MakeMaker, Devel...) -# - subpackage for perl-ExtUtils-MakeMaker, (instmodsh conflicts with perl-ExtUtils-MakeMaker) +# - subpackage for perl-ExtUtils-MakeMaker, (instmodsh conflicts with +# perl-ExtUtils-MakeMaker) # - resolve ugly perl-base/perl-dirs dependency loop # (in fact perl-dirs dep in perl-base could be dropped and perl-dirs # deps in external modules autogenerated - perhaps with proper ">= version")