aboutsummaryrefslogtreecommitdiff
path: root/net-im/ejabberd
Commit message (Collapse)AuthorAgeFilesLines
* - Use PKG_BIN make variable, instead of pkg in pre-everything targetAshish SHUKLA2019-02-181-1/+1
| | | | | | | | | to fix brokenness when building with Synth (ports-mgmt/synth) Reported by: Bryan Erickson <freebsd at xorcara dot com> Notes: svn path=/head/; revision=493242
* - Add a patch for the issue 2744Ashish SHUKLA2019-02-153-1/+37
| | | | | | | | - Also revert a patch-configure.ac change from previous commits - Document the change in UPDATING file Notes: svn path=/head/; revision=493003
* - Update to 18.12.1Ashish SHUKLA2018-12-286-21/+31
| | | | | | | | | | | - Fix portlint warning - Add a message about known build problem via pre-everything target when ejabberd is already installed. [1] PR: 234123 Notes: svn path=/head/; revision=488608
* - Update to 18.12Ashish SHUKLA2018-12-123-40/+49
| | | | | | | | | - Add an entry to UPDATING about changes in 18.12 Changes: https://blog.process-one.net/ejabberd-18-12/ Notes: svn path=/head/; revision=487283
* - Update to 18.09Ashish SHUKLA2018-10-113-106/+83
| | | | | | | | | - Remove ZLIB option, as ezlib component is mandatory now PR: 231767 Notes: svn path=/head/; revision=481784
* - Add dependency on STUN for SIP optionAshish SHUKLA2018-07-031-0/+1
| | | | | | | Reported by: Bryan Erickson <bryan at xorcara dot com> (private email) Notes: svn path=/head/; revision=473837
* - Update to 18.06Ashish SHUKLA2018-06-303-58/+56
| | | | | | | | | | | - Add a note to UPDATING about removal of support for IRC transport - Thanks to reporter for help with testing PR: 229388 Reported by: post at zuglufttier dot de Notes: svn path=/head/; revision=473639
* - Update to 18.04Ashish SHUKLA2018-06-275-548/+705
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=473417
* For some ports under `net*' categories: remove redundant PKGMESSAGEAlexey Dokuchaev2018-05-051-2/+0
| | | | | | | | assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469116
* - Update to 18.03Ashish SHUKLA2018-04-235-323/+285
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=468070
* - Remove unneeded bsd.port.pre.mk inclusionDmitry Marakasov2018-03-222-7/+5
| | | | | | | | | | - Unsilence installation commands amd use correct INSTALL_xxx where applicable - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=465279
* - Update to 18.01Ashish SHUKLA2018-01-215-184/+176
| | | | | | | - Remove a diff which is already included upstream Notes: svn path=/head/; revision=459617
* - Update to 17.12Ashish SHUKLA2018-01-035-220/+164
| | | | | | | | - Remove upstream-ed patches - Strip additional binaries Notes: svn path=/head/; revision=457951
* - Update to 17.11Ashish SHUKLA2017-12-2610-203/+424
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=457315
* - Fix CAPTCHA functionalityAshish SHUKLA2017-11-193-0/+10
| | | | | | | Reported by: Martin Meyer <martin.meyer@zuglufttier.de> Notes: svn path=/head/; revision=454480
* - Update to 17.09Ashish SHUKLA2017-11-176-280/+305
| | | | | | | | | - 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 Notes: svn path=/head/; revision=454361
* - Update to 17.08Ashish SHUKLA2017-09-244-176/+165
| | | | | | | - Remove the fix added last time, accepted upstream Notes: svn path=/head/; revision=450493
* - Import diff from ejabberd repository, commitid: d4cdc3aAshish SHUKLA2017-07-152-3/+18
| | | | | | | | | | - Add fix to make ejabberdctl work, when INET_DIST_INTERFACE is defined. Submitted a pull-request upstream. PR: 220627 Notes: svn path=/head/; revision=445871
* - Update to 17.07Ashish SHUKLA2017-07-106-289/+309
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=445436
* - Update to 17.04Ashish SHUKLA2017-06-133-126/+207
| | | | | | | - Add a note to UPDATING about a known issue Notes: svn path=/head/; revision=443494
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-3/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* - Update to 17.01Ashish SHUKLA2017-02-144-208/+242
| | | | | | | - Remove commented LOGDB stuff Notes: svn path=/head/; revision=434062
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-011-1/+1
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* - Update to 16.09Ashish SHUKLA2016-10-114-92/+77
| | | | | | | - Add a note about probable crash during startup, to UPDATING file Notes: svn path=/head/; revision=423747
* - Update to 16.08Ashish SHUKLA2016-09-076-149/+143
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=421499
* - Update to 16.04Ashish SHUKLA2016-06-195-120/+204
| | | | | | | | - Add OPTION for building with mod_logdb patch provided by 3rd party (off by default) Notes: svn path=/head/; revision=417118
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* - Update to 16.03Ashish SHUKLA2016-04-113-19/+24
| | | | | | | | | - Add ZLIB option PR: 208450 Notes: svn path=/head/; revision=412993
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Fix LDAP support by re-ordering Erlang library path in ejabberdctlAshish SHUKLA2016-04-012-9/+11
| | | | | | | | | | template diff - Replace /usr/local with %%LOCALBASE%% PR: 208258 Notes: svn path=/head/; revision=412306
* - Remove ZLIB option, doesn't work in practiseAshish SHUKLA2016-03-142-7/+7
| | | | | | | PR: 207958 Notes: svn path=/head/; revision=411045
* net-im/ejabberd: 15.07 -> 16.02Kurt Jaeger2016-03-119-893/+582
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=410834
* 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 Notes: svn path=/head/; revision=397064
* - Update to 15.07Ashish SHUKLA2015-08-063-8/+5
| | | | Notes: svn path=/head/; revision=393646
* - Fix typo in a patch fileAshish SHUKLA2015-07-262-2/+2
| | | | | | | | Submitted by: Alexey V. Karagodov <kav.karagodov.name@gmail.com> (via private email) Notes: svn path=/head/; revision=392911
* - Fix typo in OPTION nameAshish SHUKLA2015-06-292-1/+3
| | | | | | | | - Update `pkg-plist' - Bump PORTREVISION due to change in pkg-plist Notes: svn path=/head/; revision=390879
* - Update to 15.06Ashish SHUKLA2015-06-296-115/+357
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=390878
* - Fix permissions on /var/run/ejabberdctl, missed from r381868Ashish SHUKLA2015-06-222-1/+2
| | | | | | | PR: 200871 Notes: svn path=/head/; revision=390299
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Update to 15.04Ashish SHUKLA2015-05-133-6/+19
| | | | | | | - Fix issue fetching distfile, introduced in r386097 Notes: svn path=/head/; revision=386209
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+2
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - Update to 15.02[1]Ashish SHUKLA2015-03-214-32/+22
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=381868
* - Fix building with ICONV option on 9.x and 8.xAshish SHUKLA2015-02-161-0/+1
| | | | | | | PR: 197697 Notes: svn path=/head/; revision=379092
* - Update to 14.12Ashish SHUKLA2015-02-077-105/+268
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=378620
* - Fix issue when building with HTTP option[1]Ashish SHUKLA2014-08-093-1/+57
| | | | | | | | | - Add missing file to the pkg-plist when LAGER option is not defined PR: 193293[1] Notes: svn path=/head/; revision=364470
* - Fix crashing on 10.x and later, when ICONV option is enabledAshish SHUKLA2014-08-031-1/+2
| | | | | | | | PR: 191473 Submitted by: neil at darlow.co.uk Notes: svn path=/head/; revision=363919
* - Update to 14.07Ashish SHUKLA2014-07-315-72/+57
| | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=363573
* - Update to 14.05[1]Ashish SHUKLA2014-05-257-144/+329
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=355108
* Have OPTIONS_SUB also fill in SUB_LIST.Mathieu Arnold2014-03-252-11/+3
| | | | | | | | | Fix two ports that would have been broken with this change. With hat: portmgr Notes: svn path=/head/; revision=349166