Dmitry Sivachenko
5bbca49ae2
Update to version 1.5.12.
2015-05-02 15:37:58 +00:00
Dmitry Sivachenko
633b182de7
Finish pkg-message removal.
2015-03-12 16:11:28 +00:00
Dmitry Sivachenko
8e9a3ac457
Ouch, I deleted the wrong file :(
2015-03-12 16:08:18 +00:00
Dmitry Sivachenko
4a51da5991
GC this message, it contains nothing useful.
2015-03-12 16:04:21 +00:00
Dmitry Sivachenko
455986b00a
Add EXAMPLES option.
2015-03-12 14:35:59 +00:00
Dmitry Sivachenko
aa10cda491
Add CPE.
...
PR: 197525, 197526
Submitted by: shun.fbsd.pr@dropcut.net
2015-03-05 13:56:36 +00:00
Dmitry Sivachenko
03b4e917e1
Fix stop action to stop correctly multi-process haproxy instance.
...
PR: 197024
Submitted by: ard_1@mail.ru
2015-02-09 13:06:11 +00:00
Dmitry Sivachenko
d5a2efa495
Update to version 1.5.11.
2015-02-01 07:26:15 +00:00
Dmitry Sivachenko
fc02b1f1fd
Update to version 1.5.10.
2015-01-01 17:47:30 +00:00
Dmitry Sivachenko
c8c1295b33
Add support for profiles (to start several haproxy instances each with it's own
...
config).
2014-11-27 15:37:21 +00:00
Dmitry Sivachenko
2de611fe56
Update to version 1.5.9
2014-11-26 15:22:56 +00:00
Antoine Brodin
1d7f5e5c0f
Cleanup plist
2014-11-22 14:43:23 +00:00
Dmitry Sivachenko
0c49e4e5e4
Update to version 1.5.8.
2014-10-31 11:10:20 +00:00
Dmitry Sivachenko
be3962a14d
Update to version 1.5.7.
2014-10-31 08:27:36 +00:00
Dmitry Sivachenko
4b2617dec3
Update to version 1.5.6.
2014-10-18 16:12:18 +00:00
Dmitry Sivachenko
fb34233714
Update to version 1.5.5.
2014-10-08 12:59:28 +00:00
Dmitry Sivachenko
dc5d1564a5
Do not search for process by name;
...
rather use all pids stored in pidfile, in multi-process mode haoroxy writes
all pids there.
PR: 192430
Submitted by: renchap@cocoa-x.com
2014-10-03 15:40:31 +00:00
Dmitry Sivachenko
b9c5862d17
Update to version 1.5.4.
2014-09-02 15:35:47 +00:00
Dmitry Sivachenko
aca093fc2b
Update to version 1.5.3.
2014-07-25 07:34:07 +00:00
Adam Weinberger
fa4bf2ee1d
Add DOCS option for ports with PORTDOCS in plist.
2014-07-16 03:00:46 +00:00
Dmitry Sivachenko
cd9c96961e
Update to version 1.5.2.
2014-07-14 10:42:42 +00:00
Dmitry Sivachenko
a9434ccfb2
Correct OPTIONs usage.
2014-06-26 12:52:48 +00:00
Dmitry Sivachenko
d1d1852942
Update to version 1.5.1.
2014-06-24 11:23:45 +00:00
Tijl Coosemans
f191d6b887
Quote ${CC} and similar variables in MAKE_ARGS.
...
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Dmitry Sivachenko
0cbb95de16
Update to 1.4.25.
2014-03-28 04:10:45 +00:00
Dmitry Sivachenko
214e979739
Add a patch to fix crash under certain conditions.
...
http://haproxy.1wt.eu/git?p=haproxy-1.4.git;a=commit;h=d362dc75f3dfa7062e5c2cb7822ad12ffb755389
Submitted by: Rainer Duffner <rainer@ultra-secure.de>
Obtained from: project git repository
2013-10-25 18:04:26 +00:00
Dmitry Sivachenko
54898ccaed
Support staging.
2013-10-22 12:55:01 +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
39faede306
Update to version 1.4.24.
2013-06-17 14:38:06 +00:00
Dmitry Sivachenko
5a67ce6f5b
Update to version 1.4.23.
...
Approved by: portmgr.
Sponsored by:
2013-04-03 11:45:39 +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
Chris Rees
65ec3f23db
Remove superfluous setting of rc_flags, and remove single
...
commands from functions
Use standard message in _reload when not running
Several microoptimisations and style fixes
Approved by: demon (maintainer)
Feature safe: yes
2012-10-14 11:46:52 +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
2a56bd251e
Update to version 1.4.22.
2012-09-18 05:00:17 +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
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
1d801e61ab
- Add return codes to rc.d script
...
PR: ports/168449
Submitted by: Boris Kochergin <spawk@acm.poly.edu>
Approved by: demon (maintainer), eadler, itetcu (mentors, implicit)
2012-06-05 11:09:16 +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
Dmitry Sivachenko
794bb239e3
Update to version 1.4.21.
...
Bugfix release.
2012-05-21 06:32:25 +00:00
Dmitry Sivachenko
a6bbd1035b
Update to 1.4.20.
...
Maintainet timeout (11 days).
Feature safe: yes
2012-03-26 10:41:54 +00:00
Dmitry Sivachenko
bbe312d32a
Update to version 1.4.19.
...
maintainer timeout.
2012-02-28 10:01:38 +00:00
Martin Matuska
dbbf004162
Bump pcre library dependency due to 8.30 update
2012-02-14 12:45:35 +00:00
Martin Wilke
aa33c32238
- Respect CC and CFLAGS
...
PR: 163280
Submitted by: farrokhi@
Approved by: maintainer timeout
2012-01-14 19:11:29 +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
fac59c04ef
- Update to 1.4.18
...
Changes: http://haproxy.1wt.eu/download/1.4/src/CHANGELOG-1.4.18
PR: ports/163077
Submitted by: Marc Peters <marc.peters@trivago.com>
Approved by: maintainer (timeout, >14 days)
2011-12-20 13:15:27 +00:00
Chris Rees
8292d45df9
- Update to 1.4.16
...
- Reorder LICENSE code in Makefile for portlint
- While here:
. Unbreak clang build
. Canonicalise CONFLICTS
PR: ports/159913
Submitted by: Mark Felder <feld@feld.me>
Approved by: Ross West <freebsd@linepoint.com> (maintainer)
2011-08-25 17:24:32 +00:00