From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 1 21:10:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8025F106566C for ; Thu, 1 Sep 2011 21:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E71D8FC0C for ; Thu, 1 Sep 2011 21:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p81LA9VY056584 for ; Thu, 1 Sep 2011 21:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p81LA97B056583; Thu, 1 Sep 2011 21:10:09 GMT (envelope-from gnats) Date: Thu, 1 Sep 2011 21:10:09 GMT Message-Id: <201109012110.p81LA97B056583@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Cc: Subject: Re: ports/160367: Attempt to port basic256 to FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 21:10:09 -0000 The following reply was made to PR ports/160367; it has been noted by GNATS. From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Chris Rees 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 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. > >