i'm a little bit unsure with all the depends. hopefully everything is ok if i've done. the port install, run and removes without errors. let me know if i do something wrong.
Responsible Changed From-To: freebsd-ports-bugs->marcus I'll take this.
State Changed From-To: open->closed Committed, thanks! Note, I adjusted the LIB_DEPENDS since libgnomecanvas implies libglade2, and I made the comment a little more discriptive. Also, make sure to handle OMF files.
Lately Franz Klammer told: > sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile' [...] > Xpre-configure: > X @${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|' use ${XARGS} and ${REINPLACE_CMD} -e ? cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News
On Sun, 2003-03-02 at 21:51, Simon 'corecode' Schubert wrote: > Lately Franz Klammer told: > > > sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile' > [...] > > Xpre-configure: > > X @${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|' > > use ${XARGS} and ${REINPLACE_CMD} -e ? Yeah, I missed this. There's more or less a canned recipe for this. Thanks. Joe > > cheers > simon -- PGP Key : http://www.marcuscom.com/pgp.asc
Am Mo, 2003-03-03 um 03.38 schrieb Simon 'corecode' Schubert: > Lately Franz Klammer told: > > > sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile' > [...] > > Xpre-configure: > > X @${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|' > > use ${XARGS} and ${REINPLACE_CMD} -e ? > sorry! the ${XARGS}-thing iv'e seen and forgotten to change it before sending the port for commit. i always thought that all needed parameters for ${REINPLACE_CMD} are defined in bsd.ports.mk? franz. > cheers > simon --