From owner-freebsd-ports@FreeBSD.ORG Tue Sep 23 16:14:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF4716A4B3; Tue, 23 Sep 2003 16:14:38 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E821343FF5; Tue, 23 Sep 2003 16:14:35 -0700 (PDT) (envelope-from hetzelsw@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h8NNEW2a065743; Tue, 23 Sep 2003 18:14:33 -0500 (CDT) (envelope-from hetzelsw@westbend.net) Message-ID: <02f601c38228$7426fa00$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Joe Marcus Clarke" , References: <1064291210.27882.4.camel@shumai.marcuscom.com> Date: Tue, 23 Sep 2003 18:14:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, USER_AGENT_OE version=2.43 Subject: Re: REMINDER: Commits to fix -STABLE package builds permitted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 23:14:38 -0000 From: "Joe Marcus Clarke" > This is just a reminder that any ports commit to fix a > *-STABLE build problem reported on bento* is permitted during the > freeze. There have been a lot of requests to portmgr about these kind > of commits. Please feel free to commit as we are approaching the ports > tree tag date for 4.9-RELEASE. > Can a fix be added to the security/amavisd port? The problem is that if you specify -DWITH_MILTER when building the port, it will error out in the configure stage when either libsm.a or libsmutil.a don't exist on the system. These 2 libraries are no longer installed by sendmail, as they are no longer needed (acording to Greg Shapiro). The patch for this fix can be found in PR 56658 under the audit trail (files/patch-configure). All it does is move the test for libsm.a into the HAVE_SM_SM_STRLCPY test. This is one error that bento will not be able to catch. The other patch in the PR can be applied after the freeze. Scot