From owner-freebsd-ports@FreeBSD.ORG Wed Oct 28 02:55:09 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 8AB63106566B for ; Wed, 28 Oct 2009 02:55:09 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 627708FC18 for ; Wed, 28 Oct 2009 02:55:09 +0000 (UTC) Received: by pzk40 with SMTP id 40so274746pzk.7 for ; Tue, 27 Oct 2009 19:55:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=4ckLmaKF0bE2XVoDxprTkRvrSaIR+vsIxbc6eB+yC0E=; b=SB2+wanK7L+ZuE3wVAnNOhJf25Tdr3qPROZz9n8nSfozrndDvdQJPyNodR2/PTAqyd 3F8ZNHUzW6qv7nVaAfTsWYngX4GZvV5GqIxjSd5O1wPzCxfYV5FftZHVGhYBgwE9bPC0 hMtfVh+UsonEW9QjtCDUaa1uysngX0sCF4Oag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qDDJ8YfJkP6onxerT4fz6el67xrLneoCQ+qVYukDPL7yddwLkbR947pURDUMMhj4RX cSSh3/Dvss5B4jGzJ0hw4EHxMupChXL8Ounf9wF7mifNh9mnQqt3JHF9hNDow9Ug/qVb W2kTsWO0xazhtgVqr3ulhLVJKIqct1WXMi+Lg= MIME-Version: 1.0 Received: by 10.142.6.11 with SMTP id 11mr1344173wff.68.1256698508959; Tue, 27 Oct 2009 19:55:08 -0700 (PDT) In-Reply-To: <4AE79A4E.3070404@googlemail.com> References: <4AE79A4E.3070404@googlemail.com> Date: Tue, 27 Oct 2009 21:55:08 -0500 Message-ID: <11167f520910271955q45c4109dqd2ada4959ce58db8@mail.gmail.com> From: "Sam Fourman Jr." To: Adrian Glaubitz Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, kmoore@freebsd.org Subject: Re: FreeBSD Port: qtcreator-1.2.1: Not installable 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: Wed, 28 Oct 2009 02:55:09 -0000 On Tue, Oct 27, 2009 at 8:11 PM, Adrian Glaubitz wrote: > Hi there, > > I have a linux/qt4 software project that I wanted to test on FreeBSD as > well. I'm not really a FreeBSD user > but I am trying to get my code to build there. Anyway, it requires > "qtcreator" among other dependencies which > is not installable with "pkg_add" at the moment, > > "pkg_add -r qtcreator" > > tells me that the file at the given URL > (ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/qtcreator.tbz) > cannot be fetched. I am really not into *BSD so I can't tell I am doing > something wrong > but I guess the package seems to be missing on the mirrors. you could try to build it from source: cd /usr/ports/devel/qtcreator/ && make install clean Sam Fourman Jr. Fourman Networks