From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 14:46:24 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 A810016A4CE for ; Fri, 29 Oct 2004 14:46:24 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A29843D5A for ; Fri, 29 Oct 2004 14:46:24 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so599989wri for ; Fri, 29 Oct 2004 07:46:18 -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=IOGqr0lvP9uN2LzrA1VgS1FTPr4rnBaf4qnf1rwZsot6IDG9OwpQWpeaMVoCCGReJjmZnIibAd+bTcjMSMuj1K6c01mNspXy/e16jf89qIXY7rJQZWIeyivD1p2OwpjbkJUlWE86iP7/sM7Ek+xMGNS2zSiNnD3CcXon1lvGGU0= Received: by 10.54.30.19 with SMTP id d19mr164554wrd; Fri, 29 Oct 2004 07:46:18 -0700 (PDT) Received: by 10.54.26.36 with HTTP; Fri, 29 Oct 2004 07:46:18 -0700 (PDT) Message-ID: <8292450b041029074678893664@mail.gmail.com> Date: Fri, 29 Oct 2004 09:46:18 -0500 From: CHris Rich To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Using extra patches with the ports collection and qmail-mysql 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: Fri, 29 Oct 2004 14:46:24 -0000 Here's the story... I'm trying to compile qmail-mysql with a new patch that I have found. We've got a test mail server set up explicitly for trying this. Did some googling and asked a question on here earlier about how exactly you get a patch to compile with the ports collection. The answer was to put into the files folder of the port you are trying to install. Well qmail-mysql did not have the particular directory but after looking into the qmail directory I found such a folder. (This is after doing a make fetch WITH_BIG_CONCURRENCY=yes and make extract in the qmail-mysql port). We put our patch into the /usr/ports/mail/qmail/files directory and then did a make install. Once that was finished and finishing the other tasks of getting qmail to work we find that the patch didn't compile. It didn't do what we thought it would do. So my question is this...what did we do wrong? Should the patch have been somewhere else? This is the patch we were trying to use: http://www3.sympatico.ca/humungusfungus/code/validrcptto.html Version of FreeBSD is 5.2.1. Thanks in advance