From owner-freebsd-current Mon May 3 12:45:10 1999 Delivered-To: freebsd-current@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id BABD715674 for ; Mon, 3 May 1999 12:45:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-103.ix.netcom.com [205.186.215.103]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id MAA23887; Mon, 3 May 1999 12:45:20 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id MAA27567; Mon, 3 May 1999 12:43:21 -0700 (PDT) Date: Mon, 3 May 1999 12:43:21 -0700 (PDT) Message-Id: <199905031943.MAA27567@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: mark@grondar.za Cc: jwd@unx.sas.com, freebsd-current@FreeBSD.ORG In-reply-to: <199905031922.VAA07443@greenpeace.grondar.za> (message from Mark Murray on Mon, 03 May 1999 21:22:03 +0200) Subject: Re: make release & perl version failure From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199905031706.NAA67736@bb01f39.unx.sas.com> <199905031922.VAA07443@greenpeace.grondar.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Mark Murray * Here's a workaround (Satoshi - your comments, please?): * * Index: bsd.port.mk * =================================================================== * RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v * retrieving revision 1.311 * diff -u -d -r1.311 bsd.port.mk * --- bsd.port.mk 1999/04/28 06:20:12 1.311 * +++ bsd.port.mk 1999/05/03 19:18:03 * @@ -592,7 +592,12 @@ * * PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.3\.1|Motif-2\.1\.10)' * * +.if exists(/usr/bin/perl5.00502) * PERL_VERSION= 5.00502 * +.endif * +.if exists(/usr/bin/perl5.00503) * +PERL_VERSION= 5.00503 * +.endif * PERL_VER= 5.005 * PERL_ARCH= ${ARCH}-freebsd * PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ Eeek. I tought we were not going to do this. ;) When are you planning to merge 5.00503 to -stable? We can just bump the version and be done with it. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message