Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2004 00:46:25 +0300
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        perl@FreeBSD.org
Subject:   Re: usr/local/lib/perl5/site_perl/5.8.5/mach/auto
Message-ID:  <41A50131.30409@FreeBSD.org>
In-Reply-To: <20041124191823.GA96510@xor.obsecurity.org>
References:  <20041124030921.GA93195@xor.obsecurity.org> <41A4085C.5090606@FreeBSD.org> <20041124183834.GA86284@xor.obsecurity.org> <20041124191823.GA96510@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:

 > 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.

So, it's very easy to fix:

Index: pkg-install
===================================================================
RCS file: /home/pcvs/ports/lang/perl5.8/pkg-install,v
retrieving revision 1.13
diff -u -r1.13 pkg-install
--- pkg-install 30 Jul 2004 08:31:19 -0000      1.13
+++ pkg-install 24 Nov 2004 21:42:34 -0000
@@ -6,7 +6,7 @@

  INCLUDEDIR=/usr/include

-install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/mach
+install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/mach/auto
  install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/auto
  install -d ${PKG_PREFIX}/lib/perl5/5.8.5/man/man3
  cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h

-- 
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41A50131.30409>