Port details |
- eggdrop Popular Internet Relay Chat (IRC) bot
- 1.9.2 irc
=26 1.9.1Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2003-06-11 05:33:36
- Last Update: 2022-03-19 23:12:44
- Commit Hash: 70eff52
- People watching this port, also watch:: unzip, wget, expat, curl, libiconv
- License: GPLv2
- Description:
- 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/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/irc/eggdrop/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/eggdrop
- pkg install eggdrop
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: eggdrop
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1647728674
SHA256 (eggheads-eggdrop-v1.9.2_GH0.tar.gz) = 90c650520ac8e603141a8dcd31223adba21c9452a8ee84122f4f16e167856bf5
SIZE (eggheads-eggdrop-v1.9.2_GH0.tar.gz) = 2282741
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for eggdrop-1.9.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- irc_eggdrop
- USES:
- tcl ssl
- pkg-message:
- For install:
- This Port of Eggdrop differs from a normal eggdrop installation, because
it does respect hier(7). That means your eggdrop.conf goes to
/usr/local/etc/eggdrop.conf and .chan, .notes, .user files go to
/usr/local/share/eggdrop. Modules will go to /usr/local/lib/eggdrop and
documentation can be found in /usr/local/share/doc/eggdrop, scripts go
to /usr/local/share/eggdrop/scripts.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Mar 2022 23:12:44 1.9.2
|
Danilo G. Baio (dbaio)  |
irc/eggdrop: Update to 1.9.2
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.2/NEWS |
01 Jun 2021 23:22:10 1.9.1
|
Danilo G. Baio (dbaio)  |
irc/eggdrop: Update to 1.9.1
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.1/NEWS |
06 Apr 2021 23:42:04 1.9.0
|
Danilo G. Baio (dbaio)  |
irc/eggdrop: Update to 1.9.0
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.0/NEWS |
06 Apr 2021 14:31:07 1.8.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2020 13:43:31
1.8.4
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
07 Mar 2020 19:00:47
1.8.4
|
dbaio  |
irc/eggdrop[-devel]: Update conflicts
eggdrop16 was removed from tree |
04 Jan 2020 19:29:51
1.8.4
|
dbaio  |
irc/eggdrop[-devel]: Fix build with ssl other than base
PR: 242988
Submitted by: wcarson.bugzilla@disillusion.net |
24 Nov 2019 18:57:21
1.8.4
|
dbaio  |
irc/eggdrop: Update to 1.8.4
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS |
23 Oct 2019 22:54:20
1.6.21_1
|
dbaio  |
irc/eggdrop[-devel]: Take MAINTAINER'ship |
21 Oct 2019 21:57:15
1.6.21_1
|
bdrewery  |
Drop maintainership |
13 Aug 2019 22:22:35
1.6.21_1
|
mat  |
Convert to UCL & cleanup pkg-message (categories h-k) |
12 Jun 2019 15:37:02
1.6.21_1
|
gahr  |
irc/eggdrop: remove meaningless 85+ from USES tcl |
29 Mar 2018 15:02:05
1.6.21_1
|
emaste  |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
29 Mar 2018 11:01:53
1.6.21_1
|
krion  |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226977
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
01 Dec 2016 11:18:04
1.6.21_1
|
mat  |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
26 Aug 2015 19:37:58
1.6.21_1
|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
27 Oct 2014 13:00:22
1.6.21_1
|
bapt  |
Cleanup plist |
08 Jun 2014 19:51:28
1.6.21_1
|
olgeni  |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
20 Feb 2014 09:47:01
1.6.21_1
|
gahr  |
- Convert to USES=tcl
- STAGE-clean |
13 Jan 2014 21:40:35
1.6.21_1
|
bdrewery  |
Take maintainership |
10 Jan 2014 03:14:45
1.6.21_1
|
tabthorpe  |
- Reassign to the heap due to mail bounces |
20 Sep 2013 18:44:50
1.6.21_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
15 May 2013 09:42:00
1.6.21_1
|
gahr  |
- Fix build with Tcl/Tk 8.6
Reported by: miwi (Tcl/Tk 86 exp-run)
Approved by: portmgr |
25 Feb 2013 21:21:37
1.6.21_1
|
beech  |
-Fix build with clang
- Shorten Makefile header
PR: ports/175746
Submitted by: Bryan Drewery <bdrewery@FreeBSD.org> |
14 Jun 2012 21:27:38
1.6.21
|
beech  |
- Update to 1.6.21
- Note: The ssl patch has been removed and no longer supported upstream.
The new eggdrop-devel is experimental, but has ssl support.
PR: ports/169054
Submitted by: James Wade <james.wade@phurix.co.uk> |
13 Nov 2011 17:33:47
1.6.20_1
|
crees  |
Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR: ports/162136
Submitted by: 4720@hushmail.com
Approved by: [no rejections from any maintainer within 14 days]
Feature safe: yes |
06 Oct 2011 17:54:31
1.6.20_1
|
beech  |
- Add upstream patch to address segfault issue with tcl-8.6
- Bump portrevision |
28 Jun 2011 00:48:30
1.6.20
|
beech  |
- Change IGNORE to BROKEN
Submitted by: linimon |
27 Jun 2011 19:39:25
1.6.20
|
beech  |
- Mark IGNORE if WITH_SSL is defined, and the system is amd64
PR: ports/158338
Submitted by: Glen Barber <gjb@FreeBSD.org> |
19 Feb 2011 15:14:08
1.6.20
|
miwi  |
- Fix build
- Remove 0 byte patches
Reported by: sperber @irc.unixfreunde.de #fbsd-mentors
Pointy hat to: beech@ |
17 Feb 2011 01:56:59
1.6.20
|
beech  |
Update to 1.6.20
PR: ports/153752
Submitted by: Kristian Kraemmer Nielsen (jkkn@blackbird.jkkn.net)
Approved by: itetcu (mentor)(implicit) |
04 Dec 2010 03:25:02
1.6.19_2
|
beech  |
Take maintainership.
Approved by: itetcu (mentor) (implicit) |
15 Dec 2009 19:22:48 1.6.19_2
|
linimon  |
Reset maintainer at his request.
PR: ports/141647 |
04 Dec 2009 02:38:52
1.6.19_2
|
linimon  |
Reinstate maintainer at his request. |
26 Nov 2009 00:36:49
1.6.19_2
|
linimon  |
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer |
19 Nov 2009 22:07:43
1.6.19_2
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
19 Sep 2009 04:19:56
1.6.19_2
|
wxs  |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes |
28 Aug 2009 16:52:33
1.6.19_2
|
linimon  |
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr |
07 Jul 2009 06:48:54
1.6.19_2
|
mm  |
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ |
30 May 2009 20:57:42
1.6.19_2
|
miwi  |
- Fix CVE-2009-1789
PR: 134748
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer implicit
Security:
http://www.freebsd.org/ports/portaudit/399f4cd7-4d59-11de-8811-0030843d3802.html |
23 Feb 2009 14:46:38
1.6.19 
|
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
22 Apr 2008 01:43:30
1.6.19 
|
beech  |
- Update to 1.6.19 |
02 Apr 2008 01:55:36
1.6.18_1 
|
beech  |
- Fix compile with Tcl versions other than 8.4
- Bump portrevision
PR: ports/122354
Submitted by: Frank Fenor <frank@fenor.de> |
15 Jun 2007 09:37:13
1.6.18 
|
beech  |
- Add master_sites mirrors.
- Change maintainer address.
Approved by: sat (mentor) |
09 Jan 2007 22:49:59
1.6.18 
|
miwi  |
- Added Options
- Fixed Makefile
- Pass maintainership to submitter
PR: ports/107687
Submitted by: Beech Rintoul <beech@alaskaparadise.com> |
05 Aug 2006 13:42:19
1.6.18 
|
miwi  |
- Update to 1.6.18
PR: ports/101194
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
Approved by: krion (mentor) |
29 May 2006 20:45:48
1.6.17 
|
pav  |
- Drop maintainership
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> |
22 Jan 2006 12:38:15
1.6.17 
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:15:53
1.6.17 
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
13 May 2005 20:17:27
1.6.17 
|
thierry  |
Change maintainer address.
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net> |
12 Apr 2005 03:26:57
1.6.17 
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.6.17 
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
12 Oct 2004 07:10:31
1.6.17 
|
linimon  |
Update to 1.6.17; IPv6 support has been removed from eggdrop.
PR: ports/71423
Submitted by: Ulrich Spoerlein <q at uni dot de> (maintainer) |
26 May 2004 22:10:40
1.6.15_4 
|
pav  |
- Integrate SSL patch (turned off by default)
- Cleanup
PR: ports/63767
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) |
18 Mar 2004 18:01:13
1.6.15_3 
|
trevor  |
Add size data, approved by maintainers. |
19 Feb 2004 09:00:55
1.6.15_3 
|
krion  |
- Fix DEPENDS
PR: ports/63033
Submitted by: maintainer |
18 Nov 2003 21:49:35
1.6.15_2 
|
pav  |
- Restore patch that was incorrectly removed in update to 1.6.15
PR: ports/59434
Submitted by: maintainer
Approved by: marcus (backup mentor) |
18 Oct 2003 21:59:59
1.6.15_1 
|
kris  |
o Install documentation in the right place [1]
o Install more documentation [2]
o Introduce WITH_IPV6 [3]
o Use TCL 8.4
o Use DOCSDIR and DATADIR where appropriate
o Bump PORTREVISION
Submitted by: maintainer
Obtained from: NetBSD [1],[2],[3] |
26 Jul 2003 17:59:12
1.6.15 
|
netchild  |
Fix logic for conditional TCL support.
Submitted by: maintainer |
26 Jun 2003 10:49:45
1.6.15 
|
erwin  |
Of course, cat knows nothing about make variables (What was I thinking?)
- Make pkg-message less ugly (pointed out by Yonatan Bokovza
<Yonatan@xpert.com>)
PR: 53756
Submitted by: maintainer |
11 Jun 2003 05:44:25
1.6.15 
|
foxfair  |
Update eggdrop to v1.6.15 |
11 Jun 2003 05:32:50
1.6.13 
|
foxfair  |
Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot.
PR: 47296
Submitted by: Ulrich Spoerlein <q@uni.de>
Update to the latest version 1.6.15 will followup immediately. |