From owner-cvs-all Wed Aug 26 23:23:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17504 for cvs-all-outgoing; Wed, 26 Aug 1998 23:23:45 -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 XAA17473; Wed, 26 Aug 1998 23:23:24 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA23995; Wed, 26 Aug 1998 23:22:28 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA11384; Wed, 26 Aug 1998 23:22:21 -0700 (PDT) Date: Wed, 26 Aug 1998 23:22:21 -0700 (PDT) Message-Id: <199808270622.XAA11384@silvia.hip.berkeley.edu> To: mark@grondar.za CC: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org In-reply-to: <199808270610.IAA17571@gratis.grondar.za> (message from Mark Murray on Thu, 27 Aug 1998 08:10:17 +0200) Subject: Re: p5-* ports From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Satoshi - do you have a list of the broken ones? I'll do a bunch of * them in one go if I know which they are. No, but at least the p5-* ones should be easy to find. Pretty much any Makefile that contains a line that matches MANPREFIX and not PERL_VERSION should be broken. :) Note that there are a lot of things to fix. MANPREFIX and *_DEPENDS in Makefiles (which usually requires fixing the dependency first to figure out where the files went), then remove manpages and fix all the paths (don't forget the @dirrm lines either!) in PLIST. I know, I fixed the devel/p5-* ports myself. It wasn't fun. :< * I nearly have BMaked perl5 ready - would you like to review it before * I commit? I'm not an expert in src/contrib. As long as it works the same as the one in ports/lang, I'll be happy. :) Satoshi