From owner-freebsd-ports@FreeBSD.ORG Thu Feb 20 20:23:00 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E58B4A5B for ; Thu, 20 Feb 2014 20:23:00 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 77F721B07 for ; Thu, 20 Feb 2014 20:23:00 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlkGAHljBlNbsI2W/2dsb2JhbABZgwY4rESUIoEQF3SCJQEBBAE6HCMFCwsYCSUPKh4GE4d9DAHODReOZAeEOASYL4EzkHKDLjs Received: from 150.141-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.141.150]) by relay.skynet.be with ESMTP; 20 Feb 2014 21:22:52 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s1KKMpM3023483; Thu, 20 Feb 2014 21:22:51 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Thu, 20 Feb 2014 21:22:50 +0100 From: Tijl Coosemans To: jcv Subject: Re: mediatomb Message-ID: <20140220212250.76337215@kalimero.tijl.coosemans.org> In-Reply-To: References: <20140220154004.6dd1b124@kalimero.tijl.coosemans.org> <20140220174941.1a4381e0@kalimero.tijl.coosemans.org> <20140220193610.26e38caf@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 20:23:01 -0000 On Thu, 20 Feb 2014 11:02:08 -0800 (PST) jcv wrote: > On Thu, 20 Feb 2014, Tijl Coosemans wrote: >> On Thu, 20 Feb 2014 09:03:49 -0800 (PST) jcv wrote: >>> On Thu, 20 Feb 2014, Tijl Coosemans wrote: >>>> On Thu, 20 Feb 2014 07:11:32 -0800 (PST) jcv wrote: >>>>> On Thu, 20 Feb 2014, Tijl Coosemans wrote: >>>>>> On Tue, 11 Feb 2014 12:16:16 -0800 (PST) jcv wrote: >>>>>>> Hi - I am seeing alot of emails regarding libiconv.. Is there a work >>>>>>> around for mediatomb per chance?? >>>>>> >>>>>> It should work now after r345236. >>>>> >>>>> Hi Tijl - Can you please advise my next steps.. I am still seeing: >>>> >>>> Hmm, check that you actually have the fix. The Makefile should have >>>> this id: >>>> >>>> $FreeBSD: head/net/mediatomb/Makefile 345236 2014-02-20 14:38:19Z tijl $ >>>> >>>> Check that you don't have any local modifications in the port or in >>>> /usr/ports/Mk, particularly /usr/ports/Mk/Uses/iconv.mk. >>>> >>>> If all of that checks out then send me this file: >>>> /usr/ports/net/mediatomb/work/mediatomb-0.12.1/config.log. >>> >>> Hi Tijl - I have not modified anything in /usr/ports/Mk. >>> >>> Here is what Im running: >>> >>> >>> uname -a >>> FreeBSD yeaguy.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan >>> 16 22:34:59 UTC 2014 >>> root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >>> >>> >>> Thanks alot for your help: >>> >>> >>> >>> cat /usr/ports/net/mediatomb/work/mediatomb-0.12.1/config.log >> >> What is the output of this: >> >> cd /usr/ports/net/mediatomb >> make -V CPPFLAGS >> >> It should be: -DLIBICONV_PLUG >> If that's not the case, what's the output of this: >> >> cd /usr/ports/net/mediatomb >> grep USES Makefile > > I sent you the config.log but its being approved first: I already received it. > Here are the other cmds: > > root@yeaguy:/usr/ports/net/mediatomb # make -V CPPFLAGS > > root@yeaguy:/usr/ports/net/mediatomb # grep USES Makefile > root@yeaguy:/usr/ports/net/mediatomb # > root@yeaguy:/usr/ports/net/mediatomb # This means you don't have the fix. Try updating your ports tree again.