From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 14:58:58 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 7338516A4CE for ; Thu, 28 Oct 2004 14:58:58 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284E943D48 for ; Thu, 28 Oct 2004 14:58:58 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 64so489300wri for ; Thu, 28 Oct 2004 07:58: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:mime-version:content-type:content-transfer-encoding; b=pJ1uILz6Y3ewu0aJaaC+IPb7LUnLAMl4V4zduZWgmTHyqB1mCmlMc0zbeuGo2GG0Z/ktaa63PL6qJsTPZT0m8W8xir5PsDBTkmaRIBrJFVxa0x25Cfdf9UQA6p5OItXHuntRgPhPPNi/Uu2oGAE0fez+YRHStI+X+4QOIXBoOOg= Received: by 10.54.26.24 with SMTP id 24mr130162wrz; Thu, 28 Oct 2004 07:58:54 -0700 (PDT) Received: by 10.54.26.36 with HTTP; Thu, 28 Oct 2004 07:58:54 -0700 (PDT) Message-ID: <8292450b041028075868ad420@mail.gmail.com> Date: Thu, 28 Oct 2004 09:58:54 -0500 From: CHris Rich To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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 14:58:58 -0000 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