Commit graph

87 commits

Author SHA1 Message Date
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
Ashish SHUKLA
59c9879d49 - Fix typo in a patch file
Submitted by:	Alexey V. Karagodov <kav.karagodov.name@gmail.com>
		(via private email)
2015-07-26 08:31:21 +00:00
Ashish SHUKLA
2203436618 - Fix typo in OPTION name
- Update `pkg-plist'
- Bump PORTREVISION due to change in pkg-plist
2015-06-29 04:51:28 +00:00
Ashish SHUKLA
8c98e280f6 - Update to 15.06
- 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)
2015-06-29 04:45:14 +00:00
Ashish SHUKLA
108b878a98 - Fix permissions on /var/run/ejabberdctl, missed from r381868
PR:		200871
2015-06-22 15:53:48 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- 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
2015-05-14 10:15:04 +00:00
Ashish SHUKLA
83b2a01f52 - Update to 15.04
- Fix issue fetching distfile, introduced in r386097
2015-05-13 12:12:49 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
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
2015-05-11 18:34:57 +00:00
Ashish SHUKLA
f52c2e2c87 - Update to 15.02[1]
- 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]
2015-03-21 21:53:33 +00:00
Ashish SHUKLA
65b2640294 - Fix building with ICONV option on 9.x and 8.x
PR:		197697
2015-02-16 13:55:49 +00:00
Ashish SHUKLA
15104459d4 - Update to 14.12
- 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
2015-02-07 20:37:44 +00:00
Ashish SHUKLA
4bb8b82fa9 - Fix issue when building with HTTP option[1]
- Add missing file to the pkg-plist when LAGER option is not defined

PR:		193293[1]
2014-08-09 19:53:35 +00:00
Ashish SHUKLA
3d047d2b93 - Fix crashing on 10.x and later, when ICONV option is enabled
PR:		191473
Submitted by:	neil at darlow.co.uk
2014-08-03 16:06:22 +00:00
Ashish SHUKLA
c47c14f351 - Update to 14.07
- 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]
2014-07-31 11:27:40 +00:00
Ashish SHUKLA
bd830b0955 - Update to 14.05[1]
- 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]
2014-05-25 03:55:50 +00:00
Mathieu Arnold
0cfd925acd Have OPTIONS_SUB also fill in SUB_LIST.
Fix two ports that would have been broken with this change.

With hat:	portmgr
2014-03-25 18:19:44 +00:00
Ashish SHUKLA
a7d5bfaf28 - Fix brokenness on 10-RELEASE due to expat library
- Remove ABI version from LIB_DEPENDS
- Add STAGE support
- Add option for documentation
- Use OptionsNG helpers

PR:		ports/186274 ports/185594
2014-02-05 08:24:45 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Ashish SHUKLA
92c9d9af4c - Update to 2.1.13
Submitted by:	damir bikmuhametov <boco at ufanet.ru> (private email)
2013-09-09 14:48:31 +00:00
Baptiste Daroussin
b3e4e19ddc Add an explicit dependency on pkgconf 2013-09-03 09:59:01 +00:00
Jason Helfman
4c6703ce1d - adoption of optionsNG framework
Approved by:	portmgr (bapt)
2013-05-23 16:10:43 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Ashish SHUKLA
c22ae1ac86 - Update to 2.1.11
Changes:	http://www.ejabberd.im/ejabberd-2.1.11
2012-05-18 19:28:41 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Ashish SHUKLA
3c2476fa4b - Update port to 2.1.9
- 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>
2011-10-30 12:31:36 +00:00
Ashish SHUKLA
0cd6a9f4cf - Pass ERL_EPMD_ADDRESS to other actions of rc.d script, missed from last time
- Bump PORTREVISION

Reported by:	Vick Khera <vivek@khera.org> (via private email)
2011-09-24 18:50:05 +00:00
Ashish SHUKLA
bdefd0da08 - Explicitly specify ERL_EPMD_ADDRESS to ejabberd rc.d script during
startup to avoid unexpected behaviour.
- Bump PORTREVISION

PR:		ports/158357
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com>
2011-09-19 15:52:30 +00:00
Ashish SHUKLA
ce190bc1cc - Update to 2.1.8
- 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
2011-06-24 13:49:46 +00:00
Ashish SHUKLA
a9c5e00be3 - Update to 2.1.6
- 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)
2011-05-10 16:44:25 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Pav Lucistnik
e9cc7471f8 - Mark BROKEN on 6.X: does not compile
Reported by:	pointyhat
2010-10-24 21:59:42 +00:00
Jimmy Olgeni
2ae704fad3 Teach the original Makefile about NOPORTDOCS.
Reported by:	QAT
2010-09-30 20:05:20 +00:00
Jimmy Olgeni
5241402356 Unbreak by upgrading to 2.1.5 (including 6.x support).
PR:		ports/151073
Approved by:	maintainer (see PR)
2010-09-30 16:22:15 +00:00
Jimmy Olgeni
499f41f124 Bump PORTREVISION in Erlang dependent ports, which need to be rebuilt
due to the new beam format.
2010-09-27 20:40:16 +00:00
Ashish SHUKLA
2bc822d8e8 - Update port to 2.1.4.
- Add LICENSE information.
- Add support for NOPORTDOCS.
- Adopt port.

PR:		ports/147911
Submitted by:	Denis Shaposhnikov <dsh@wizard.volgograd.ru>
Approved by:	pgj (mentor)
2010-07-13 23:35:07 +00:00
Ulrich Spörlein
16fca7c22a - Update to 2.1.3
Reviewed by:	itetcu
Approved by:	philip and ed (mentors)
2010-04-09 05:27:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00