From owner-cvs-all Thu Jan 18 3:23:52 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 50F5837B69F; Thu, 18 Jan 2001 03:23:29 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0IBNGa14693; Thu, 18 Jan 2001 13:23:18 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0IBNJr43938; Thu, 18 Jan 2001 13:23:19 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A66D224.5ECDABFC@FreeBSD.org> Date: Thu, 18 Jan 2001 13:23:16 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Alexander Langer Cc: Satoshi Asami , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk References: <200101160925.f0G9PN216728@freefall.freebsd.org> <20010118120518.A20012@cichlids.cichlids.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Langer wrote: > Thus spake Satoshi Asami (asami@freebsd.org): > > > (1) Add PKGORIGIN support. Bump BSDPORTMKVERSION to reflect it. > ^^^^^^^^^^^^^^^^ > > Submitted by: sobomax > > I hate those changes. > I have several rock-stable -STABLE boxes here which I just DON'T WANT > to upgrade. Beside the fact that upgrading could make them instable, > I don't want to loose the uptime of several months. > > Can't this be done in a different way? > I mean, this is a change ONLY to pkg_create. > OSVERION should be bumped and the -o flag only added if the pkg_create > tool already understands it. > > I really don't know why the -o flag is worse a make world. What make world are you talking about? $ cvs co -rRELENG_4 pkg_install $ cd pkg_install $ vi Makefile [comment last line .include "../Makefile.inc"] $ make BINDIR=/usr/sbin all install cleandir $ cd ../ ; rm -rf pkg_install As you see no make world is really necessary here. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message