On 05 Jul 2010, at 23:53, Scott Hannahs wrote: > ... whatever version of perl is used by the initial script which > starts out > #!/usr/bin/perl > > This package uses: > file-spec-pmNNNN > file-temp-pmNNNN > config-inifiles-pm > html-parser-pmNNNN > gd-graph3d-pmNNNN > > Now I can simplify this by using a dependence on system-perl for the > first 2.
Please DON'T use "system-perl" ! this causes havoc on systems (like mine, x86-64/10.5) where there is no "system-perl", so to user has to manually intervene for any such pkg to switch the deps to something universally available ! (Or try hacking for himself, as I finally did in despair, an appropriate "system-perl" info file (of type "bundle") to get rid of those problems.. but that's extremely unsafe probably: depepending on some perlXYZ-core may not be sufficient, while depending on perlXYZ might block any possibility, for other pkgs, to switch between different perl versions..) So _ please avoid system-perl like hell: it is a hornet's nest ! JF Mertens ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
