Port of the Eggdrop IRC Bot. This port has tons of features and I had to use it on one site, so I made a port for convenience. Note: All the patches are taken from the NetBSD pkgsrc tree. Thanks to them, eggdrop respects hier(7). If I made a mistake with respect to placing files in the hierarchy, just let me know, so I can fix this.
Lately Ulrich Spoerlein told: > >Synopsis: [New Port] irc/eggdrop cool, i've been waiting for a port for a long time! > sed 's/^X//' >./Makefile << 'END-of-./Makefile' [...] > X.if defined(WITH_TCL) > XBUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83 > XCONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl83.so \ > X --with-tclinc=${LOCALBASE}/include/tcl8.3/tcl.h > X.endif shouldn't eggdrop be compiled per default with tcl? eggdrop without tcl is like server without network (does it even work without?) cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News
On 2003/01/21-16:12:11 Simon 'corecode' Schubert wrote: >> X.if defined(WITH_TCL) >> XBUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83 >> XCONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl83.so \ >> X --with-tclinc=${LOCALBASE}/include/tcl8.3/tcl.h >> X.endif > >shouldn't eggdrop be compiled per default with tcl? eggdrop without tcl >is like server without network (does it even work without?) I'm not _that_ much into eggdrop, but TCL is only needed for the scripts AFAIK. The modules will work without TCL. But you are right. The if defined(WITH_TCL) could be changed to if !defined(WITHOUT_TCL)
State Changed From-To: open->closed Committed, thanks!