On Sat, Oct 01, 2005 at 12:41:50PM +0300, Mike Pechkin wrote: > hi, > > % adom > adom: error while loading shared libraries: libncurses.so.4: cannot open > shared > object file: No such file of directory > > Take care, > > --mpech
> Index: games/adom/Makefile > =================================================================== > RCS file: /cvs/ports/games/adom/Makefile,v > retrieving revision 1.18 > diff -u -p -r1.18 Makefile > --- games/adom/Makefile 18 Oct 2003 15:46:53 -0000 1.18 > +++ games/adom/Makefile 1 Oct 2005 08:51:03 -0000 > @@ -41,10 +41,8 @@ RUN_DEPENDS= :redhat_base-*:emulators/re > do-install: > @${INSTALL_DATA_DIR} ${ADOM_DOC} > @cd ${WRKSRC} && ${INSTALL_DATA} adomfaq.txt manual.doc readme.1st > ${ADOM_DOC} > -# Kludge to work around the absence of libncurses. > - @cd ${WRKSRC} && sed -e s,libncurses.so.5,libncurses.so.4, adom > >adom.new > - @cd ${WRKSRC} && ${INSTALL} ${INSTALL_COPY} \ > - -o ${BINOWN} -g ${ADOMOWN} -m 2555 adom.new ${PREFIX}/bin/adom > + ${INSTALL_PROGRAM} -o ${BINOWN} -g ${ADOMOWN} \ > + ${WRKSRC}/adom ${PREFIX}/bin/adom > @${INSTALL} -d -o ${SHAREOWN} -g ${ADOMOWN} -m 775 > ${WRKINST}${HISCORE_DIR} > > .include <bsd.port.mk> Did I not see the original email ? this is wrong anyways. You did not even bump the PKGNAME.