From owner-freebsd-ports@FreeBSD.ORG Thu Apr 1 04:15:13 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D4A31065673 for ; Thu, 1 Apr 2010 04:15:13 +0000 (UTC) (envelope-from rhyous@yahoo.com) Received: from web52107.mail.re2.yahoo.com (web52107.mail.re2.yahoo.com [206.190.48.110]) by mx1.freebsd.org (Postfix) with SMTP id E55248FC08 for ; Thu, 1 Apr 2010 04:15:12 +0000 (UTC) Received: (qmail 33346 invoked by uid 60001); 1 Apr 2010 03:48:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1270093711; bh=4IcZEGxBzCNDlbXIFsPYWp2sG78j6CNww1ZwSoHJoX0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=gZDRujllRENU6i4Bu4p42QLJIPLaOlYHqx1lL8goGgITkLZ6ody5j6sGjoRv0b9guc1HFX63aB/inAWEB+Xu3KKfquawRV7JeB1CJt5irts7QnwbX2hLN3NSKWBBGWnKOWGlsvwCK93Yda/XceX24+zkE5KeBKfGMjQpjS0szOc= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=efEAU5W9wsXRtjFT5ZrcrFsVBLKXKLIok8CVLkh4LfTVuU5cr6qjzASGIrE7TTL7ku1wZMpMQYlXACO9m1bFF9h+Dq+oxX+2z00SbWHITTfKFqbNw96418/iTJFSF9Y17WojmE2gR0fFHqq8acl6kpwAu+v5rGN7vv4IXYY31KM=; Message-ID: <733049.29665.qm@web52107.mail.re2.yahoo.com> X-YMail-OSG: GM_5wVwVM1lJWgrtXsnd1KQsirBbaKWUyUqTkeYB2vim.CQCYZvnaEc70XKm0ZoqkYkJyETQvPRR3gjCnjG3J0n2N8TZ1Zu_amVHe6Zm.2J3Ze5b8ooe0MGisVieS7vU8aLmEh4RS4_TpheLUdY6fWtY6Mt7ARTzNFKommi5gOBLvGnE1kcB6hMEGaTOccboiFh_zpz1YF3w33I.M06r6F2khE_SmFNW6eugIlyd0r9AlcQA85WZYvv3ZomJf4Vo3B1vu9ygUJ5eT0eTyFwAB.zySsUg30E9OnAo13.LXD3.dWQd1zvXVu31VXsOot.NgcI- Received: from [71.195.248.121] by web52107.mail.re2.yahoo.com via HTTP; Wed, 31 Mar 2010 20:48:31 PDT X-Mailer: YahooMailRC/324.3 YahooMailWebService/0.8.100.260964 Date: Wed, 31 Mar 2010 20:48:31 -0700 (PDT) From: Jared Barneck To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 01 Apr 2010 11:25:22 +0000 Subject: Aqsis has incorrect dependency fltk-threads X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jared Barneck List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2010 04:15:13 -0000 Hey all, I searched the forum and didn't see any mention of Aqsis in recent posts. I downloaded ports just now (which I also see is not recommended to a lot of big changes) though I am not sure this is related to those big changes or not. Anyway, I was building Aqsis and it failed to build due to the dependency on fltk-threads. BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ xsltproc:${PORTSDIR}/textproc/libxslt \ fltk-threads>=0:${PORTSDIR}/x11-toolkits/fltk-threads So really it is fltk-threads which fails and says to just install fltk as threads are enabled by default. So the dependency needs updated. It installed when I change the last line to this: fltk>=0:${PORTSDIR}/x11-toolkits/fltk Thanks, Jared