aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* - Update to 3.0.10Ryan Steinmetz2017-01-094-44/+4
| | | | | | | | | PR: 215841 Submitted by: zi@ (me) Approved by: moggie@elasticmind.net (maintainer) Notes: svn path=/head/; revision=430904
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closelyAlexey Dokuchaev2016-11-141-2/+0
| | | | | | | | | matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage Notes: svn path=/head/; revision=426080
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+1
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* - Mark broken on 9.x:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | | Unknown modifier 'U' Syntax error: Unterminated quoted string Approved by: portmgr blanket Notes: svn path=/head/; revision=424412
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* irc/ircd-ratbox: Use GCC for i386Mark Felder2016-03-181-1/+5
| | | | | | | | | When built with Clang on i386 ratbox segfaults at startup. PR: 207268 Notes: svn path=/head/; revision=411355
* irc/ircd-ratbox: Fix build failure with SHORTCUTS enabledBernard Spil2016-03-061-1/+1
| | | | | | | | | | | | - bsd.port.options.mk must be included before targets are defined Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5479 MFH: 2016Q1 Notes: svn path=/head/; revision=410482
* irc/ircd-ratbox: Fix OpenSSL linking and simplifyBernard Spil2016-02-155-163/+39
| | | | | | | | | | | | | | | | - Fix linking with ports' ssl libs - Fix `contrib` build (used base openssl headers) - Re-work EGD detection - Use options helpers - Simplify REINPLACE with :U defaults PR: 195796 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5286 Notes: svn path=/head/; revision=408952
* Unbreak INDEXAntoine Brodin2016-01-101-1/+1
| | | | Notes: svn path=/head/; revision=405728
* Convert g* and i* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+1
| | | | Notes: svn path=/head/; revision=405724
* - Move owner/permission to plist, fixing installation from non-root and ↵Dmitry Marakasov2015-10-233-50/+13
| | | | | | | | | | | simplifying the port PR: 203564 Submitted by: amdmi3 Approved by: maintainer timeout (moggie@elasticmind.net, 2 weeks) Notes: svn path=/head/; revision=400037
* 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
* Support building with LibreSSLMark Felder2015-05-015-13/+97
| | | | | | | | | | | | | | Fully strip binaries unless DEBUG enabled Create /var dirs in rc script start_precmd instead of in package Make rc script pass rclint Upstream has accepted the LibreSSL patches but their releases are far apart, so patching in ports tree for now. PR: 198506 Notes: svn path=/head/; revision=385077
* - Add CPE infoDmitry Marakasov2015-04-241-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384689
* Move USE_OPENSSL to the correct place and remove a spurious ↵Antoine Brodin2015-01-281-2/+1
| | | | | | | WITH_OPENSSL_BASE=yes Notes: svn path=/head/; revision=378050
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Cleanup plistBaptiste Daroussin2014-10-271-13/+0
| | | | Notes: svn path=/head/; revision=371570
* OptionsNG conversion brokes few options makingRodrigo Osorio2014-09-201-2/+10
| | | | | | | | | | | | them available by default. Also added MAKE_JOBS_UNSAFE to avoid intermittent build failures. PR: ports/181481 Submitted by: John Marshall <John.Marshall@riverwillow.com.au> Approved by: bapt (mentor) Notes: svn path=/head/; revision=368658
* Drop now useless @cwdBaptiste Daroussin2014-09-021-1/+0
| | | | Notes: svn path=/head/; revision=367091
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-0/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* Add a forgotten patchBaptiste Daroussin2014-07-011-0/+13
| | | | Notes: svn path=/head/; revision=360116
* Support stageBaptiste Daroussin2014-07-012-44/+23
| | | | | | | | Partially strip binaries Convert to USES=libtool Notes: svn path=/head/; revision=360115
* Update WWW; the old domain is now controlled by squatters.Shaun Amott2013-10-271-1/+1
| | | | | | | | Submitted by: Michael Clay Approved by: moggie <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=331770
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327418
* Really update to 3.0.8 this time. It appears that the first hunk of the patchChris Rees2013-01-042-9/+4
| | | | | | | | | | | | | | caused a conflict that wasn't resolved. PR: ports/174878 Submitted by: Moggie <moggie@elasticmind.net> (maintainer) Submitted by: Gasol Wu <gasol.wu@gmail.com> Submitted by: Chris Petrik Submitted by: sbz Pointyhat to: crees Notes: svn path=/head/; revision=309927
* Security update to 3.0.8, to fix a remote DoS crashChris Rees2013-01-023-43/+47
| | | | | | | | | | | Admins are advised to upgrade immediately. PR: ports/174878 Submitted by: moggie <moggie@elasticmind.net> (maintainer) Security: http://www.ratbox.org/ASA-2012-12-31.txt Notes: svn path=/head/; revision=309810
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Remove ftp.parodius.com from MASTER_SITES due to its forthcomingJase Thew2012-07-071-1/+0
| | | | | | | | | | | closure. We thank Parodius for the hosting services they provided. PR: ports/169570 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Approved by: culot (mentor) Notes: svn path=/head/; revision=300607
* Register CONFLICTS with charybdis; both install files in same placeChris Rees2012-05-111-1/+1
| | | | | | | | PR: ports/167556 Approved by: maintainer (moggie@elasticmind.net) Notes: svn path=/head/; revision=296447
* - Major release update to 3.0.7. Read /usr/ports/UPDATINGMichael Scheidell2012-04-1518-300/+319
| | | | | | | | | PR: ports/166931 Submitted by: moggie <moggie@elasticmind.net> (maintainer) Reviewed by: scheidell (me) Notes: svn path=/head/; revision=294844
* 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 MASTER_SITESChris Rees2011-12-191-4/+2
| | | | | | | | | PR: ports/163433 Submitted by: crees Approved by: maintainer Notes: svn path=/head/; revision=287661
* Use USERS and GROUPSChris Rees2011-07-052-86/+7
| | | | | | | | PR: ports/157611 Approved by: rene (mentor, implicit), Moggie (maintainer) Notes: svn path=/head/; revision=277128
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 2.2.9Martin Wilke2010-01-282-9/+10
| | | | | | | | | | PR: 143242 Submitted by: moggie <moggie@elasticmind.net> (maintainer) With hat: secteam Feature safe: http://www.vuxml.org/freebsd/192609c8-0c51-11df-82a0-00248c9b4be7.html Notes: svn path=/head/; revision=248768
* - In order to modify ban files such as kline.conf and xline.conf,Beech Rintoul2009-01-281-3/+4
| | | | | | | | | | | | | | ircd-ratbox 2.2.x needs write permissions to the directory containing these files so it can manipulate their temporary counterparts during the update process. To facilitate this, and to save the user from having to make this change themselves, the '/usr/local/etc/ircd-ratbox/' directory is now set to be owned by the IRCD user instead of root. PR: ports/131060 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=227027
* - Add missing fileBeech Rintoul2008-01-191-0/+11
| | | | | | | | | PR: ports/119784 Submitted by: Lewis <moggie@elasticmind.net> Approved by: linimon (mentor) Notes: svn path=/head/; revision=205820
* - Update of irc/ircd-ratbox port from ircd-ratbox-2.2.6 to ircd-ratbox-2.2.8 ↵Beech Rintoul2008-01-195-13/+72
| | | | | | | | | | | | | | | | | to fix a few very minor bugs. - Included ircd-shortcut.pl in ircd-ratbox tarball. - Added port support for configuring services names and parameters within the ircd-shortcut.pl build script (requested by ratbox users and makes things a bit nicer). - Fixed a pkg-plist inconsistency when compiling old port and building with support for services. - Added perl5 build requirement for ircd-shortcut.pl. PR: ports/119784 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205819
* - Makefile cleanupMartin Wilke2007-10-273-9/+27
| | | | | | | | | | - Improve config handling. PR: 117548 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=202188
* Remove errornous -devel from ircd-ratbox.Edwin Groothuis2007-09-281-1/+0
| | | | | | | | | | | | | | | | | Sync ircd-ratbox to ircd-ratbox-devel. Pointy hat to: edwin@ PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Security: Notes: svn path=/head/; revision=200292