aboutsummaryrefslogtreecommitdiff
path: root/irc/unreal
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-011-4/+4
| | | | | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559890
* irc/unreal: fix build on recent currentTobias C. Berner2020-08-271-0/+3
| | | | Notes: svn path=/head/; revision=546364
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
| | | | Notes: svn path=/head/; revision=517643
* Drop the ipv6 virtual category for i* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514138
* I no longer use those, give them back.Mathieu Arnold2018-03-261-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=465596
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* Use @sampleBaptiste Daroussin2016-12-221-48/+16
| | | | Notes: svn path=/head/; revision=429199
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+2
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Update to 3.2.10.7Mathieu Arnold2016-09-0512-68/+66
| | | | | | | | Changes: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588 Sponsored by: Absolight Notes: svn path=/head/; revision=421368
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Fix startup.Mathieu Arnold2015-10-272-2/+14
| | | | | | | | | | | Don't install as root:wheel/0700. PR: 204021 Submitted by: loox e-shell net Sponsored by: Absolight Notes: svn path=/head/; revision=400241
* Update irc/unreal to 3.2.10.5Mark Felder2015-08-185-49/+4
| | | | | | | | | This release fixes a SASL Denial of Service issue Security: 0ecc1f55-45d0-11e5-adde-14dae9d210b8 Notes: svn path=/head/; revision=394632
* Make it build with LibreSSL. [1]Mathieu Arnold2015-03-315-2/+105
| | | | | | | | | | | While there, catch up with new options behaviors. PR: 198491 [1] Submitted by: Bernard Spil [1] Sponsored by: Absolight Notes: svn path=/head/; revision=382826
* Add CPE.Mathieu Arnold2015-03-181-1/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381551
* Cleanup @dirrm* from my ports.Mathieu Arnold2014-10-021-8/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369839
* dns/c-ares:Tijl Coosemans2014-08-281-1/+1
| | | | | | | | | | | - Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366389
* Enable SSL by default.Mathieu Arnold2014-08-271-1/+2
| | | | | | | | | PR: 193010 Submitted by: dumbbell Sponsored by: Absolight Notes: svn path=/head/; revision=366303
* Update to 3.2.10.4.Mathieu Arnold2014-08-014-43/+3
| | | | | | | | | PR: 192255 Submitted by: Ryan Frederick Sponsored by: Absolight Notes: svn path=/head/; revision=363695
* Update to 3.2.10.3Mathieu Arnold2014-06-092-4/+3
| | | | | | | | PR: 190570 Sponsored by: Absolight Notes: svn path=/head/; revision=357148
* - Fix runtime when built with clang [1] [2]Mathieu Arnold2014-05-2711-136/+117
| | | | | | | | | | | | | | | | - Support stage [3] - Switch to options helpers - Update patches, and rename them to follow makepatch naming maintainer timeout [1] [2] [3] -> take over maintainership PR: ports/184150 [1], ports/187117 [2], ports/189615 [3] Submitted by: Ryan Frederick [1], Jean-Sébastien Pédron [2], Ryan Frederick [3] Sponsored by: Absolight Notes: svn path=/head/; revision=355584
* Update to 3.2.10.2.Raphael Kubo da Costa2014-01-062-3/+3
| | | | | | | | | | | | | | | | | | | | ==[ .2 RELEASE ]== The following major issues were present in 3.2.10 & 3.2.10.1 and have been fixed in this version: - A remote crash issue when compiled with SSL (NULL pointer dereference) - A second issue that can potentially lead to a crash (read-after-free) In addition to these 3.2.10.x fixes there were also some other bugs fixed, mostly in the area of server linking and flood hardening. The external libraries of the Windows version have been updated (openssl, c-ares, zlib). The bundled c-ares source (for *NIX) has been updated too. PR: ports/185249 Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer) Notes: svn path=/head/; revision=338950
* - Fix build with REMOTE [1]Bryan Drewery2013-11-041-0/+3
| | | | | | | | | | - Add missing dependency on pkgconfig PR: ports/183587 [1] Submitted by: JR Aquino <tanawts@gmail.com> (maintainer) [1] Notes: svn path=/head/; revision=332656
* - patch-makenet wasn't deleted last commitMark Felder2013-10-022-19/+2
| | | | | | | | | - update LIB_DEPENDS syntax Approved by: crees (mentor) Notes: svn path=/head/; revision=329044
* - Update to 3.2.10.1Mark Felder2013-09-275-135/+105
| | | | | | | | | | | - rc script cleanup PR: ports/177506 Submitted by: JR Aquino <tanawts@gmail.com> Approved by: crees (mentor) Notes: svn path=/head/; revision=328510
* 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
* Typo.Mathieu Arnold2013-07-291-1/+1
| | | | | | | | | PR: ports/180488 Submitted by: mat Approved by: maintainer timeout Notes: svn path=/head/; revision=323881
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Bump PORTREVISION after dns/c-ares updateRyan Steinmetz2013-05-151-2/+3
| | | | Notes: svn path=/head/; revision=318254
* Convert left unconverted ports in irc to new options frameworkBaptiste Daroussin2013-03-261-23/+19
| | | | Notes: svn path=/head/; revision=315287
* Patch to add chown modify at the end of the install. This will correctly assignCarlo Strub2012-10-071-0/+3
| | | | | | | | | | | the owner of the config, log, and run directories for the owner specified by the port (by default this is ircd:ircd) PR: ports/172184 Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer) Notes: svn path=/head/; revision=305474
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Unbreak build WITHOUT_IPV6Michael Scheidell2012-04-051-1/+1
| | | | | | | | | | PR: ports/166370 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Approved by: JR Aquino <tanawts@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=294223
* 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 to 3.2.9Chris Rees2011-12-286-26/+41
| | | | | | | | PR: ports/162928 Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer) Notes: svn path=/head/; revision=288165
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Add ability to run as ircd user/groupRyan Steinmetz2011-07-252-4/+22
| | | | | | | | | | | | | Pass maintainership to submitter Pacify portlint(1) Add LICENSE PR: ports/155143 Submitted by: Jr Aquino <tanawts@gmail.com> Approved by: wxs (mentor) Notes: svn path=/head/; revision=278277
* Reassign maintainership to submitter of ports/155143 due to maintainerMark Linimon2011-07-091-1/+1
| | | | | | | | | inactivity. Hat: portmgr Notes: svn path=/head/; revision=277415
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* 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
* - Fix buildMartin Wilke2009-08-222-1/+11
| | | | | | | | PR: 137993 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=240134
* - Update to 3.2.8.1Martin Wilke2009-08-1811-192/+35
| | | | | | | | PR: 137923 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=239890
* Fix the crash with c-ares-1.6.0.Peter Pentchev2009-06-232-1/+105
| | | | | | | | | Reported by: several Submitted by: Ilya Andreev <admin@aivus.name> Timeout: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=236511
* Well, yeah, leave it to me to test an update and all dependent ports,Peter Pentchev2009-06-151-2/+2
| | | | | | | | | | | | notify maintainers, wait for a couple of days, and then only commit the update itself, leaving the dependent ports un-updated :( Bump the shared lib dependency on ports touched by the c-ares update. Pointy hat to: roam (myself) Notes: svn path=/head/; revision=235857
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 3.2.7Martin Wilke2007-09-104-13/+9
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=199297