From owner-freebsd-ports@FreeBSD.ORG Sun May 4 18:09:09 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 E15053E4 for ; Sun, 4 May 2014 18:09:09 +0000 (UTC) Received: from kestrel.altadena.net (kestrel2.altadena.net [IPv6:2001:1878:b00:100::120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "kestrel.altadena.net", Issuer "Root Certificate Version 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C0DE51137 for ; Sun, 4 May 2014 18:09:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=altadena.net; s=1.kestrel; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=PK1NX5L+hwZonH46JXUTxfkO8vBl3dzBha92/vHUqrw=; b=pLL4e3Ib4nDktg3CjqYW8AjaQqD7c8GnWu4GtDGDi6F7dsTOjAzUPJfdUiDPuKFDWTKqIp32DCqY95O9yVQ5aTbh8FcQsUBq3lslbWNTE5bSoMZUTSY89ytOIoj7ERZH6Zpmn1/Kq3qqcdaQuxx5alknK5ZIAO6/SuyIupA/mEQ=; Received: from [2001:470:e160:1:ec0a:dbe4:b873:d329] (port=41306 helo=port5.altadena.net) by kestrel.altadena.net with esmtps (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Wh0qa-0008B6-M7 for freebsd-ports@freebsd.org; Sun, 04 May 2014 11:09:08 -0700 Message-ID: <53668243.4000605@altadena.net> Date: Sun, 04 May 2014 13:09:07 -0500 From: Pete Carah User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Persistent problems building nepomuk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Sun, 04 May 2014 18:09:09 -0000 For more than 5 years now, the dependency tree surrounding nepomuk (soprano, redland, raptor, rasqal, etc) has been missing. I can't get nepomuk-core to compile (freebsd 10.0, ports tree fetched last week) - it doesn't spot the virtuoso backend of soprano, though I have recompiled ALL of the requirements to soprano, and I can see the virtuoso backend compile/link. I do note the "install databases/virtuoso to enable its functionality" message even though virtuoso was already installed. It would be nice if kde4 would compile with just "cd x11/kde4 ; make ; make install" but that would require the dependency tree for the above to be correct in the port makefiles. This has been a problem since at least the days of kde 4.5, 5 or more years now. I'd hope it would be fixed now, or at least there should be a script shipped with the system somewhere that could compile these in the right order (if that order exists?). portupgrade on a working (from binaries) tree fails too... This has been true with both pkg and pkgng (note the 5 years or more comment.) -- Pete