Commit graph

124 commits

Author SHA1 Message Date
Dirk Meyer
eff60e5ddb - update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
2020-05-04 21:31:39 +00:00
Ashish SHUKLA
d9ba098801 - Update fix to unbreak on FreeBSD 11.x (related commit: r531114) 2020-05-02 12:54:17 +00:00
Ashish SHUKLA
9b58a71607 - Update to 20.04
PR:		246088
Reported by:	post at zuglufttier dot de
2020-05-01 20:31:01 +00:00
Piotr Kubaj
1fead13002 net-im/ejabberd: fix build on GCC architectures
GCC 4.2 doesn't support LTO:
cc1: error: unrecognized command line option "-flto"
2020-04-12 16:09:40 +00:00
Ashish SHUKLA
ed80a01c57 - Add patch to fix build error on i386 architecture:
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
2020-04-10 13:37:32 +00:00
Ashish SHUKLA
e29950fc19 - Fix brokenness on 11.x due to lack of LTO support, required by one
of the dependency

Thanks to dewayne@heuristicsystems.com.au for pointing out
the issue

PR:		245428
Reported by:	Bernhard <bernhard.kneip@postadigitale.de>, pkg-fallout@
2020-04-08 13:14:04 +00:00
Ashish SHUKLA
00c3bd5c27 - Update to 20.03 2020-04-06 12:20:49 +00:00
Ashish SHUKLA
a7534e7766 - Update to 20.01 2020-02-01 12:36:04 +00:00
Ashish SHUKLA
b8588b7f41 - Update to 19.09.1 2019-11-13 11:49:01 +00:00
Ashish SHUKLA
f516260d1d - Update to 19.09
Reported by:	Krystin Luna <krystin at ixove dot com>
2019-09-29 08:46:03 +00:00
Mathieu Arnold
0c2d0c3241 Regular pkg-message cleanup.
Pointy hat:	dinoex ashish
2019-08-27 11:57:45 +00:00
Ashish SHUKLA
c8dbaf8856 - Update to 19.08
- Remove RIAK option as support is removed upstream
- Add a note to UPDATING for the same
2019-08-16 09:25:02 +00:00
Mathieu Arnold
2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00
Ashish SHUKLA
3ee39a7193 - Update to 19.05 2019-06-11 15:16:53 +00:00
Ashish SHUKLA
fca3a6a777 - Update to 19.02
- Remove patch for the fix for ejabberd bug# 2744
- Remove option: ICONV
2019-03-04 08:32:43 +00:00
Ashish SHUKLA
73b81f8090 - Use PKG_BIN make variable, instead of pkg in pre-everything target
to fix brokenness when building with Synth (ports-mgmt/synth)

Reported by:	Bryan Erickson <freebsd at xorcara dot com>
2019-02-18 05:07:58 +00:00
Ashish SHUKLA
870ae39704 - Add a patch for the issue 2744
- Also revert a patch-configure.ac change from previous commits
- Document the change in UPDATING file
2019-02-15 15:55:24 +00:00
Ashish SHUKLA
07ddabfbcf - Update to 18.12.1
- Fix portlint warning
- Add a message about known build problem via pre-everything target
  when ejabberd is already installed. [1]

PR:		234123
2018-12-28 15:46:14 +00:00
Ashish SHUKLA
dc35f4185d - Update to 18.12
- Add an entry to UPDATING about changes in 18.12

Changes:		https://blog.process-one.net/ejabberd-18-12/
2018-12-12 08:15:08 +00:00
Ashish SHUKLA
8f39d19988 - Update to 18.09
- Remove ZLIB option, as ezlib component is mandatory now

