Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 23 Jan 2002 08:53:59 -0500 From: Jason Tishler To: Matthew Smith Cc: Greg Matheson , Cygwin Subject: Re: Building postfix under cygwin Message-ID: <20020123135359.GF1664@dothill.com> Mail-Followup-To: Matthew Smith , Greg Matheson , Cygwin References: <019601c1a3c7$bf05c3d0$010b10ac AT bluesguitar DOT org> <20020123132435 DOT A40440 AT ms DOT chinmin DOT edu DOT tw> <01b901c1a3d2$6661ce30$010b10ac AT bluesguitar DOT org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <01b901c1a3d2$6661ce30$010b10ac@bluesguitar.org> User-Agent: Mutt/1.3.24i --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Matt, On Tue, Jan 22, 2002 at 11:54:19PM -0600, Matthew Smith wrote: > Hey, thanks for the pointer. I used the bind and berkeley-db > binaries/libs from that site. Using those, and through a bit of hacking, I > have a complete postfix! I'll do some testing, and let the list know the > results. I'd be interested in maintaining postfix, if someone would step > forward to maintain bind and berkeley-db... Will building against a later version of bind help? If so, then check out the following: http://sources.redhat.com/ml/cygwin/2001-08/msg00184.html With the above, I was able to build bind 8.3.0-t1a-3 using the attached build recipe. When you are ready, please post your postfix patch. I would like to start playing with postfix myself. Thanks, Jason --tsOsTdHNUZQcU9Ye Content-Type: message/rfc822 Content-Disposition: inline Return-Path: Received: from mh2-tx.mail.home.com ([65.10.73.138]) by femail17.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010928012854 DOT EXPI5229 DOT femail17 DOT sdc1 DOT sfba DOT home DOT com AT mh2-tx DOT mail DOT home DOT com> for ; Thu, 27 Sep 2001 18:28:54 -0700 Received: from mx2-tx.mail.home.com (mx2-tx.mail.home.com [65.10.73.134]) by mh2-tx.mail.home.com (8.9.3/8.9.0) with ESMTP id SAA10012 for ; Thu, 27 Sep 2001 18:28:43 -0700 (PDT) Received: from lmg02.affinity.com (lmg.ahnet.net [207.150.192.13]) by mx2-tx.mail.home.com (8.11.1/8.11.1) with ESMTP id f8S1Sgh21075 for ; Thu, 27 Sep 2001 18:28:42 -0700 (PDT) Received: from mail.ahnet.net ([207.150.192.80]) by lmg.ahnet.net with ESMTP id <290501-19800>; Thu, 27 Sep 2001 18:21:43 -0700 Received: from lmg01.affinity.com (lmg.ahnet.net [207.150.192.13]) by mail.ahnet.net (Postfix) with ESMTP id 3DC03658D1 for ; Thu, 27 Sep 2001 18:21:44 -0700 (PDT) Received: from femail11.sdc1.sfba.home.com ([24.0.95.107]) by lmg.ahnet.net with ESMTP id <292347-18689>; Thu, 27 Sep 2001 18:20:09 -0700 Received: from althea.tishler.net ([24.3.200.94]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010928011934 DOT ERVW27289 DOT femail11 DOT sdc1 DOT sfba DOT home DOT com AT althea DOT tishler DOT net> for ; Thu, 27 Sep 2001 18:19:34 -0700 Received: by althea.tishler.net (sSMTP sendmail emulation); Thu, 27 Sep 2001 21:20:59 -0400 Date: Thu, 27 Sep 2001 21:20:59 -0400 From: Jason Tishler To: jason AT tishler DOT net Subject: bind build instructions Message-ID: <20010927212059 DOT T1356 AT dothill DOT com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="AiirUAmZna59nqbL" Content-Disposition: inline User-Agent: Mutt/1.3.18i --AiirUAmZna59nqbL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline apply Steven Biggs patch cd src make make DESTDIR=/tmp/bind DESTMAN=/usr/local/man install cd ../doc/man install.sh --AiirUAmZna59nqbL Content-Type: application/x-sh Content-Disposition: attachment; filename="install.sh" #!/bin/bash DESTDIR=/tmp/bind DESTMAN=/usr/local/man suffixes='1 3 5 7 8' for suffix in $suffixes do dir=$DESTDIR$DESTMAN/cat$suffix install -d $dir for file in *.lst$suffix do dest=$dir/$(basename $file .lst$suffix).$suffix install -m 444 $file $dest gzip $dest done done --AiirUAmZna59nqbL-- --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --tsOsTdHNUZQcU9Ye--