- Update to version 2.1.0 New file: files/patch-builders::resid-builder::unix::ltmain.sh files/patch-libsidplay::unix::ltmain.sh files/patch-libsidutils::unix::ltmain.sh files/patch-unix::ltmain.sh Remove file: files/patch-configure files/patch-src-player.cpp
Lately KATO Tsuguru told: > diff -urN /usr/ports/audio/libsidplay2/Makefile audio/libsidplay2/Makefile [...] > +LD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS? > +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig [...] > post-patch: > - @${CHMOD} +rw ${WRKSRC}/${CONFIGURE_SCRIPT} > + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ > + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ^ ^ ^ ^ not needed with simple regex (= sed) cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News
On Wed, 22 Jan 2003 13:29:46 +0100 "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> wrote: > LIB_DEPENDS? BUILD_DEPENDS is correct. > not needed with simple regex (= sed) Thank you for telling. I'm not so experienced about regex. I have simplly refered from bsd.gnomeng.mk.
State Changed From-To: open->closed Committed, thanks!