From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 06:45:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E4FA16A4CE for ; Wed, 5 Nov 2003 06:45:35 -0800 (PST) Received: from yertle.kcilink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EC143FF5 for ; Wed, 5 Nov 2003 06:45:34 -0800 (PST) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id DE4952178A; Wed, 5 Nov 2003 09:45:33 -0500 (EST) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16297.3341.804452.751231@yertle.int.kciLink.com> Date: Wed, 5 Nov 2003 09:45:33 -0500 To: freebsd-ports@freebsd.org In-Reply-To: <20031104200425.GA71734@rot13.obsecurity.org> References: <200311032131.02892.kent.hauser@verizon.net> <200311032254.32016.kent.hauser@verizon.net> <20031104180851.GA70922@rot13.obsecurity.org> <200311041921.LAA10503@usc.edu> <20031104200425.GA71734@rot13.obsecurity.org> X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid Subject: Re: djbfft package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 14:45:35 -0000 >>>>> "KK" == Kris Kennaway writes: >> comment out the NO_PACKAGE variable for the ports for which I need >> local packages. The script first does cvsup, then patch. KK> Reading bsd.port.mk shows you that the FORCE_PACKAGE variable KK> overrides this. Cool... so I can just add that to my pkgtools.conf and have it automagically make packages as expected... nice.