From owner-freebsd-ports@FreeBSD.ORG Wed Sep 8 10:39:04 2004 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 D25E616A4CE for ; Wed, 8 Sep 2004 10:39:04 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26CAC43D2F for ; Wed, 8 Sep 2004 10:39:04 +0000 (GMT) (envelope-from adstro@stny.rr.com) Received: from [192.168.0.10] (bgm-66-24-6-74.stny.rr.com [66.24.6.74]) i88Ad0Zw020685; Wed, 8 Sep 2004 06:39:01 -0400 (EDT) Message-ID: <413EEF55.1010909@stny.rr.com> Date: Wed, 08 Sep 2004 06:39:01 -0500 From: Adam Stroud User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock , Joerg.Pulz@frm2.tum.de, michaelnottebrock@gmx.net, freebsd-ports@freebsd.org References: <413DA174.80908@stny.rr.com> <200409071313.37913.michaelnottebrock@gmx.net> In-Reply-To: <200409071313.37913.michaelnottebrock@gmx.net> X-Virus-Scanned: Symantec AntiVirus Scan Engine Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: SAmba3 install fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: adstro@stny.rr.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 10:39:05 -0000 All: I tried both running make config and looked on both make.conf ane pkgtools.conf. I did not set I18N in either config file and make config just gave me the same error. Here is a little bit of history that I neglected in the original post. I originally tried to install the port and checked the I18N checkbox. It built to some extent then gave me the error. Now I cannot get past it so I am assuming that a residual flag got set somewhere. I have tried emptying everything in /usr/ports/distfiles too. Anymore ideas? A Michael Nottebrock wrote: >On Tuesday 07 September 2004 13:54, Adam Stroud wrote: > > >>I am trying to install samba3 on my fbsd box and the build/install fails >>giving me the message "samba-3.0.6,1 I18N patch not ported yet!." >>Anyone know a way around this? >> >> > >Unset WITH_I18N while building/installing samba3 (you'll likely have it >in /etc/make.conf or pkgtools.conf). > > >