summaryrefslogtreecommitdiff
path: root/net-im/ejabberd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net-im/ejabberd: Update to 21.12Ashish SHUKLA2021-12-101-12/+7
|
* net-im/ejabberd: Fix for lang/erlang update to 24.xAshish SHUKLA2021-10-121-0/+46
| | | | | | | | | While here, also add the SQL files for other RDBMS supported by ejabberd PR: 259067 Reported by: Marko Cupać <marko dot cupac at mimar dot rs> MFH: 2021Q4
* net-im/ejabberd: Unbreak buildAshish SHUKLA2021-07-291-0/+0
| | | | | | | - Rename eredis patch file to be extra, and apply it only when REDIS option is set Reported by: otis
* net-im/ejabberd: Update to 21.07Ashish SHUKLA2021-07-283-11/+21
| | | | - Add a patch to bump version in a mistagged dependency
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 20.07Ashish SHUKLA2020-08-021-5/+5
|
* - Add patch to fix build error on i386 architecture:Ashish SHUKLA2020-04-101-0/+28
| | | | | | | | | | | | | | | | | Compiling c_src/double-conversion/strtod.cc c_src/double-conversion/strtod.cc:41:18: error: unused variable 'kMaxExactDoubleIntegerDecimalDigits' [-Werror,-Wunused-const-variable] static const int kMaxExactDoubleIntegerDecimalDigits = 15; ^ c_src/double-conversion/strtod.cc:58:21: error: variable 'exact_powers_of_ten' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration] static const double exact_powers_of_ten[] = { ^ c_src/double-conversion/strtod.cc:84:18: error: unused variable 'kExactPowersOfTenSize' [-Werror,-Wunused-const-variable] static const int kExactPowersOfTenSize = ARRAY_SIZE(exact_powers_of_ten); ^ Thanks to jrm@ for help with testing Reported by: pkg-fallout
* - Update to 20.01Ashish SHUKLA2020-02-012-11/+12
|
* Regular pkg-message cleanup.Mathieu Arnold2019-08-271-4/+0
| | | | Pointy hat: dinoex ashish
* - Update to 19.08Ashish SHUKLA2019-08-161-6/+6
| | | | | - Remove RIAK option as support is removed upstream - Add a note to UPDATING for the same
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-6/+6
| | | | (and missed 3 missed files from previous categories.)
* - Update to 19.05Ashish SHUKLA2019-06-111-2/+2
|
* - Update to 19.02Ashish SHUKLA2019-03-041-35/+0
| | | | | - Remove patch for the fix for ejabberd bug# 2744 - Remove option: ICONV
* - Add a patch for the issue 2744Ashish SHUKLA2019-02-152-1/+36
| | | | | - Also revert a patch-configure.ac change from previous commits - Document the change in UPDATING file
* - Update to 18.12.1Ashish SHUKLA2018-12-283-13/+13
| | | | | | | | - Fix portlint warning - Add a message about known build problem via pre-everything target when ejabberd is already installed. [1] PR: 234123
* - Update to 18.04Ashish SHUKLA2018-06-272-3/+14
| | | | | | | | | | - Switch to using Github sources, easier to maintain - Remove dependency on git - Add dependency on autoreconf as we are now using sources from git - Thanks to Bernhard, and reporter for help with testing PR: 228935 Reported by: post at zuglufttier dot de
* - Update to 18.03Ashish SHUKLA2018-04-232-21/+3
| | | | | | | | | - Remove GRAPHICS option, it's now implicitly enabled in this version - Remove the patch corresponding to a dependency removed upstream - Thanks to reporter for help with testing PR: 227386 Reported by: post at zuglufttier dot de
* - Update to 18.01Ashish SHUKLA2018-01-212-9/+1
| | | | - Remove a diff which is already included upstream
* - Update to 17.12Ashish SHUKLA2018-01-032-62/+0
| | | | | - Remove upstream-ed patches - Strip additional binaries
* - Update to 17.11Ashish SHUKLA2017-12-267-19/+98
| | | | | | | | | | - Add a fix from upstream to make it work with LibreSSL[1] - Add a bug fix from upstream w.r.t. ejabberd_pix module - Add a fix for kqueue implementation in 'fs' dependency module - Remove FreeBSD sed workaround PR: 224320 [1] Submitted by: romain [1]
* - Fix CAPTCHA functionalityAshish SHUKLA2017-11-191-0/+1
| | | | Reported by: Martin Meyer <martin.meyer@zuglufttier.de>
* - Update to 17.09Ashish SHUKLA2017-11-173-9/+20
| | | | | | - Add new option GRAPHICS for graphics image manipulation support - Import a fix from upstream commit 88928c0 with some fixes to make it work with FreeBSD sed
* - Update to 17.08Ashish SHUKLA2017-09-241-18/+4
| | | | - Remove the fix added last time, accepted upstream
* - Import diff from ejabberd repository, commitid: d4cdc3aAshish SHUKLA2017-07-151-3/+17
| | | | | | | - Add fix to make ejabberdctl work, when INET_DIST_INTERFACE is defined. Submitted a pull-request upstream. PR: 220627
* - Update to 17.07Ashish SHUKLA2017-07-103-40/+21
| | | | | | | | - Add STUN, and SIP options for STUN/TURN, and SIP support - Remove dependency on shells/bash - Fix pkg-install script for PAM option, missed in previous updates - Add a note to UPDATING about a known issue
* - Update to 17.01Ashish SHUKLA2017-02-141-12/+12
| | | | - Remove commented LOGDB stuff
* - Update to 16.09Ashish SHUKLA2016-10-111-8/+0
| | | | - Add a note about probable crash during startup, to UPDATING file
* - Update to 16.08Ashish SHUKLA2016-09-073-11/+17
| | | | | | | | | | - Update dependencies tarball - Add a diff for riakc to build it with Erlang 19.x - Temporarily disable LOGDB option - Instead of post-patch, switch to pre-configure target for in-place replacements PR: 212410 212328
* - Update to 16.04Ashish SHUKLA2016-06-192-23/+4
| | | | | - Add OPTION for building with mod_logdb patch provided by 3rd party (off by default)
* - Fix LDAP support by re-ordering Erlang library path in ejabberdctlAshish SHUKLA2016-04-011-8/+10
| | | | | | | template diff - Replace /usr/local with %%LOCALBASE%% PR: 208258
* net-im/ejabberd: 15.07 -> 16.02Kurt Jaeger2016-03-116-457/+67
| | | | | | | | | | | Lots of changes: https://blog.process-one.net/ejabberd-16-02-happy-leap-day/ https://blog.process-one.net/ejabberd-16-01/ https://blog.process-one.net/ejabberd-15-11-simpler-cluster-setup/ https://blog.process-one.net/ejabberd-15-10-http-upload-metrics-and-performance/ https://blog.process-one.net/ejabberd-15-09-oauth/ Submitted by: ashish (maintainer)
* It seems some people keep adding $FreeBSD$ to patch files.Mathieu Arnold2015-09-162-20/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* - Fix typo in a patch fileAshish SHUKLA2015-07-261-1/+1
| | | | | Submitted by: Alexey V. Karagodov <kav.karagodov.name@gmail.com> (via private email)
* - Update to 15.06Ashish SHUKLA2015-06-293-94/+324
| | | | | | | | | - Switch to new dependencies tarball - Add OPTIONs for REDIS, SQLITE, and TOOLS - Update diff for dict:dict() stuff in Erlang R17+ - Add diff for Erlang R18 support[1] Submitted by: olgeni[1] (via private mail)
* - Fix permissions on /var/run/ejabberdctl, missed from r381868Ashish SHUKLA2015-06-221-1/+1
| | | | PR: 200871
* - Update to 15.02[1]Ashish SHUKLA2015-03-211-15/+13
| | | | | | | | | | - Fix issue with upgrading port[2] where directory permissions get reset - Add CPE information - Cleanup pkg-plist PR: 198587[1] Submitted by: samm at os2.kiev.ua[1] Reported by: Igor Karpov (via private email)[2]
* - Update to 14.12Ashish SHUKLA2015-02-074-64/+217
| | | | | | | - Remove HTTP option, and add RIAK option - Remove a diff as it's not needed anymore - Add diff for building with Erlang 17RB - Update dependency tarball
* - Fix issue when building with HTTP option[1]Ashish SHUKLA2014-08-091-0/+55
| | | | | | - Add missing file to the pkg-plist when LAGER option is not defined PR: 193293[1]
* - Update to 14.07Ashish SHUKLA2014-07-312-19/+24
| | | | | | | | | | | | - Remove STUN option, as it is removed upstream - Clean up CONFIGURE_ARGS, as some of the arguments are not supported - Do not display pkg-message in post-install[1] - Strip libraries[1] - Add missing @dirrmtry entries to pkg-plist[1] - Replace /var/lock (not in mtree) with /var/run[1] PR: 192011[1] Submitted by: olgeni[1]
* - Update to 14.05[1]Ashish SHUKLA2014-05-254-100/+112
| | | | | | | | | | - Add a separate tarball to contain dependencies. - Add OPTIONS for HTTP, STUN, JSON, MYSQL, PGSQL, LAGER, and ICONV - Add diff to install epam binary[2] PR: ports/189812[1] Submitted by: Joseph Benden <joe at thrallingpenguin.com>[1], Christophe Romain <christophe.romain at process-one.net>[2]
* Have OPTIONS_SUB also fill in SUB_LIST.Mathieu Arnold2014-03-251-4/+2
| | | | | | Fix two ports that would have been broken with this change. With hat: portmgr
* - Fix brokenness on 10-RELEASE due to expat libraryAshish SHUKLA2014-02-052-6/+17
| | | | | | | | | - Remove ABI version from LIB_DEPENDS - Add STAGE support - Add option for documentation - Use OptionsNG helpers PR: ports/186274 ports/185594
* 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.
* - Update port to 2.1.9Ashish SHUKLA2011-10-302-28/+0
| | | | | | | | | | - Remove unneeded patches - Move LICENSE to its own section - Whitespace fix in pkg-descr Changes: http://www.ejabberd.im/ejabberd-2.1.9 PR: ports/161962 Submitted by: Ruslan Mahamatkhanov <cvs-src@yandex.ru>
* - Pass ERL_EPMD_ADDRESS to other actions of rc.d script, missed from last timeAshish SHUKLA2011-09-241-3/+3
| | | | | | - Bump PORTREVISION Reported by: Vick Khera <vivek@khera.org> (via private email)
* - Explicitly specify ERL_EPMD_ADDRESS to ejabberd rc.d script duringAshish SHUKLA2011-09-191-1/+2
| | | | | | | | startup to avoid unexpected behaviour. - Bump PORTREVISION PR: ports/158357 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com>
* - Update to 2.1.8Ashish SHUKLA2011-06-243-0/+28
| | | | | | | | | - Silence ${FIND} output - Rename patch-src::ejabberdctl.template to patch-src_ejabberdctl.template (portlint warning) PR: ports/158137 Submitted by: Ruslan Mahamatkhanov <cvs-src@yandex.ru> Security: http://vuxml.org/freebsd/01d3ab7d-9c43-11e0-bc0f-0014a5e3cda6.html
* - Update to 2.1.6Ashish SHUKLA2011-05-102-27/+9
| | | | | | | | | | - Cleanup pkg-plist - Switch to USERS/GROUPS knobs instead of manual creating - Remove support for unsupported FreeBSD versions - Add PAM support[1] PR: ports/156850 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>, lstewart[1] (via private email)
* Teach the original Makefile about NOPORTDOCS.Jimmy Olgeni2010-09-301-5/+21
| | | | Reported by: QAT
* Unbreak by upgrading to 2.1.5 (including 6.x support).Jimmy Olgeni2010-09-301-1/+1
| | | | | PR: ports/151073 Approved by: maintainer (see PR)