From owner-freebsd-ports@FreeBSD.ORG Thu Jul 21 19:21:18 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 548BE16A41F for ; Thu, 21 Jul 2005 19:21:18 +0000 (GMT) (envelope-from jtrigg@spamcop.net) Received: from argent.heraldsnet.org (argent.heraldsnet.org [64.83.41.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id E990743D91 for ; Thu, 21 Jul 2005 19:19:55 +0000 (GMT) (envelope-from jtrigg@spamcop.net) Received: from mail.scadian.net (localhost.scadian.net [127.0.0.1]) by argent.heraldsnet.org (Postfix) with ESMTP id CD065329; Thu, 21 Jul 2005 15:19:54 -0400 (EDT) Received: from 128.221.197.136 (SquirrelMail authenticated user blaise) by mail.scadian.net with HTTP; Thu, 21 Jul 2005 15:19:54 -0400 (EDT) Message-ID: <56606.128.221.197.136.1121973594.squirrel@mail.scadian.net> In-Reply-To: References: <06543995613FEECBF556C90F@utd59514.utdallas.edu> <200507200119.02863.danny@ricin.com> Date: Thu, 21 Jul 2005 15:19:54 -0400 (EDT) From: "Jim Trigg" To: "Vivek Khera" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-ports Subject: Re: Problem with Postfix upgrade 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: Thu, 21 Jul 2005 19:21:18 -0000 On Thu, July 21, 2005 2:54 pm, Vivek Khera wrote: > > On Jul 19, 2005, at 7:19 PM, Danny Pansters wrote: > >>> How do I fix the problem? >>> >>> >> >> That would suggest that either the port is broken or perhaps not >> supported on >> your (4.x?) system. Or that Wietse has a solution for it and that >> should go >> into the port (maybe using our libc's getopts rather than gnu's). >> Someone at >> some stage probably would like a patch. I don't know more about >> this to >> comment any further but this seems to be the scenario at work here. > > The problem only manifests itself when gnu getopt is installed on > your system such that postfix links to it instead of the system > getopt routines. No idea the fix as I don't have gnu getopt > installed on my systems. Feel free to figure it out and submit a > patch to the port. It doesn't happen when GNU getopt is installed via the libgnugetopt port in FBSD 4.10-STABLE. Jim