ports/160367: Attempt to port basic256 to FreeBSD

Chris Rees crees at FreeBSD.org
Thu Sep 1 16:00:26 UTC 2011


The following reply was made to PR ports/160367; it has been noted by GNATS.

From: Chris Rees <crees at FreeBSD.org>
To: bug-followup at FreeBSD.org, fernando.apesteguia at gmail.com
Cc:  
Subject: Re: ports/160367: Attempt to port basic256 to FreeBSD
Date: Thu, 1 Sep 2011 16:59:28 +0100

 Hm, so does it install loads of files into /usr/share even though you've 
 told it to use PREFIX=${PREFIX}? Perhaps you need to set DATADIR as 
 well, have you tried that?
 
 Also, pkg-plist is relative to /usr/local, so instead of:
 
 /usr/local/bin/BASIC256
 
 you should have
 
 bin/BASIC25
 
 
 
 You've also accidentally clobbered espeak as a dependency:
 
 BUILD_DEPENDS=		espeak:${PORTSDIR}/audio/espeak
 BUILD_DEPENDS=		qt4:${PORTSDIR}/devel/qt4
 
 Change to:
 
 BUILD_DEPENDS=		espeak:${PORTSDIR}/audio/espeak \
 			qt4:${PORTSDIR}/devel/qt4
 
 
 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.
 



More information about the freebsd-ports-bugs mailing list