|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: [UPDATE] emulators/zsnes
From: Jonathan Schleifer (js
h3c.de)
Date: Tue Oct 04 2005 - 07:14:36 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Aleksander Piotrowski <aleksander.piotrowski
nic.com.pl> wrote:
> PKGNAME with p0 is not needed as you have changed version, right?
I just kept the p0 from the old port, changed.
> If automake is needed to build this port then try to use following:
> CONFIGURE_STYLE= automake
automake isn't needed (no Makefile.am), but aclocal which is part of
automake. aclocal needs to be executed before autoconf because ZSNES
depends on SDL, otherwise the SDL macros would be undefined. Therefore
your suggestion wouldn't work.
Since I guess ZSNES isn't the only port that needs aclocal before
autoconf (but no automake), I suggest adding something like the
following to the ports system:
CONFIGURE_STYLE= aclocal autoconf
> Why not ${INSTALL_PROGRAM} ${WRKBUILD}/zsnes ${PREFIX}/bin?
It's from the old port, I just changed the tabs. Yeah, sure, that
should be changed. Seems like I overlooked it when I edited it. Same
thing for the man page.
Updated patch attached.
--
Jonathan
- application/octet-stream attachment: zsnes.patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]