Dmitry Sivachenko
de8afdb9ee
Correct OPTIONS usage (similar to rev. 359349 for net/haproxy).
2014-08-28 12:00:03 +00:00
Adam Weinberger
fa4bf2ee1d
Add DOCS option for ports with PORTDOCS in plist.
2014-07-16 03:00:46 +00:00
Dmitry Sivachenko
121ce8ed02
Mark IGNORE until new devel version appears.
2014-06-24 11:24:31 +00:00
Dmitry Sivachenko
fa5d28d038
Update to 1.5.0 release.
2014-06-19 20:38:00 +00:00
Dmitry Sivachenko
6d001adfaa
Update to -dev26.
2014-05-31 10:48:30 +00:00
Dmitry Sivachenko
6f4cbab6a7
Update to -dev25.
2014-05-10 13:55:35 +00:00
Dmitry Sivachenko
91f48ae9d6
Update to version 1.5-dev24.
2014-04-26 10:35:18 +00:00
Dmitry Sivachenko
a700e0c2b5
Update to -dev22.
2014-02-03 07:46:33 +00:00
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
c53daa51d5
Update to -dev20.
2013-12-16 07:32:51 +00:00
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