On Wed, 28 Oct 2009 10:45:46 +0100
Adrian Glaubitz <adrian.glaub...@googlemail.com> wrote:

> Hi
> 
> On Wed, Oct 28, 2009 at 3:55 AM, Sam Fourman Jr. <sfour...@gmail.com> wrote:
> > On Tue, Oct 27, 2009 at 8:11 PM, Adrian Glaubitz
> > <adrian.glaub...@googlemail.com> 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
> 
> Well, that was not really the answer I was looking for. I know how to
> build things from source but that's not what I want, I want to use a
> package manager to keep it simple. The idea of using a package manager
> is that you just install a few packages and it pulls the necessary
> dependencies automatically. I install "qtcreator" because it installs
> all necessary packages to develop and build Qt-4 Apps, including
> "qmake" and "uic".
> 
> I want to put it into the manual for my project for FreeBSD:
> 
> <https://wiki.physik.fu-berlin.de/linux-minidisc/doku.php?id=compilingonfreebsd>
> 
> It's supposed to be a quick and dirty guide on howto build on FreeBSD.
> 

The qtcreator port was created on May 7, 2009.  Seems to me that 7.2R
is older than that.  Obviously, qtcreator can't exist for 7.2R if the
port didn't exist when it was released.

---
Gary Jennejohn
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to