Commit graph

79 commits

Author SHA1 Message Date
Dmitry Sivachenko
f2a2ddfda0 Support staging. 2013-10-22 13:04:02 +00:00
Dmitry Sivachenko
34232c71a3 Correct dependencies for static pcre linkage;
switch to USES=gmake.
2013-10-09 08:24:40 +00:00
Dmitry Sivachenko
dd2827e894 If running with nbproc > 1, haproxy spawns several processes and writes their
pids to $pidfile (one pid per line).
Our check_pidfile() from rc.subr will get only first pid and use it for
stop/status/etc which is incorrect.

Do not use pidfile for that, rather use $procname to get the list of running
haproxy processes.

[If you know how to do the same with pidfile, please tell me.]
2013-10-04 12:37:58 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Dmitry Sivachenko
98e30198f1 Add two new examples files. 2013-06-17 17:42:38 +00:00
Dmitry Sivachenko
f33eb72d6a Update to -dev19. 2013-06-17 14:40:01 +00:00
Dmitry Sivachenko
751c4f7dff Update to version 1.5-dev18.
Approved by:	portmgr
Sponsored by:
2013-04-03 11:47:15 +00:00
Dmitry Sivachenko
c118e5b6f3 Update to -dev17. 2012-12-28 14:21:00 +00:00
Dmitry Sivachenko
f0beb4059e fix prev. patch.
Obtained from: project repository.
2012-12-26 02:48:50 +00:00
Dmitry Sivachenko
f51df0f37a Fix stats page.
Obtained from: project repository.
2012-12-25 20:13:09 +00:00
Dmitry Sivachenko
37eda72c02 Update to -dev16. 2012-12-24 16:25:01 +00:00
Dmitry Sivachenko
ae09b8128f Update to -dev15. 2012-12-12 04:44:55 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Dmitry Sivachenko
491af37add Update to -dev14.
Feature safe:	yes
2012-11-26 04:37:20 +00:00
Dmitry Sivachenko
757c34912d Enable zlib support.
Feature safe:	yes
2012-11-22 14:48:50 +00:00
Dmitry Sivachenko
3951095313 Update to -dev13.
PR:		173832
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe:	yes
2012-11-22 11:52:27 +00:00
Dmitry Sivachenko
7993cd9847 Make OpenSSL support optional + minor Makefile nits.
PR:     172897
Submitted by:   Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe:	yes
2012-10-21 14:37:44 +00:00
Chris Rees
8a60f74fda Sync with net/haproxy
Requested by:	demon (maintainer)
Feature safe:	yes
2012-10-14 20:58:04 +00:00
Dmitry Sivachenko
ab84524d86 Use 'configtest' command to test config file to be consistent with apache,
nagios and others.  Do not invent yet another wheel.

Feature safe: yes
2012-10-12 14:01:04 +00:00
Dmitry Sivachenko
5ebb6ce00d Update to version 1.5-dev12 (with experimental SSL support). 2012-09-18 05:11:44 +00:00
Dmitry Sivachenko
7c4e7461e6 Do not require specific version of pcre shared library. 2012-06-19 05:44:09 +00:00
Dmitry Sivachenko
83819b1fc5 Convert to new OPTIONS framework. 2012-06-19 05:31:13 +00:00
Dmitry Sivachenko
3d6a2d7918 Add missing docs. 2012-06-07 15:22:19 +00:00
Dmitry Sivachenko
8d201adeeb Pet portlint;
Respect CFLAGS.

PR:		168748
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-06 09:42:39 +00:00
Dmitry Sivachenko
0cf5d27d31 Add $FreeBSD$;
Add LOGIN to REQUIRE;
replace echo + return with err.

Suggested by:	dougb
2012-06-05 17:45:41 +00:00
Alex Kozlov
9d207bcffc - Add return codes to rc.d script
PR:	ports/168450
Submitted by:	Boris Kochergin <spawk@acm.poly.edu>
Approved by:	demon (maintainer), eadler, itetcu (mentors, implicit)
2012-06-05 11:12:34 +00:00
Dmitry Sivachenko
7338ec6fb1 Update to 1.5-dev11. 2012-06-05 07:38:56 +00:00
Dmitry Sivachenko
2cedbe86c1 take maintainership 2012-06-05 07:32:59 +00:00
Baptiste Daroussin
fd50df4d6d Reset maintainership due to maintainer multiple timeout, and being unresponsive
to multiple mails.

