From owner-freebsd-questions@FreeBSD.ORG Thu May 26 21:25:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D931516A41C for ; Thu, 26 May 2005 21:25:22 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (mail.goinet.com [208.207.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A4C743D48 for ; Thu, 26 May 2005 21:25:22 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (localhost.goinet.com [127.0.0.1]) by mail.goinet.com (8.13.1/8.13.1) with ESMTP id j4QLP1HF065839; Thu, 26 May 2005 16:25:01 -0500 (CDT) (envelope-from tshadwick@goinet.com) Received: from localhost (tshadwick@localhost) by mail.goinet.com (8.13.1/8.13.1/Submit) with ESMTP id j4QLOxds065823; Thu, 26 May 2005 16:25:01 -0500 (CDT) (envelope-from tshadwick@goinet.com) X-Authentication-Warning: mail.goinet.com: tshadwick owned process doing -bs Date: Thu, 26 May 2005 16:24:59 -0500 (CDT) From: Tony Shadwick To: Olivier Nicole In-Reply-To: <200505260640.j4Q6eCpw063569@banyan.cs.ait.ac.th> Message-ID: <20050526162334.M61273@mail.goinet.com> References: <200505260640.j4Q6eCpw063569@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.goinet.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: sendmail update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 21:25:23 -0000 Take a peek at /usr/ports/mail/Sendmail/Makefile. There are tons of flags to be thrown, and I'm willing to bet that you can make a couple of tweaks there to get the result you wish. If it's just throwing it on the command line, you might want to consider putting the flags in /etc/make.conf. Tony On Thu, 26 May 2005, Olivier Nicole wrote: > Hi, > > I have 2 questions about the update procedure and sendmail. > > 1) where is the equivalent of > sendmail-x.y.z/devtools/Site/site.config.m4 in FreeBSD installation > of sendmail? > > I need to add some features to the site.config.m4 file to build the > version of sendmail I want. So far, I have to rebuild sendmail by > hand, independently from FreeBSD, after each system update. > > 2) I have a patch that I want to apply to sendmail source tree, before > I build sendmail. > > I would like to have that patch applied automatically to > /usr/src/contrib/sendmail before it builds. How do i do that? > > Best regards, > > Olivier > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >