From owner-cvs-all Fri Aug 7 13:16:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12082 for cvs-all-outgoing; Fri, 7 Aug 1998 13:16:57 -0700 (PDT) (envelope-from owner-cvs-all) 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 NAA12054; Fri, 7 Aug 1998 13:16:48 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca9-112.ix.netcom.com [209.109.236.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id NAA16534; Fri, 7 Aug 1998 13:16:25 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id NAA22223; Fri, 7 Aug 1998 13:16:15 -0700 (PDT) Date: Fri, 7 Aug 1998 13:16:15 -0700 (PDT) Message-Id: <199808072016.NAA22223@silvia.hip.berkeley.edu> To: mark@grondar.za CC: ache@nagual.pp.ru, vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, markm@FreeBSD.ORG In-reply-to: <199808071940.VAA00380@gratis.grondar.za> (message from Mark Murray on Fri, 07 Aug 1998 21:40:35 +0200) Subject: Re: cvs commit: ports/x11/p5-Gtk Makefile ports/x11/p5-Gtk/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * > ${PERL_V} (version) variable can be added, but it not helps for PLISTs * > /etc/manpath.config also need to be fixed manually I can get PLIST to be substituted just before it's given to pkg_create, but is it really only that? Here's an example: === +lib/perl5/5.00501/man/man3/HTML::Entities.3.gz +lib/perl5/5.00501/man/man3/HTML::Filter.3.gz +lib/perl5/5.00501/man/man3/HTML::HeadParser.3.gz +lib/perl5/5.00501/man/man3/HTML::LinkExtor.3.gz +lib/perl5/5.00501/man/man3/HTML::Parser.3.gz +lib/perl5/5.00501/man/man3/HTML::TokeParser.3.gz ^^^^^^^ +lib/perl5/site_perl/5.005/HTML/Entities.pm +lib/perl5/site_perl/5.005/HTML/Filter.pm +lib/perl5/site_perl/5.005/HTML/HeadParser.pm +lib/perl5/site_perl/5.005/HTML/LinkExtor.pm +lib/perl5/site_perl/5.005/HTML/Parser.pm +lib/perl5/site_perl/5.005/HTML/TokeParser.pm +lib/perl5/site_perl/5.005/i386-freebsd/auto/HTML/Parser/.packlist +@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/HTML/Parser ^^^^^ === Looks like there are two different versions for the same thing too! * Perl has a number of places that ports can be placed. Assuming that * perl5 is imported into contrib/, lts strt thrashing out where the * "other bits" need to go. Currently there is the "site_perl/" directory, * which can easily stay in ${PREFIX}/lib/perl5/wherever. Ther are a * bunch of other things which normally live under ${PREFIX}/lib/perl5 * (perl extensions, libraries and man pages); where is the best place * for them? /usr/libdata? I guess so. Satoshi