Dmitry Sivachenko
b5e8e74d69
Update to -dev21.
2013-12-17 02:42:28 +00:00
Dmitry Sivachenko
a6c2bebd1f
Fix double-free.
...
Obtained from: upstream
2013-12-16 11:07:04 +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
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
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
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
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
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
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
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
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
Edwin Groothuis
7a92b87b43
Upgrade port: net/haproxy-devel Was not building on amd64 after changes to files/patch-makefile.bsd
...
PR: ports/115378
Submitted by: Hugo Saro <hugo@barafranca.com>
2007-09-12 05:20:13 +00:00
Marcelo Araujo
1a3c641a99
- Remove unneeded patch.
...
Reported by: pointyhat via kris
Approved by: stas (mentor)
2007-08-12 12:27:46 +00:00
Marcelo Araujo
4030110f0e
- Forgot the new RC script by last commit!
...
PR: ports/112934
Approved by: pav (portmgr, in mentor's absence)
2007-08-05 20:14:02 +00:00
Clement Laforet
fa1931b038
- Update to 1.2.16
...
- use USE_RC_SUBR and tweak haproxy.sh
2006-11-01 14:42:14 +00:00
Clement Laforet
a5e2978563
- Update to new stable branch 1.2.x (1.2.15)
2006-09-24 10:54:04 +00:00
Doug Barton
c49d1a3273
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
...
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Clement Laforet
c62a21e358
- Update to 1.1.28
...
- RCng'ify startup script
- small plist fix if NOPORTDOCS is defined
- Add an entry in UPDATING
- move configuration example to ${EXAMPLESDIR}.
2004-06-08 10:31:00 +00:00
Daichi GOTO
e0b5438f88
I forgot to remove files/patch-Makefile
...
PR: 57157
Pointy hat to: myself
2003-09-26 06:29:35 +00:00
Daichi GOTO
e078c360d9
update: net/haproxy 1.1.21 -> 1.1.24
...
PR: 57157
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-09-26 06:22:37 +00:00
Yen-Ming Lee
a0c4c4b178
- Update haproxy to 1.1.21
...
- Fix small bug in port
- Cosmetic changes
PR: 52905
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-06-04 15:30:38 +00:00
Will Andrews
3b53fe79c8
Add haproxy 1.1.20, a high-performance and highly-robust
...
TCP/HTTP load balancer.
PR: 51630
Submitted by: Clement Laforet
2003-06-03 05:20:23 +00:00