From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 14:52:38 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B5937B401 for ; Sun, 6 Jul 2003 14:52:38 -0700 (PDT) Received: from datasphereweb.com (12-212-67-226.client.attbi.com [12.212.67.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3CC3F43F85 for ; Sun, 6 Jul 2003 14:52:37 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 82615 invoked from network); 6 Jul 2003 21:52:36 -0000 Received: from evrtwa1-ar17-4-47-114-001.evrtwa1.dsl-verizon.net (HELO bartxp) (4.47.114.1) by truman.datasphereweb.com with SMTP; 6 Jul 2003 21:52:36 -0000 From: "Derrick Ryalls" To: Date: Sun, 6 Jul 2003 14:54:25 -0700 Message-ID: <00de01c34409$2db1b040$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: How to make a port not build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 21:52:38 -0000 Normally when building a port, I just type make install clean and let it run. However, I need to modify a source file before the build starts. Since many patches are included in the port, I am looking for it to stop after everything is downloaded extracted and patched, just before the build starts. Is there an elegant way of doing this besides hitting Cntrl-C when it starts to build? -Derrick