From owner-freebsd-ports Wed Aug 12 01:38:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20653 for freebsd-ports-outgoing; Wed, 12 Aug 1998 01:38:54 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20595; Wed, 12 Aug 1998 01:38:29 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-94.ix.netcom.com [209.109.232.94]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA25553; Wed, 12 Aug 1998 01:37:51 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA08101; Wed, 12 Aug 1998 01:37:47 -0700 (PDT) Date: Wed, 12 Aug 1998 01:37:47 -0700 (PDT) Message-Id: <199808120837.BAA08101@silvia.hip.berkeley.edu> To: mark@grondar.za CC: croyle@gelemna.ft-wayne.in.us, ports@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808120656.IAA02466@gratis.grondar.za> (message from Mark Murray on Wed, 12 Aug 1998 08:56:14 +0200) Subject: Re: Updating p5-* ports for perl-5.005_01 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * OK - i think this is the way I'll do it (bearing in mind your tale * of the emacs FUBAR). :) * I'll put all the base stuff into * /usr/libdata/perl5/5.005/[{i386|alpha}-freebsd/] ^^^^^ * and plain old /usr/share/man/man.[13]. Hmm. Is that really necessary? The stuff in /usr/src is "the" system, you don't really have to worry about coexisting with other versions. (It's not like someone's going to install both perl5.004 and perl5.005 in /usr/src on the same machine....) The reason why I say this is because the stuff in /usr/src is usually expected to overwrite itself as people upgrade with "make world". I don't know what people will think if there's a few megabytes of old stuff left behind when we go to perl5.006.... * For the time being, the ports should stay where they are: * /usr/local/lib/perl5/... * but I'd like to give advance warning that I'd like to move * them to * /usr/local/libexec/perl5/... (or something) later. Ok. (But remember, man pages aren't executables! ;) * So the current perl ports can go ahead as you have been doing with * the others. :-) So I assume you're going to leave versions in there, right? May I commit the bsd.port.mk fix? :) By the way, I noticed that the new perl really scatters stuff around under site_perl. There's some stuff directly under site_perl although most of the stuff goes under site_perl/5.005, then some stuff directly under there, some under the "auto" directory, then there's site_perl/5.005/i386-freebsd, then there's stuff there as well as another "auto" subdirectory. Is it really supposed to be this way? ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message