From owner-freebsd-ports Tue Aug 18 23:31:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29395 for freebsd-ports-outgoing; Tue, 18 Aug 1998 23:31:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29390 for ; Tue, 18 Aug 1998 23:31:57 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA09630; Tue, 18 Aug 1998 23:31:20 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA08023; Tue, 18 Aug 1998 23:31:17 -0700 (PDT) Date: Tue, 18 Aug 1998 23:31:17 -0700 (PDT) Message-Id: <199808190631.XAA08023@silvia.hip.berkeley.edu> To: dmt@bigfoot.com CC: ports@FreeBSD.ORG In-reply-to: <3.0.5.32.19980818203903.0081da50@ieng9.ucsd.edu> (dmt@bigfoot.com) Subject: Re: problem compiling ports From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I installed some of the FreeBSD 2.2.7 ports off the 4CD set that I got. I * know that the distfiles are split between 2 CD roms, so I copied the * smaller to my /usr/ports/distfiles directory, and popped the other in and * mounted it under /cdrom. However, some of the packages still insist that * they can't find their .tgz or whatever file. I don't really care about * that. What I do care is that everytime this error message pops up, MAKE * aborts and I have to intervene by deleting the directory of the port that * had problems. What I want to have happen is when i run "make install" in * the /usr/ports directory, I want it to skip anything for which it can't * find the sources for and NOT bail on me. Is there any way to do this, or * at least any way to get it to compile ONLY the ports that I selected to be * installed, or do I have to go about things manually? * --Jeff W. Create a file "/usr/ports/makefile" and put all the ports you want in the SUBDIR list, or use "make -k". Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message