From owner-freebsd-ports@FreeBSD.ORG Tue Jul 21 02:45:27 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7F361065670 for ; Tue, 21 Jul 2009 02:45:27 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from mail.sucked-in.com (got.sucked-in.com [64.251.22.156]) by mx1.freebsd.org (Postfix) with ESMTP id B9DD38FC26 for ; Tue, 21 Jul 2009 02:45:27 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from localhost (got.sucked-in.com [64.251.22.156]) by mail.sucked-in.com (Postfix) with ESMTP id ECC381D0B5; Tue, 21 Jul 2009 12:26:10 +1000 (EST) X-Virus-Scanned: amavisd-new at sucked-in.com Received: from mail.sucked-in.com ([64.251.22.156]) by localhost (mail.sucked-in.com [64.251.22.156]) (amavisd-new, port 10024) with ESMTP id AgNAEyJb0S60; Tue, 21 Jul 2009 12:26:10 +1000 (EST) Received: from [192.168.1.4] (60-242-46-148.static.tpgi.com.au [60.242.46.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sucked-in.com (Postfix) with ESMTPSA id D4FC91CCF1; Tue, 21 Jul 2009 12:26:09 +1000 (EST) Message-ID: <4A652740.2050201@sucked-in.com> Date: Tue, 21 Jul 2009 12:26:08 +1000 From: Terry Sposato User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Per olof Ljungmark References: <4A64EE54.6080207@intersonic.se> <20090720232511.GA50935@atarininja.org> <4A6500EA.2030905@intersonic.se> <4ad871310907201647l7610d43alc402fe04595d57e3@mail.gmail.com> <4A65031A.80705@intersonic.se> In-Reply-To: <4A65031A.80705@intersonic.se> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: error updating Postfix 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: Tue, 21 Jul 2009 02:45:28 -0000 Per olof Ljungmark wrote: > Glen Barber wrote: >> On Mon, Jul 20, 2009 at 7:42 PM, Per olof >> Ljungmark wrote: >>> Wesley Shields wrote: >>>> On Tue, Jul 21, 2009 at 12:23:16AM +0200, Per olof Ljungmark wrote: >>>>> cc -DDEF_CONFIG_DIR=\"/usr/local/etc/postfix\" >>>>> -DDEF_DAEMON_DIR=\"/usr/local/libexec/postfix\" >>>>> -DDEF_COMMAND_DIR=\"/usr/local/sbin\" >>>>> -DDEF_SENDMAIL_PATH=\"/usr/local/sbin/sendmail\" >>>>> -DDEF_NEWALIAS_PATH=\"/usr/local/bin/newaliases\" >>>>> -DDEF_MAILQ_PATH=\"/usr/local/bin/mailq\" >>>>> -DDEF_MANPAGE_DIR=\"/usr/local/man\" >>>>> -DDEF_README_DIR=\"/usr/local/share/doc/postfix\" >>>>> -DDEF_HTML_DIR=\"/usr/local/share/doc/postfix\" >>>>> -DDEF_QUEUE_DIR=\"/var/spool/postfix\" >>>>> -DDEF_DATA_DIR=\"/var/db/postfix\" >>>>> -DDEF_MAIL_OWNER=\"postfix\" -DDEF_SGID_GROUP=\"maildrop\" -DHAS_PCRE >>>>> -I/usr/local/include -DUSE_SASL_AUTH -DUSE_CYRUS_SASL >>>>> -I/usr/local/include >>>>> -I/usr/local/include/sasl -DUSE_TLS -I/usr/include -O2 >>>>> -fno-strict-aliasing >>>>> -pipe -I. -DFREEBSD7 -c attr_clnt.c >>>>> In file included from attr_clnt.c:77: >>>>> /usr/include/unistd.h:329: error: conflicting types for 'closefrom' >>>>> ./sys_defs.h:1404: error: previous declaration of 'closefrom' was >>>>> here >>>>> *** Error code 1 >>>> It was fixed on 2009/07/09. Make sure you have the latest ports tree. >>> Hm, I updated an hour ago... from cvsup.FreeBSD.org, the makefile is >>> dated >>> July 17th when the system was also updated. >>> >>> 7.2-STABLE FreeBSD 7.2-STABLE #0: Fri Jul 17 17:27:43 CEST 2009 >>> >>> Just for the sake of it I cvsupped again just now to be sure but no >>> change. >>> What was fixed in the 9th.? I obviously need to check if something went >>> wrong when I updated the system. >>> >> >> Try: >> cd /usr/ports/mail/postfix; make clean distclean; make install > > Nope, no change. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" You are updating your ports tree as well right? Not just your base system?