Port details |
- charybdis Powerful IRC daemon, based on ircd-ratbox
- 3.5.3 irc
=0 3.5.3Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: crees@FreeBSD.org
- Port Added: 2011-03-17 15:54:49
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- Also Listed In: net
- License: GPLv2+
- WWW:
- http://www.atheme.org/project/charybdis
- Description:
- A powerful IRC daemon, based on ircd-ratbox. Utilized on networks such as
StaticBox and SorceryNet. A variant of charybdis has currently been deployed
on Freenode.
WWW: http://www.atheme.org/project/charybdis
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- charybdis>0:irc/charybdis
- Conflicts:
- CONFLICTS:
- ircd-ratbox-[0-9]*
- ircd-ratbox-devel-[0-9]*
- nefarious-[0-9]*
- ircd-hybrid-[0-9]*
- ptlink-ircd-[0-9]*
- bnc-[0-9]*
- whois-[0-9]*
- undernet-ircu-[0-9]*
- ru-ircd-hybrid-[0-9]*
- No installation instructions:
- This port has been deleted.
- PKGNAME: charybdis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1481632793
SHA256 (charybdis-3.5.3.tar.bz2) = 9fb928524acbadeabedef56b0b6446c2d6de365382e256f5c21170c75390e16b
SIZE (charybdis-3.5.3.tar.bz2) = 1555846
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- libtool pathfix ssl tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.3 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
3.5.3 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
3.5.3 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
3.5.3 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
3.5.3 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.5.3 30 Apr 2017 00:44:33 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
3.5.3 15 Dec 2016 08:59:20 |
misha |
- update from 3.4.2 to 3.5.3
- use of official master site
- remove 'expect' from CONFLICTS
- remove DOCS option
- binaries are stripped by default
- help files are linked relatively
Approved by: crees (maintainer), jpaetzel (mentor) |
3.4.2_6 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
3.4.2_6 12 Mar 2016 14:13:34 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Switch to USES=tar:tbz2
- Pet portlint
Approved by: portmgr blanket |
3.4.2_6 24 Dec 2015 17:00:54 |
brnrd |
irc/charybdis: Remove RAND_egd
- Add patch to remove RAND_egd from v3.5 RC
PR: 198504
Reviewed by: crees (maintainer), koobs (mentor)
Approved by: crees (maintainer), koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D4694 |
3.4.2_6 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
3.4.2_5 20 Apr 2015 19:06:30 |
tijl |
- Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to
PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
they aren't affected by this change (for now at least). This commit is
meant to ensure that new ports don't make the same mistake.
- games/acm: the configure script in this port is very old; instead of
patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
changed the behaviour of the configure script; adjust the port to this.
PR: 199506
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.4.2_4 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
3.4.2_3 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
3.4.2_3 04 Jul 2014 08:30:35 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
3.4.2_2 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
3.4.2_2 21 Apr 2014 01:14:54 |
bdrewery |
- Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
incorrectly advise in the check-stagedir.sh script, fixed in
r351587
With hat: portmgr |
3.4.2_1 21 Feb 2014 13:37:29 |
ehaupt |
Remove trailing whitespaces from category irc |
3.4.2_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
29 Dec 2013 15:46:13
|
crees |
Stage ports maintained by me in irc java mail
Cleanups in several places |
3.4.2_1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
3.4.2_1 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
3.4.2_1 02 Jan 2013 15:27:48 |
crees |
Modify default directory for ban.db; charybdis now works "out of the box",
without breaking installs already configured.
Fix installation of libratbox.pc |
3.4.2 02 Jan 2013 12:23:17 |
crees |
Update to 3.4.2
This contains a security fix, all admins are advised to upgrade.
Security: http://www.ratbox.org/ASA-2012-12-31.txt |
3.3.0_1 20 Jul 2012 08:28:33 |
crees |
Add the documentation for IRC operators |
3.3.0 03 Jun 2012 16:18:00 |
crees |
Register missed CONFLICTS items
Noticed by: ketas (IRC) |
3.3.0 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.3.0 17 Jun 2011 06:46:07 |
crees |
- Update maintainer address
Approved by: rene (mentor) |
3.3.0 17 Mar 2011 15:54:29 |
miwi |
A powerful IRC daemon, based on ircd-ratbox. Utilized on networks such as
StaticBox and SorceryNet. A variant of charybdis has currently been deployed
on Freenode.
WWW: http://www.atheme.org/project/charybdis
PR: ports/155316
Submitted by: Chris Rees <utisoft at gmail.com> |