Thanks for the work done, hope to see him back.
2012-06-05 07:06:50 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +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
Frederic Culot
0ab7b5eefe - Update to 1.5-dev6
PR:		ports/156276
Submitted by:	Ross West <freebsd AT linepoint.com> (maintainer)
2011-04-08 15:14:17 +00:00
Frederic Culot
0f1b7c79dd - Update to 1.5-dev5
PR:		ports/156183
Submitted by:	Ross West <freebsd AT linepoint.org> (maintainer)
2011-04-05 08:38:27 +00:00
Steven Kreuzer
7e48c15fe2 Update to 1.5.d4
PR:		ports/155559
Submitted by:	Ross West <freebsd@linepoint.com>
2011-03-16 14:17:12 +00:00
Sahil Tandon
77d657c00b - Update to 1.5.d3
- Shorten COMMENT to < 70 characters
- Remove PORTVERSION (it is derived from DISTVERSION)

PR:		ports/152267
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
2010-11-15 21:26:16 +00:00
Pav Lucistnik
847bdaad29 - Update to 1.5-dev2
PR:		ports/150193
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
2010-09-03 21:49:54 +00:00
Rene Ladan
14fc9faf94 Update to 1.3.25
Register CONFLICT with haproxy-1.4*

PR:		ports/148219
Submitted by:	maintainer
Approved by:	jadawin (co-mentor)
Feature safe:	yes
2010-07-05 07:19:07 +00:00
Martin Wilke
02e7eeb8a0 - Update to 1.3.24
PR:		147910
Submitted by:	Ross West <freebsd@linepoint.com> (maintainer)
Feature safe:	yes
2010-06-27 08:08:52 +00:00
Martin Wilke
72088a3332 - Update to 1.3.23
- pass maintainership to submitter

PR:		144797
Submitted by:	Ross West <freebsd@linepoint.com>
Approved by:	old maintainer
2010-05-09 11:22:51 +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
Sylvio Cesar Teixeira
4d133ad585 Update to 1.3.22
PR:	ports/139617
Submitted by:	sylvio@
Approved by:	maintainer timeout, mentor(itetcu)
2009-11-01 13:47:25 +00:00
Pav Lucistnik
658ccf76d7 - Update to 1.3.20
PR:		ports/137496, ports/138317, ports/138849
Submitted by:	Ross West <freebsd@linepoint.com>,
		Sylvio Cesar <scjamorim@bsd.com.br>,
		Mit Rowe <mit@mitayai.org>
Approved by:	Hugo Silva <hugo@barafranca.com> (maintainer)
Feature safe:	yes
2009-09-17 21:30:46 +00:00
Dennis Herrmann
4559e2b918 - Update to 1.3.18
PR:		ports/134939
Submitted by:	ismail yenigul <ismail.yenigul@endersys.com.tr>
Approved by:	maintainer timeout (two weeks)
2009-06-09 11:35:34 +00:00
Li-Wen Hsu
f21bb3c12e - Update to 1.3.17
PR:		ports/133762
Submitted by:	lwhsu
Approved by:	Hugo Silva <hugo AT barafranca.com> (maintainer)
2009-04-21 08:20:59 +00:00
Martin Wilke
9a9b537cdc - Update to 1.3.15.5
PR:		128314
Submitted by:	Chih Liang <jliang@so-net.net.tw>
Approved by:	maintainer timeout
2008-11-08 20:05:15 +00:00
Pav Lucistnik
293c08729e - Fix noportdocs install
Reported by:	ionbot
2008-07-08 11:15:18 +00:00
Pav Lucistnik
6bf2af74c0 - Update to 1.3.15.2
PR:		ports/125345
Submitted by:	Hugo Saro <hugo@barafranca.com> (maintainer)
2008-07-08 09:19:03 +00:00
Marcelo Araujo
189bafc862 - Update to 1.3.15.
PR:		ports/123371
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:	Hugo Silva <hugo@barafranca.com> (maintainer)
2008-05-04 16:01:52 +00:00
Xin LI
2dbab10816 Update to 1.3.14.2.
Approved by:	maintainer (via private mail)
2008-01-21 22:11:06 +00:00
Xin LI
96b14bdcd4 Update to 1.3.14. [1]
Add a 'reload' subcommand to rc.d startup script. [2]

Submitted by:	p.rybicki cadera.com.pl [2]
		delphij [1]
PR:		ports/119755 [1]
Approved by:	maintainer
2008-01-21 07:54:44 +00:00