From owner-freebsd-perl@FreeBSD.ORG Wed Nov 24 19:14:08 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB7A16A4CF; Wed, 24 Nov 2004 19:14:08 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D1943D3F; Wed, 24 Nov 2004 19:14:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D465D51430; Wed, 24 Nov 2004 11:18:23 -0800 (PST) Date: Wed, 24 Nov 2004 11:18:23 -0800 From: Kris Kennaway To: Kris Kennaway Message-ID: <20041124191823.GA96510@xor.obsecurity.org> References: <20041124030921.GA93195@xor.obsecurity.org> <41A4085C.5090606@FreeBSD.org> <20041124183834.GA86284@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <20041124183834.GA86284@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: perl@FreeBSD.org cc: Sergey Matveychuk Subject: Re: usr/local/lib/perl5/site_perl/5.8.5/mach/auto X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 19:14:08 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=20 > > directory >=20 > 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 =2E../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 --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBpN5/Wry0BWjoQKURAi8XAKCIT4HBWTilJE/12BmWeNTJ8dwXeACggE3C /TNACQQWjNVQeguPmeCTIf0= =KCqJ -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S--