From owner-cvs-all Sun Aug 16 11:57:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07276 for cvs-all-outgoing; Sun, 16 Aug 1998 11:57:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07271; Sun, 16 Aug 1998 11:57:39 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id LAA27683; Sun, 16 Aug 1998 11:57:05 -0700 (PDT) Message-Id: <199808161857.LAA27683@burka.rdy.com> Subject: Re: cvs commit: ports/net/mirror Makefile In-Reply-To: <19980817034517S.masafumi@aslm.rim.or.jp> from =?us-ascii?Q?Masafumi_NAKANE=2F=3D=3Fiso=2D2022=2Djp=3FB=3FGy?= =?us-ascii?Q?RCQ2Y6LDJtSjgbKEI=3D=3F=3D?= at "Aug 17, 1998 3:45:17 am" To: max@wide.ad.jp (Masafumi =?us-ascii?Q?NAKANE=2F=3D=3Fiso=2D2022=2Djp=3FB=3FGyRCQ2Y6LDJ?= =?us-ascii?Q?tSjgbKEI=3D=3F=3D?=) Date: Sun, 16 Aug 1998 11:57:04 -0700 (PDT) Cc: hoek@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, max@wide.ad.jp X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL45 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= writes: > > hoek 1998/08/15 17:54:40 PDT > > Modified files: > > net/mirror Makefile > > Log: > > RUN_DEPEND on perl5, not perl5.500404. > > Is there any reason why we don&t just define USE_PERL5 instead of > defining RUN_DEPENDS on perl5? I think, we should have something like: PERL5?= ${PREFIX}/bin/perl${PERL_VERSION} in bsd.port.mk and use ${PERL5} instead of ${PREFIX}/bin/perl in all the Makefiles. For example ports/security/p5-Crypt-DES/Makefile do-configure will look like: do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL (Sorry, I'm describing a totally different problem which doesn't exactly have anything to do with the current subject) > > Cheers, > Max > -- dima