On Sat, Jun 14, 2008 at 05:38:31PM +0200, Michael Knudsen wrote:
> This is a first stab at an update to 0.6.1 which now has trams and lots
> of bugfixes etc. Quickly tested by myself. Since this removes files,
> you probably want to apply with -E.
>
> Comments? Nays or yays, or even hurrays? Ok?
make port-lib-depends-check complains :
Extra: X11.11
Extra: Xext.10
Extra: usbhid.3
Maybe a local problem, my system is from last week pre-hackathon
snapshot, and i see those libraries in ldd `which openttd`.
> post-install:
> - ${INSTALL_DATA_DIR} ${DOCSDIR}
> - ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
> - ${INSTALL_DATA_DIR} ${EXAMPLESDIR}
> - ${INSTALL_DATA} ${WRKSRC}/scripts/* ${EXAMPLESDIR}
> - ${INSTALL_DATA_DIR} ${GAMEDIR}
> ${INSTALL_DATA_DIR} ${GAMEDIR}/media
> ${INSTALL_DATA} ${WRKSRC}/media/* ${GAMEDIR}/media
> -
> + ${INSTALL_DATA_DIR} ${EXAMPLESDIR}
> + ${INSTALL_DATA} ${WRKSRC}/bin/scripts/* ${EXAMPLESDIR}
> + ${INSTALL_DATA_DIR} ${DOCSDIR}
> + ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
> +
Was there a reason to move those lines around ? for me, this should only
be smth like :
- ${INSTALL_DATA} ${WRKSRC}/scripts/* ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/bin/scripts/* ${EXAMPLESDIR}
- ${INSTALL_DATA_DIR} ${GAMEDIR}
But that's cosmetics :)
I also don't see the point of patches/patch-Makefile_in, as we do more
or less the same in post-install target.. rebubilding without it to see
if it changes something.
Other than that, builds and runs fine @i386 after downloading the data
files.
Landry