Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2011 21:10:09 GMT
From:      =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= <fernando.apesteguia@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/160367: Attempt to port basic256 to FreeBSD
Message-ID:  <201109012110.p81LA97B056583@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/160367; it has been noted by GNATS.

From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= <fernando.apesteguia@gmail.com>
To: Chris Rees <crees@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/160367: Attempt to port basic256 to FreeBSD
Date: Thu, 1 Sep 2011 23:01:43 +0200

 On Thu, Sep 1, 2011 at 5:59 PM, Chris Rees <crees@freebsd.org> wrote:
 > Hm, so does it install loads of files into /usr/share even though you've
 > told it to use PREFIX=3D${PREFIX}? Perhaps you need to set DATADIR as wel=
 l,
 > have you tried that?
 
 The original makefile doesn't honor either PREFIX or DATADIR. Those
 /usr/share paths are hardcoded into BASIC.pro. Should I try to change
 the project file replacing those paths or should I try to make the
 file aware of those variables?
 I'm not a qmake expert or fan but I will try to do it.
 
 Also Mark Linimon suggested to change the category from 'devel' to
 'lang'. It's good for me.
 
 Thanks in advance.
 
 >
 > Also, pkg-plist is relative to /usr/local, so instead of:
 >
 > /usr/local/bin/BASIC256
 >
 > you should have
 >
 > bin/BASIC25
 
 Changed
 
 >
 >
 >
 > You've also accidentally clobbered espeak as a dependency:
 >
 > BUILD_DEPENDS=3D =A0 =A0 =A0 =A0 =A0espeak:${PORTSDIR}/audio/espeak
 > BUILD_DEPENDS=3D =A0 =A0 =A0 =A0 =A0qt4:${PORTSDIR}/devel/qt4
 >
 > Change to:
 >
 > BUILD_DEPENDS=3D =A0 =A0 =A0 =A0 =A0espeak:${PORTSDIR}/audio/espeak \
 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0qt4:${PORTSDIR}/devel/qt4
 
 Arrrgh. Fixed.
 
 >
 >
 > I can't grab this one right now, but those should fix some of the issues.
 > More help will be provided if you ask for it :)
 >
 > Chris
 >
 > --
 > This message has been scanned for viruses and
 > dangerous content by MailScanner, and is
 > believed to be clean.
 >
 >



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109012110.p81LA97B056583>