From owner-freebsd-ports@FreeBSD.ORG Fri Feb 23 19:08:58 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E55F216A400 for ; Fri, 23 Feb 2007 19:08:57 +0000 (UTC) (envelope-from wolson@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 575DF13C4A3 for ; Fri, 23 Feb 2007 19:08:57 +0000 (UTC) (envelope-from wolson@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so729131nfc for ; Fri, 23 Feb 2007 11:08:56 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=crQU6d6TNQCr9KSoUclOqKQ/vKKE0coxsECvkGldN7Kdmt1Uw4Yi34ZoiToKgYhNh2rVa9IH1D78gNsVt+6RB86UNNGykqgaauXKkZZItHOTVbEPrxM5jonlSoPUzL3H5v/tUJhdD85cTMCtEA9V1Jj7QDhfAlsf5E21/2kdPgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WAkUYjmk19ElVSyScNj/MatBsIpoeY+c41Lz59QR85w7UPwbnSI9K8DXlB1TxdwqYPNgG9JSeKCNvURgjmlacQ68BPtTqfs5JGe2nYCvzAFfAo7y6f+8JZxzLXagkZQUWypNCXV+Rei/Hplt27gruNQocPWLtbBgfrGJ2Pjqz9k= Received: by 10.82.107.15 with SMTP id f15mr897155buc.1172256023973; Fri, 23 Feb 2007 10:40:23 -0800 (PST) Received: by 10.82.122.1 with HTTP; Fri, 23 Feb 2007 10:40:23 -0800 (PST) Message-ID: <48e060ef0702231040o75903cc0xaf7f9b9a6413375c@mail.gmail.com> Date: Fri, 23 Feb 2007 13:40:23 -0500 From: "William Olson" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Vpopmail Addition? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2007 19:08:58 -0000 Hello, I have sent emails to the vpopmail maintainer roam@freebsd.org to no avail in regards to a vpopmail addon. below are the messages I have sent in regards to this: Latest message ------------------------------------------------ from: William Olson to: roam@freebsd.org date: Jan 16, 2007 11:38 PM subject: vpopmail port mailed-by: gmail.com Hello, I have been working with the FreeBSD ports for quite a while now and I would like to know what it would take to get my vpopmail patch included with the ports installation. I have a qmail installation guide at http://freebsdrocks.net/index.php?option=com_content&task=category§ionid=3&id=16&Itemid=25 and my vpopmail installation is at http://freebsdrocks.net/index.php?option=com_content&task=view&id=41&Itemid=25 One of the many things my vpopmail patch does is rather than create a standard Maildir with new, cur and tmp in it, I also creates a .Spam folder and does automagic spam filtering based on the headers. The beauty of this is you can completel;y customize the maildir as the Maildir is copied from the ~vpopmail/skel folder. In case you're wondering, the patch is at http://freebsdrocks.net/files/patch-vpopmail-port.patch I have been using this patch since about 5.4.15 (I think) and the last time the port came out, I t took a bit of editing as some of the code in vpopmail.c had changed. Even if the patch could be an option in the make config screen, that would be great. Let me know if I can be of any help or assistance. ---------------------------------------------------------------- Oldest Message ----------------------------------------------------------------- from: William Olson to: roam@freebsd.org date: Oct 30, 2006 1:52 PM subject: Vpopmail Port - Addon? mailed-by: gmail.com Hello, I have been working on a patch for vpopmail for quite a number of years now and I seem to have something I would like to submit to you. I have a vpopmail skel patch I think you should add to the vpopmail port. For some reason, And I cannot figure out why, My patch applies cleanly to the vpopmail source and I made a new patch just for the port and it fails everytime. I tried to make a clean patch and it still fails. Maybe this is something you can help me with? Take a look at the patch itself: http://freebsdrocks.net/files/patch-vpopmail-port.patch And watch when I try to apply this to the source: [/home/wolson/vpopmail] root@gce# fetch http://umn.dl.sourceforge.net/sourceforge/vpopmail/vpopmail-5.4.17.tar.gz vpopmail-5.4.17.tar.gz 100% of 443 kB 274 kBps [/home/wolson/vpopmail] root@gce# tar zxvf vpopmail-5.4.17.tar.gz x vpopmail-5.4.17/ x vpopmail-5.4.17/ChangeLog ---- SNIP---- x vpopmail-5.4.17/oracle/ x vpopmail-5.4.17/oracle/oracle.create [/home/wolson/vpopmail/vpopmail-5.4.17] root@gce# fetch http://freebsdrocks.net/files/patch-vpopmail-port.patch patch-vpopmail-port.patch 100% of 7609 B 41 kBps [/home/wolson/vpopmail/vpopmail-5.4.17] root@gce# patch < patch-vpopmail-port.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- vpopmail.c.orig Thu Jun 29 19:13:26 2006 |+++ vpopmail.c Wed Oct 18 23:30:56 2006 -------------------------- Patching file vpopmail.c using Plan A... Hunk #1 succeeded at 44. Hunk #2 succeeded at 82. Hunk #3 succeeded at 230. Hunk #4 succeeded at 2112. Hunk #5 succeeded at 2160. Hunk #6 succeeded at 2824. Hunk #7 succeeded at 2836. Hunk #8 succeeded at 2864. Hunk #9 succeeded at 2894. done [/home/wolson/vpopmail/vpopmail-5.4.17] root@gce# But when I try it with the port, it fails :-( If you download the patch to /usr/ports/mail/vpopmail/files and then go back to /usr/ports/mail/vpopmail and run make CONFIGURE_ARGS="--enable-logging=p" It asks what file to patch. I swear to god I had this working on Oct 19th without any problems. Let me know. thanks! -- ------------------------------------------------- My favorite quote from Everybody loves Raymond: I'm tired. Can you just call yourself an idiot? ------------------------------------------------- Bill http://www.goodcleanemail.com http://www.freebsdrocks.net http://www.catb.org/~esr/faqs/smart-questions.html#before http://listarchive.qmailrocks.org/splash/index.html Live Help also available on IRC Server Freenode in channel #qmr