From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 15:55:30 2004 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 B484F16A4CE for ; Thu, 28 Oct 2004 15:55:30 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE2543D1F for ; Thu, 28 Oct 2004 15:55:30 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 64so498340wri for ; Thu, 28 Oct 2004 08:54:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=J2SpEzfvK8w4WNASBUb67BoU/JNm4ScNkTgkM9e25pKaWoTNdzntIuiN9e853k5CjY12LC2BJTIzXKNcqmWKLPjOqvYpICFo4kIKsLOzosaIzJTGa6CMK9lRjXjYesit3kiMnbTxPHAMjkD3BPpR5IWlNf+7gUC/tafZyFSN/sw= Received: by 10.54.26.24 with SMTP id 24mr132095wrz; Thu, 28 Oct 2004 08:54:53 -0700 (PDT) Received: by 10.54.26.36 with HTTP; Thu, 28 Oct 2004 08:54:53 -0700 (PDT) Message-ID: <8292450b041028085470f39879@mail.gmail.com> Date: Thu, 28 Oct 2004 10:54:53 -0500 From: CHris Rich To: freebsd-questions@freebsd.org In-Reply-To: <8292450b041028075868ad420@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <8292450b041028075868ad420@mail.gmail.com> Subject: Re: Compiling with patches using the ports collectio X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 15:55:30 -0000 See that was how I understood how it worked, but looking in the qmail-mysql directory on previous servers we've used, there isn't a files/patch directory. But what I did find is that in the regular qmail directory that does exist. So does the qmail-mysql port actually compile qmail and it's in THAT directory that I put it? On Thu, 28 Oct 2004 09:58:54 -0500, CHris Rich wrote: > I'm looking at adding some patches to our qmail installation. But am > having troubles finding out exactly how i make the port compile using > the patch I'm wanting to use. The port I'm using is qmail-mysql 1.03 > we have a patch that we use to compile with it, that replaces the > qmail-103.patch file. We also use qmailqueue patch. The patch we are > trying to put into effect checks a text file to see if an address is > valid before accepting the smtp connection. > > So how exactly do I make the new patch compile? Do I have to edit the > Makefile? or just put it somewhere and it works? > > Thanks in advance >