Summary: | [New Port] irc/eggdrop | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ulrich Spoerlein <q> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ulrich Spoerlein
2003-01-21 14:40:11 UTC
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! |