usr/local/lib/perl5/site_perl/5.8.5/mach/auto

Kris Kennaway kris at obsecurity.org
Wed Nov 24 11:14:08 PST 2004


On Wed, Nov 24, 2004 at 10:38:34AM -0800, Kris Kennaway wrote:

> > %pkg_info
> > perl-5.8.5          Practical Extraction and Report Language
> > % ls -la /usr/local/lib/perl5/site_perl/5.8.5/mach/auto
> > ls: /usr/local/lib/perl5/site_perl/5.8.5/mach/auto: No such file or 
> > directory
> 
> That's a bit inconsistent right there..ports shouldn't remove things
> they don't create.

Actually, that is the problem seen here: my script compares the state
of the filesystem after all the RUN_DEPENDS have been added, with the
state after the current port has been installed and deinstalled.  At
this point, p5-Tree-Simple has created the
/usr/local/lib/perl5/site_perl/5.8.5/mach/auto/Tree subdirectory
(which also created /usr/local/lib/perl5/site_perl/5.8.5/mach/auto/
since it did not previously exist), and removed .../auto/Tree, but
.../auto is still there, so it shows up in the list.

Thus, if perl5.8 is changed to create
/usr/local/lib/perl5/site_perl/5.8.5/mach/auto itself, the filesystem
will be in the same state before and after installing the port.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20041124/289c5eb1/attachment.bin


More information about the freebsd-perl mailing list