From owner-cvs-all Thu Aug 16 8:30:15 2001 Delivered-To: cvs-all@freebsd.org Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.193.221.1]) by hub.freebsd.org (Postfix) with ESMTP id 2A9A837B408; Thu, 16 Aug 2001 08:29:55 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com ([62.149.3.42]) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id SAA20067; Thu, 16 Aug 2001 18:16:54 +0300 Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f7GFL6U74775; Thu, 16 Aug 2001 18:21:06 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108161521.f7GFL6U74775@vega.vega.com> Subject: Re: cvs commit: ports/lang/slib Makefile To: nakai@FreeBSD.ORG (Yukihiro Nakai) Date: Thu, 16 Aug 2001 18:21:06 +0300 (EEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Yukihiro Nakai" at Aug 16, 2001 08:05:35 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > nakai 2001/08/16 08:05:35 PDT > > Modified files: > lang/slib Makefile > Log: > ${LN} option fixed up. That's incorrect fix, because without `-h' ln(1) will follow symlink if it already exists, thus creating ${LOCALBASE}/share/guile/slib/slib. Please insert `${RM} -f ${LOCALBASE}/share/guile/slib' before `${LN} ...' if you really want to get rid of `-h' option (actually I do not see any reason why you might want to - it has been MFC'ed long time ago). Also you PORTREVISON bump is bogus - the package is pretty the same as before, you only unbroke it on earlier releases. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message