aboutsummaryrefslogtreecommitdiff
path: root/irc/charybdis
Commit message (Collapse)AuthorAgeFilesLines
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=473699
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439778
* - update from 3.4.2 to 3.5.3Mikhail Pchelin2016-12-1510-139/+133
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=428605
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* - Clarify LICENSEDmitry Marakasov2016-03-121-14/+11
| | | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Switch to USES=tar:tbz2 - Pet portlint Approved by: portmgr blanket Notes: svn path=/head/; revision=410888
* irc/charybdis: Remove RAND_egdBernard Spil2015-12-241-0/+74
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=404377
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-205-152/+150
| | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=384380
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Cleanup plistBaptiste Daroussin2014-10-271-13/+3
| | | | Notes: svn path=/head/; revision=371570
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-042-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360570
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Fix plist to have proper 'rmdir DIR' ordering.Bryan Drewery2014-04-212-3/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=351663
* Remove trailing whitespaces from category ircEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345413
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* Stage ports maintained by me in irc java mailChris Rees2013-12-293-24/+20
| | | | | | | Cleanups in several places Notes: svn path=/head/; revision=338013
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=314640
* Modify default directory for ban.db; charybdis now works "out of the box",Chris Rees2013-01-024-16/+27
| | | | | | | | | without breaking installs already configured. Fix installation of libratbox.pc Notes: svn path=/head/; revision=309821
* Update to 3.4.2Chris Rees2013-01-025-28/+25
| | | | | | | | | This contains a security fix, all admins are advised to upgrade. Security: http://www.ratbox.org/ASA-2012-12-31.txt Notes: svn path=/head/; revision=309812
* Add the documentation for IRC operatorsChris Rees2012-07-202-1/+17
| | | | Notes: svn path=/head/; revision=301219
* Register missed CONFLICTS itemsChris Rees2012-06-031-5/+5
| | | | | | | Noticed by: ketas (IRC) Notes: svn path=/head/; revision=298103
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Update maintainer addressChris Rees2011-06-171-1/+1
| | | | | | | Approved by: rene (mentor) Notes: svn path=/head/; revision=275712
* A powerful IRC daemon, based on ircd-ratbox. Utilized on networks such asMartin Wilke2011-03-176-0/+411
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> Notes: svn path=/head/; revision=271132