On Wed, Oct 17, 2018 at 10:43:55AM +0200, Solene Rapenne wrote: > Tom Murphy <open...@pertho.net> wrote: > > Just tested this and it works well. Thanks for this addition! > > I can ping servers and gather their info and join them with ezquake. > > > > Only thing wrong is a missing $OpenBSD$ RCS tag at the top of > > patches/patch-EX_browser_sources.c but otherwise works fine. > > > > Thanks, > > Tom > > new diff, with the patch made from "make update-patches", I don't remember why > but last time that command wasn't producing the patch so I made it manually. > > + > do-install: > - ${INSTALL_PROGRAM} ${WRKSRC}/ezquake ${PREFIX}/bin > + ${INSTALL_PROGRAM} ${WRKSRC}/ezquake ${PREFIX}/bin > + ${INSTALL_DATA_DIR} ${GAMEDIR} > + @cp ${WRKSRC}/misc/sb/*.txt ${GAMEDIR}/ > + #${INSTALL_DATA} ${WRKSRC}/misc/sb/sources.txt ${GAMEDIR} >
Any reason for the commented out INSTALL_DATA in do-install? It shows up in the fake target: ===> Faking installation for ezquake-3.1p2 /usr/local/pobj/ezquake-3.1/bin/install -c -s -m 755 /usr/local/pobj/ezquake-3.1/ezquake /usr/local/pobj/ezquake-3.1/fake-amd64/usr/local/bin /usr/local/pobj/ezquake-3.1/bin/install -d -m 755 /usr/local/pobj/ezquake-3.1/fake-amd64/usr/local/share/ezquake #/usr/local/pobj/ezquake-3.1/bin/install -c -m 644 /usr/local/pobj/ezquake-3.1/misc/sb/sources.txt /usr/local/pobj/ezquake-3.1/fake-amd64/usr/local/share/ezquake without it the port still builds & works correctly listing servers (thanks!). This is OK awolk@ with the commented out INSTALL_DATA nuked (unless it has a valid reason to exist).