Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 518347) +++ head/irc/Makefile (revision 518348) @@ -1,128 +1,129 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += atheme-services SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-discord SUBDIR += bitlbee-facebook SUBDIR += bitlbee-mastodon SUBDIR += bitlbee-steam SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc SUBDIR += charybdis SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer SUBDIR += darkbot SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop SUBDIR += eggdrop-devel + SUBDIR += eggdrop16 SUBDIR += epic4 SUBDIR += epic5 SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hexchat SUBDIR += hexchat-fish SUBDIR += hybserv SUBDIR += icbirc SUBDIR += ii SUBDIR += infobot SUBDIR += inspircd SUBDIR += insub SUBDIR += irc SUBDIR += irc2dc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer-dinoex SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-fish SUBDIR += irssi-icb SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 SUBDIR += konversation SUBDIR += kvirc SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau SUBDIR += muh SUBDIR += nethirc SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis SUBDIR += oragono SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman SUBDIR += p5-IRC-Utils SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks SUBDIR += p5-POE-Component-IRC-Plugin-CoreList SUBDIR += p5-POE-Component-IRC-Plugin-Hailo SUBDIR += p5-POE-Component-IRC-Plugin-Karma SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNS SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD SUBDIR += p5-POE-Session-Irssi SUBDIR += p5-Parse-IRC SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += polari SUBDIR += psybnc SUBDIR += py-fishcrypt SUBDIR += py-irc SUBDIR += py-limnoria SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quassel SUBDIR += quassel-core SUBDIR += quirc SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece SUBDIR += roxirc SUBDIR += rubygem-cinch SUBDIR += rubygem-cogbot SUBDIR += rubygem-lita-irc SUBDIR += rubygem-net-irc SUBDIR += scrollz SUBDIR += sic SUBDIR += simpleirc SUBDIR += sirc SUBDIR += smartirc4net SUBDIR += srvx SUBDIR += thales SUBDIR += tircproxy SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += weechat-otr SUBDIR += xaric SUBDIR += znc SUBDIR += znc-push .include Index: head/irc/eggdrop-devel/Makefile =================================================================== --- head/irc/eggdrop-devel/Makefile (revision 518347) +++ head/irc/eggdrop-devel/Makefile (revision 518348) @@ -1,122 +1,122 @@ # Created by: Beech Rintoul # $FreeBSD$ PORTNAME= eggdrop DISTVERSION= 1.9.0.a.20191117 CATEGORIES= irc PKGNAMESUFFIX= -devel MAINTAINER= dbaio@FreeBSD.org COMMENT= Eggdrop is the most popular Internet Relay Chat (IRC) bot LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= tcl ssl USE_GITHUB= yes GH_ACCOUNT= eggheads GH_TAGNAME= 842ef44 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h MAKE_JOBS_UNSAFE= yes LLD_UNSAFE= yes SUB_FILES= pkg-message -CONFLICTS= eggdrop +CONFLICTS= eggdrop eggdrop16 OPTIONS_DEFINE= DOCS .include post-patch: @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${WRKSRC}/eggdrop.conf \ > ${WRKSRC}/eggdrop.conf.sample post-configure: @(cd ${WRKSRC}; ${MAKE} config) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/eggdrop ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/man1/eggdrop.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/eggdrop.conf.sample ${STAGEDIR}${PREFIX}/etc @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eggdrop .for f in assoc.so blowfish.so channels.so compress.so console.so ctcp.so \ dns.so filesys.so irc.so notes.so seen.so server.so share.so \ transfer.so uptime.so ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/lib/eggdrop .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/help .for f in assoc.mod/help/assoc.help channels.mod/help/chaninfo.help \ channels.mod/help/channels.help console.mod/help/console.help \ compress.mod/help/compress.help ctcp.mod/help/ctcp.help \ filesys.mod/help/filesys.help irc.mod/help/irc.help \ notes.mod/help/notes.help seen.mod/help/seen.help \ server.mod/help/server.help share.mod/help/share.help \ transfer.mod/help/transfer.help uptime.mod/help/uptime.help ${INSTALL_DATA} ${WRKSRC}/src/mod/${f} ${STAGEDIR}${DATADIR}/help .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/help/set .for f in channels.mod/help/set/channels.help \ compress.mod/help/set/compress.help \ console.mod/help/set/console.help ctcp.mod/help/set/ctcp.help \ filesys.mod/help/set/filesys.help irc.mod/help/set/irc.help \ notes.mod/help/set/notes.help server.mod/help/set/server.help \ share.mod/help/set/share.help transfer.mod/help/set/transfer.help ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/set .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/help/msg .for f in irc.mod/help/msg/irc.help notes.mod/help/msg/notes.help \ seen.mod/help/msg/seen.help ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/msg .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/language ${INSTALL_DATA} ${WRKSRC}/language/core.*.lang ${STAGEDIR}${DATADIR}/language @cd ${WRKSRC}/src/mod \ && ${FIND} . -name "*.lang" -exec ${INSTALL_DATA} {} \ ${STAGEDIR}${DATADIR}/language ";" @${MKDIR} ${STAGEDIR}${DATADIR}/scripts .for f in CONTENTS action.fix.tcl autobotchk alltools.tcl botchk \ cmd_resolve.tcl compat.tcl dccwhois.tcl getops.tcl klined.tcl notes2.tcl ques5.tcl \ quotepass.tcl quotepong.tcl sentinel.tcl userinfo.tcl weed ${INSTALL_DATA} ${WRKSRC}/scripts/${f} ${STAGEDIR}${DATADIR}/scripts .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help .for f in cmd_resolve.help userinfo.help ${INSTALL_DATA} ${WRKSRC}/scripts/help/${f} ${STAGEDIR}${DATADIR}/scripts/help .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help/msg .for f in userinfo.help ${INSTALL_DATA} ${WRKSRC}/scripts/help/msg/${f} ${STAGEDIR}${DATADIR}/scripts/help/msg .endfor .for f in cmds1.help cmds2.help core.help ${INSTALL_DATA} ${WRKSRC}/help/${f} ${STAGEDIR}${DATADIR}/help .endfor .for f in cmds1.help ${INSTALL_DATA} ${WRKSRC}/help/set/${f} ${STAGEDIR}${DATADIR}/help/set .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/text .for f in banner motd ${INSTALL_DATA} ${WRKSRC}/text/${f} ${STAGEDIR}${DATADIR}/text .endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eggdrop/*.so do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ABOUT BANS BOTNET BUG-REPORT COMPILE-GUIDE CONTENTS \ FIRST-SCRIPT KNOWN-PROBLEMS MODULES PARTYLINE PATCH-HOWTO \ TEXT-SUBSTITUTIONS TRICKS Changes1.8 USERS WEIRD-MESSAGES \ tcl-commands.doc ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR}/html cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR}/html @${MKDIR} ${STAGEDIR}${DOCSDIR}/settings cd ${WRKSRC}/doc/settings && ${RM} -r CVS \ && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/settings .include Index: head/irc/eggdrop16/Makefile =================================================================== --- head/irc/eggdrop16/Makefile (nonexistent) +++ head/irc/eggdrop16/Makefile (revision 518348) @@ -0,0 +1,122 @@ +# Created by: Ulrich Spoerlein +# $FreeBSD$ + +PORTNAME= eggdrop +PORTVERSION= 1.6.21 +CATEGORIES= irc +MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ +PKGNAMESUFFIX= 16 +DISTNAME= ${PORTNAME}${PORTVERSION} +DISTFILES= ${PORTNAME}${PORTVERSION}.tar.bz2 + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= The most popular open source Internet Relay Chat bot + +LICENSE= GPLv2 + +DEPRECATED= Outdated, use irc/eggdrop instead +EXPIRATION_DATE= 2020-02-28 + +OPTIONS_DEFINE= DOCS + +USES= tcl +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ + --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h +MAKE_JOBS_UNSAFE= yes +LLD_UNSAFE= yes + +SUB_FILES= pkg-message + +CONFLICTS= eggdrop eggdrop-devel + +PORTDOCS= * + +post-patch: + @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${WRKSRC}/eggdrop.conf \ + > ${WRKSRC}/eggdrop.conf.sample + +post-configure: + @(cd ${WRKSRC}; ${MAKE} config) +# Workaround broken relative path in SSL-patch +# @(cd ${WRKSRC}/src && ${LN} -fs ../config.h) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/eggdrop ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/man1/eggdrop.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/eggdrop.conf.sample ${STAGEDIR}${PREFIX}/etc + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eggdrop +.for f in assoc.so blowfish.so channels.so compress.so console.so ctcp.so \ + dns.so filesys.so irc.so notes.so seen.so server.so share.so \ + transfer.so uptime.so wire.so + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/lib/eggdrop +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/help +.for f in assoc.mod/help/assoc.help channels.mod/help/chaninfo.help \ + channels.mod/help/channels.help console.mod/help/console.help \ + compress.mod/help/compress.help ctcp.mod/help/ctcp.help \ + filesys.mod/help/filesys.help irc.mod/help/irc.help \ + notes.mod/help/notes.help seen.mod/help/seen.help \ + server.mod/help/server.help share.mod/help/share.help \ + transfer.mod/help/transfer.help uptime.mod/help/uptime.help \ + wire.mod/help/wire.help + ${INSTALL_DATA} ${WRKSRC}/src/mod/${f} ${STAGEDIR}${DATADIR}/help +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/help/set +.for f in channels.mod/help/set/channels.help \ + compress.mod/help/set/compress.help \ + console.mod/help/set/console.help ctcp.mod/help/set/ctcp.help \ + filesys.mod/help/set/filesys.help irc.mod/help/set/irc.help \ + notes.mod/help/set/notes.help server.mod/help/set/server.help \ + share.mod/help/set/share.help transfer.mod/help/set/transfer.help + ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/set +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/help/msg +.for f in irc.mod/help/msg/irc.help notes.mod/help/msg/notes.help \ + seen.mod/help/msg/seen.help + ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/msg +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/language + ${INSTALL_DATA} ${WRKSRC}/language/core.*.lang ${STAGEDIR}${DATADIR}/language + @cd ${WRKSRC}/src/mod \ + && ${FIND} . -name "*.lang" -exec ${INSTALL_DATA} {} \ + ${STAGEDIR}${DATADIR}/language ";" + @${MKDIR} ${STAGEDIR}${DATADIR}/scripts +.for f in CONTENTS action.fix.tcl autobotchk alltools.tcl botchk \ + cmd_resolve.tcl compat.tcl dccwhois.tcl getops.tcl klined.tcl notes2.tcl ques5.tcl \ + quotepass.tcl quotepong.tcl sentinel.tcl userinfo.tcl weed + ${INSTALL_DATA} ${WRKSRC}/scripts/${f} ${STAGEDIR}${DATADIR}/scripts +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help +.for f in cmd_resolve.help userinfo.help + ${INSTALL_DATA} ${WRKSRC}/scripts/help/${f} ${STAGEDIR}${DATADIR}/scripts/help +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help/msg +.for f in userinfo.help + ${INSTALL_DATA} ${WRKSRC}/scripts/help/msg/${f} ${STAGEDIR}${DATADIR}/scripts/help/msg +.endfor +.for f in cmds1.help cmds2.help core.help + ${INSTALL_DATA} ${WRKSRC}/help/${f} ${STAGEDIR}${DATADIR}/help +.endfor +.for f in cmds1.help + ${INSTALL_DATA} ${WRKSRC}/help/set/${f} ${STAGEDIR}${DATADIR}/help/set +.endfor + @${MKDIR} ${STAGEDIR}${DATADIR}/text +.for f in banner motd + ${INSTALL_DATA} ${WRKSRC}/text/${f} ${STAGEDIR}${DATADIR}/text +.endfor + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ABOUT BANS BOTNET BUG-REPORT COMPILE-GUIDE CONTENTS \ + FIRST-SCRIPT KNOWN-PROBLEMS MODULES PARTYLINE PATCH-HOWTO \ + TEXT-SUBSTITUTIONS TRICKS Changes1.6 USERS WEIRD-MESSAGES \ + tcl-commands.doc + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} +.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR}/html + cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR}/html + @${MKDIR} ${STAGEDIR}${DOCSDIR}/settings + cd ${WRKSRC}/doc/settings && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/settings + +.include Property changes on: head/irc/eggdrop16/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/files/pkg-message.in =================================================================== --- head/irc/eggdrop16/files/pkg-message.in (nonexistent) +++ head/irc/eggdrop16/files/pkg-message.in (revision 518348) @@ -0,0 +1,12 @@ +[ +{ type: install + message: <uff_flags & UFF_OVERRIDE) { + debug1("NOTE: Sharing aggressively with %s, overriding its local bots.", + dcc[idx].nick); Property changes on: head/irc/eggdrop16/files/patch-src_mod_share.mod__share.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/files/patch-src_modules.c =================================================================== --- head/irc/eggdrop16/files/patch-src_modules.c (nonexistent) +++ head/irc/eggdrop16/files/patch-src_modules.c (revision 518348) @@ -0,0 +1,11 @@ +--- src/modules.c 2011-01-07 06:12:27.000000000 +0100 ++++ src/modules.c 2011-01-07 06:21:42.000000000 +0100 +@@ -118,7 +118,7 @@ + static int module_rename(char *name, char *newname); + + #ifndef STATIC +-char moddir[121] = "modules/"; ++char moddir[121] = __PREFIX__ "/lib/eggdrop/"; + #endif + + #ifdef STATIC Property changes on: head/irc/eggdrop16/files/patch-src_modules.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/files/patch-src_match.c =================================================================== --- head/irc/eggdrop16/files/patch-src_match.c (nonexistent) +++ head/irc/eggdrop16/files/patch-src_match.c (revision 518348) @@ -0,0 +1,13 @@ +$NetBSD: patch-src_match.c,v 1.1 2012/11/16 00:35:28 joerg Exp $ + +--- src/match.c.orig 2012-11-15 10:29:42.000000000 +0000 ++++ src/match.c +@@ -367,7 +367,7 @@ int cidr_match(char *m, char *n, int cou + /* Inline for cron_match (obviously). + * Matches a single field of a crontab expression. + */ +-inline int cron_matchfld(char *mask, int match) ++static inline int cron_matchfld(char *mask, int match) + { + int skip = 0, f, t; + char *p, *q; Property changes on: head/irc/eggdrop16/files/patch-src_match.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/files/patch-src_net.c =================================================================== --- head/irc/eggdrop16/files/patch-src_net.c (nonexistent) +++ head/irc/eggdrop16/files/patch-src_net.c (revision 518348) @@ -0,0 +1,13 @@ +$NetBSD: patch-src_net.c,v 1.1 2012/11/16 00:35:28 joerg Exp $ + +--- src/net.c.orig 2012-11-15 10:30:07.000000000 +0000 ++++ src/net.c +@@ -564,7 +564,7 @@ int open_address_listen(IP addr, int *po + /* Returns a socket number for a listening socket that will accept any + * connection -- port # is returned in port + */ +-inline int open_listen(int *port) ++int open_listen(int *port) + { + return open_address_listen(myip[0] ? getmyip() : INADDR_ANY, port); + } Property changes on: head/irc/eggdrop16/files/patch-src_net.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/files/patch-src_proto.h =================================================================== --- head/irc/eggdrop16/files/patch-src_proto.h (nonexistent) +++ head/irc/eggdrop16/files/patch-src_proto.h (revision 518348) @@ -0,0 +1,13 @@ +$NetBSD: patch-src_proto.h,v 1.1 2012/11/16 00:35:28 joerg Exp $ + +--- src/proto.h.orig 2012-11-15 10:30:20.000000000 +0000 ++++ src/proto.h +@@ -271,7 +271,7 @@ int getsock(int); + void killsock(int); + void killtclsock(int); + int answer(int, char *, unsigned long *, unsigned short *, int); +-inline int open_listen(int *); ++int open_listen(int *); + int open_address_listen(IP addr, int *); + int open_telnet(char *, int); + int open_telnet_dcc(int, char *, char *); Property changes on: head/irc/eggdrop16/files/patch-src_proto.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/files/patch-src_tclhash.c =================================================================== --- head/irc/eggdrop16/files/patch-src_tclhash.c (nonexistent) +++ head/irc/eggdrop16/files/patch-src_tclhash.c (revision 518348) @@ -0,0 +1,13 @@ +$NetBSD: patch-src_tclhash.c,v 1.1 2012/11/16 00:35:28 joerg Exp $ + +--- src/tclhash.c.orig 2012-11-15 10:32:40.000000000 +0000 ++++ src/tclhash.c +@@ -109,7 +109,7 @@ static inline void tcl_bind_list_delete( + nfree(tl); + } + +-inline void garbage_collect_tclhash(void) ++void garbage_collect_tclhash(void) + { + tcl_bind_list_t *tl, *tl_next, *tl_prev; + tcl_bind_mask_t *tm, *tm_next, *tm_prev; Property changes on: head/irc/eggdrop16/files/patch-src_tclhash.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/files/patch-src_tclhash.h =================================================================== --- head/irc/eggdrop16/files/patch-src_tclhash.h (nonexistent) +++ head/irc/eggdrop16/files/patch-src_tclhash.h (revision 518348) @@ -0,0 +1,13 @@ +$NetBSD: patch-src_tclhash.h,v 1.1 2012/11/16 00:35:28 joerg Exp $ + +--- src/tclhash.h.orig 2012-11-15 10:32:27.000000000 +0000 ++++ src/tclhash.h +@@ -75,7 +75,7 @@ typedef struct tcl_bind_list_b { + + #ifndef MAKING_MODS + +-inline void garbage_collect_tclhash(void); ++void garbage_collect_tclhash(void); + + void init_bind(void); + void kill_bind(void); Property changes on: head/irc/eggdrop16/files/patch-src_tclhash.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/pkg-plist =================================================================== --- head/irc/eggdrop16/pkg-plist (nonexistent) +++ head/irc/eggdrop16/pkg-plist (revision 518348) @@ -0,0 +1,108 @@ +bin/eggdrop +etc/eggdrop.conf.sample +man/man1/eggdrop.1.gz +lib/eggdrop/assoc.so +lib/eggdrop/blowfish.so +lib/eggdrop/channels.so +lib/eggdrop/compress.so +lib/eggdrop/console.so +lib/eggdrop/ctcp.so +lib/eggdrop/dns.so +lib/eggdrop/filesys.so +lib/eggdrop/irc.so +lib/eggdrop/notes.so +lib/eggdrop/seen.so +lib/eggdrop/server.so +lib/eggdrop/share.so +lib/eggdrop/transfer.so +lib/eggdrop/uptime.so +lib/eggdrop/wire.so +%%DATADIR%%/help/assoc.help +%%DATADIR%%/help/chaninfo.help +%%DATADIR%%/help/channels.help +%%DATADIR%%/help/cmds1.help +%%DATADIR%%/help/cmds2.help +%%DATADIR%%/help/compress.help +%%DATADIR%%/help/console.help +%%DATADIR%%/help/core.help +%%DATADIR%%/help/ctcp.help +%%DATADIR%%/help/filesys.help +%%DATADIR%%/help/irc.help +%%DATADIR%%/help/msg/irc.help +%%DATADIR%%/help/msg/notes.help +%%DATADIR%%/help/msg/seen.help +%%DATADIR%%/help/notes.help +%%DATADIR%%/help/seen.help +%%DATADIR%%/help/server.help +%%DATADIR%%/help/set/channels.help +%%DATADIR%%/help/set/cmds1.help +%%DATADIR%%/help/set/compress.help +%%DATADIR%%/help/set/console.help +%%DATADIR%%/help/set/ctcp.help +%%DATADIR%%/help/set/filesys.help +%%DATADIR%%/help/set/irc.help +%%DATADIR%%/help/set/notes.help +%%DATADIR%%/help/set/server.help +%%DATADIR%%/help/set/share.help +%%DATADIR%%/help/set/transfer.help +%%DATADIR%%/help/share.help +%%DATADIR%%/help/transfer.help +%%DATADIR%%/help/uptime.help +%%DATADIR%%/help/wire.help +%%DATADIR%%/language/assoc.danish.lang +%%DATADIR%%/language/assoc.english.lang +%%DATADIR%%/language/assoc.finnish.lang +%%DATADIR%%/language/assoc.french.lang +%%DATADIR%%/language/assoc.german.lang +%%DATADIR%%/language/console.danish.lang +%%DATADIR%%/language/console.english.lang +%%DATADIR%%/language/console.finnish.lang +%%DATADIR%%/language/console.french.lang +%%DATADIR%%/language/console.german.lang +%%DATADIR%%/language/core.danish.lang +%%DATADIR%%/language/core.english.lang +%%DATADIR%%/language/core.finnish.lang +%%DATADIR%%/language/core.french.lang +%%DATADIR%%/language/core.german.lang +%%DATADIR%%/language/filesys.danish.lang +%%DATADIR%%/language/filesys.english.lang +%%DATADIR%%/language/filesys.finnish.lang +%%DATADIR%%/language/filesys.french.lang +%%DATADIR%%/language/filesys.german.lang +%%DATADIR%%/language/notes.danish.lang +%%DATADIR%%/language/notes.english.lang +%%DATADIR%%/language/notes.finnish.lang +%%DATADIR%%/language/notes.french.lang +%%DATADIR%%/language/notes.german.lang +%%DATADIR%%/language/transfer.danish.lang +%%DATADIR%%/language/transfer.english.lang +%%DATADIR%%/language/transfer.finnish.lang +%%DATADIR%%/language/transfer.french.lang +%%DATADIR%%/language/transfer.german.lang +%%DATADIR%%/language/wire.danish.lang +%%DATADIR%%/language/wire.english.lang +%%DATADIR%%/language/wire.finnish.lang +%%DATADIR%%/language/wire.french.lang +%%DATADIR%%/language/wire.german.lang +%%DATADIR%%/scripts/CONTENTS +%%DATADIR%%/scripts/action.fix.tcl +%%DATADIR%%/scripts/alltools.tcl +%%DATADIR%%/scripts/autobotchk +%%DATADIR%%/scripts/botchk +%%DATADIR%%/scripts/cmd_resolve.tcl +%%DATADIR%%/scripts/compat.tcl +%%DATADIR%%/scripts/dccwhois.tcl +%%DATADIR%%/scripts/getops.tcl +%%DATADIR%%/scripts/help/cmd_resolve.help +%%DATADIR%%/scripts/help/msg/userinfo.help +%%DATADIR%%/scripts/help/userinfo.help +%%DATADIR%%/scripts/klined.tcl +%%DATADIR%%/scripts/notes2.tcl +%%DATADIR%%/scripts/ques5.tcl +%%DATADIR%%/scripts/quotepass.tcl +%%DATADIR%%/scripts/quotepong.tcl +%%DATADIR%%/scripts/sentinel.tcl +%%DATADIR%%/scripts/userinfo.tcl +%%DATADIR%%/scripts/weed +%%DATADIR%%/text/banner +%%DATADIR%%/text/motd Property changes on: head/irc/eggdrop16/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/pkg-descr =================================================================== --- head/irc/eggdrop16/pkg-descr (nonexistent) +++ head/irc/eggdrop16/pkg-descr (revision 518348) @@ -0,0 +1,7 @@ +Eggdrop is the world's most popular open source Internet Relay Chat (IRC) bot. +Originally created by Robey Pointer in December 1993, it has spawned an almost +cult like following of users. It is a feature rich program designed to be +easily used and expanded upon (using Tcl scripting) by both novice and +advanced IRC users on a variety of hardware and software platforms. + +WWW: http://www.eggheads.org/ Property changes on: head/irc/eggdrop16/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/eggdrop16/distinfo =================================================================== --- head/irc/eggdrop16/distinfo (nonexistent) +++ head/irc/eggdrop16/distinfo (revision 518348) @@ -0,0 +1,2 @@ +SHA256 (eggdrop1.6.21.tar.bz2) = 75bd5573a609eac3940c0b6ca8251c3f38ea5d54b520e1cad93c650b4bc21754 +SIZE (eggdrop1.6.21.tar.bz2) = 999211 Property changes on: head/irc/eggdrop16/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/gseen.mod/Makefile =================================================================== --- head/irc/gseen.mod/Makefile (revision 518347) +++ head/irc/gseen.mod/Makefile (revision 518348) @@ -1,56 +1,56 @@ # Created by: Gerrit Beine () # $FreeBSD$ PORTNAME= gseen.mod PORTVERSION= 1.1.1.p3 PORTREVISION= 5 CATEGORIES= irc MASTER_SITES= http://www.kreativrauschen.de/gseen.mod/ DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/dev/} MAINTAINER= ports@FreeBSD.org COMMENT= Seen-module for the eggdrop IRC bot LICENSE= GPLv2+ -EXTRACT_DEPENDS=${NONEXISTENT}:irc/eggdrop:extract -BUILD_DEPENDS= eggdrop:irc/eggdrop -RUN_DEPENDS= eggdrop:irc/eggdrop +EXTRACT_DEPENDS=${NONEXISTENT}:irc/eggdrop16:extract +BUILD_DEPENDS= eggdrop:irc/eggdrop16 +RUN_DEPENDS= eggdrop:irc/eggdrop16 USES= tcl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \ --with-tclinc=${TCL_INCLUDEDIR}/tcl.h WRKSRC= ${WRKDIR}/eggdrop LLD_UNSAFE= yes MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message do-extract: @${RM} -r ${WRKDIR} @${MKDIR} ${WRKDIR} - @${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop -V WRKSRC) ${WRKSRC} + @${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop16 -V WRKSRC) ${WRKSRC} cd ${WRKSRC}/src/mod && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} post-extract: @${REINPLACE_CMD} -e 's|"-g -O2"|"${CFLAGS}"|' \ -e 's|"-g"|"${CFLAGS}"|' \ -e 's|"-O2"|"${CFLAGS}"|' \ ${WRKSRC}/configure pre-configure: @${ECHO_CMD} gseen.mod >> ${WRKSRC}/.modules @${ECHO_CMD} gseen.mod >> ${WRKSRC}/.known_modules do-install: @${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/eggdrop \ ${STAGEDIR}${LOCALBASE}/share/eggdrop/language ${INSTALL_PROGRAM} ${WRKSRC}/gseen.so \ ${STAGEDIR}${LOCALBASE}/lib/eggdrop ${INSTALL_DATA} ${WRKSRC}/src/mod/gseen.mod/*lang \ ${STAGEDIR}${LOCALBASE}/share/eggdrop/language ${INSTALL_DATA} ${WRKSRC}/src/mod/gseen.mod/gseen.conf \ ${STAGEDIR}${PREFIX}/etc .include