From owner-freebsd-ports Sun Mar 18 7:34:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 5C7E437B719 for ; Sun, 18 Mar 2001 07:34:38 -0800 (PST) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) id f2IFYa529978 for freebsd-ports@freebsd.org.AVP; Sun, 18 Mar 2001 16:34:36 +0100 (CET) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) with UUCP id f2IFYaf29960 for freebsd-ports@freebsd.org; Sun, 18 Mar 2001 16:34:36 +0100 (CET) (envelope-from leifn@neland.dk) Received: from gina (dhcp0.neland.dk [192.168.5.100]) by arnold.neland.dk (8.11.3/8.11.0) with SMTP id f2IFYNa10905 for ; Sun, 18 Mar 2001 16:34:24 +0100 (CET) (envelope-from leifn@neland.dk) Message-ID: <002c01c0afc0$ebc03dc0$6405a8c0@neland.dk> Reply-To: "Leif Neland" From: "Leif Neland" To: Subject: make package not inherited to dependent packages. Date: Sun, 18 Mar 2001 16:34:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by ns.internet.dk id f2IFYaf29960 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a couple of boxes which share /usr/packages over nfs. So I like to do "make package" so the package is available to the other boxes. However, when a port has dependencies which causes another port to be built, that other port is only made by "make", not "make package" So when I want to install the package on another box, the dependent package is not available. I have to go back to the first machine and do the "make package" in the dependent ports manually. Either the make package should be inherited to dependent ports, or a flag should be in /etc/make.conf, causing make package to be the default option for make install. BTW, is it possible to have a prefix like /tmp when making packages, so a package could be built on a machine without having to install it first? Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message