PR:		231767
2018-10-11 03:54:46 +00:00
Ashish SHUKLA
c017c406fd - Add dependency on STUN for SIP option
Reported by:	Bryan Erickson <bryan at xorcara dot com> (private email)
2018-07-03 14:47:46 +00:00
Ashish SHUKLA
91b4d2e12f - Update to 18.06
- 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
2018-06-30 20:19:42 +00:00
Ashish SHUKLA
24ccc48c53 - Update to 18.04
- 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
2018-06-27 04:39:44 +00:00
Alexey Dokuchaev
915b7539b9 For some ports under `net*' categories: remove redundant PKGMESSAGE
assignment, which is set appropriately by the b.p.m when `pkg-message'
appears on the SUB_FILES list.
2018-05-05 14:37:10 +00:00
Ashish SHUKLA
aef563de48 - Update to 18.03
- 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
2018-04-23 03:50:28 +00:00
Dmitry Marakasov
ea9d5a327b - Remove unneeded bsd.port.pre.mk inclusion
- Unsilence installation commands amd use correct INSTALL_xxx where applicable
- Update WWW

Approved by:	portmgr blanket
2018-03-22 09:33:22 +00:00
Ashish SHUKLA
6a10f0aebe - Update to 18.01
- Remove a diff which is already included upstream
2018-01-21 16:24:48 +00:00
Ashish SHUKLA
43b199dc2d - Update to 17.12
- Remove upstream-ed patches
- Strip additional binaries
2018-01-03 10:54:19 +00:00
Ashish SHUKLA
74bac1ce46 - Update to 17.11
- 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]
2017-12-26 21:28:36 +00:00
Ashish SHUKLA
2984ed3847 - Fix CAPTCHA functionality
Reported by:	Martin Meyer <martin.meyer@zuglufttier.de>
2017-11-19 09:05:18 +00:00
Ashish SHUKLA
254f6c45d4 - Update to 17.09
- 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
2017-11-17 06:12:28 +00:00
Ashish SHUKLA
5a34345b70 - Update to 17.08
- Remove the fix added last time, accepted upstream
2017-09-24 15:43:32 +00:00
Ashish SHUKLA
4d5debd8a1 - Import diff from ejabberd repository, commitid: d4cdc3a
- Add fix to make ejabberdctl work, when INET_DIST_INTERFACE is
  defined. Submitted a pull-request upstream.

PR:		220627
2017-07-15 12:16:25 +00:00
Ashish SHUKLA
2d049086c0 - Update to 17.07
- 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
2017-07-10 12:51:26 +00:00
Ashish SHUKLA
2d8b86fe84 - Update to 17.04
- Add a note to UPDATING about a known issue
2017-06-13 09:06:50 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Ashish SHUKLA
e576b453bb - Update to 17.01
- Remove commented LOGDB stuff
2017-02-14 00:29:03 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
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
2016-12-01 11:18:03 +00:00
Ashish SHUKLA
3b90eec0d5 - Update to 16.09
- Add a note about probable crash during startup, to UPDATING file
2016-10-11 07:38:34 +00:00
Ashish SHUKLA
a8e6f5c189 - Update to 16.08
- 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
2016-09-07 13:02:07 +00:00
Ashish SHUKLA
0220364563 - Update to 16.04
- Add OPTION for building with mod_logdb patch provided by 3rd party
  (off by default)
2016-06-19 12:34:47 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
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
2016-04-25 16:13:38 +00:00
Ashish SHUKLA
935267730e - Update to 16.03
- Add ZLIB option

PR:		208450
2016-04-11 02:29:33 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Ashish SHUKLA
50c1f3e518 - Fix LDAP support by re-ordering Erlang library path in ejabberdctl
template diff
- Replace /usr/local with %%LOCALBASE%%

PR:		208258
2016-04-01 02:17:29 +00:00
Ashish SHUKLA
52dc0482f5 - Remove ZLIB option, doesn't work in practise
PR:		207958
2016-03-14 05:37:05 +00:00
Kurt Jaeger
8dd9f1fc09 net-im/ejabberd: 15.07 -> 16.02
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)
2016-03-11 18:00:06 +00:00
Mathieu Arnold
320514f1dd It seems some people keep adding $FreeBSD$ to patch files.
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
2015-09-16 13:03:45 +00:00
Ashish SHUKLA
77f1bf8267 - Update to 15.07 2015-08-06 09:30:10 +00:00