| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: brooks
|
| |
|
|
|
|
|
|
|
|
|
| |
The CPU_SET macros in -CURRENT have been made compatible with GLIBC.
A simple test for the new signature of CPU_AND, CPU_OR, ... is the
existence of a CPU_ALLOC macro.
Approved by: portmgr (implicit)
MFH: 2022Q1
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=540565
|
|
|
|
|
|
|
|
| |
PR: 230305
Submitted by: Frank Wall <fw@moov.de>
Notes:
svn path=/head/; revision=477980
|
|
|
|
| |
Notes:
svn path=/head/; revision=467791
|
|
|
|
|
|
|
| |
Obtained from: upstream
Notes:
svn path=/head/; revision=467590
|
|
|
|
|
|
|
|
| |
PR: 225749
Submitted by: Franco Fichtner <franco@opnsense.org>
Notes:
svn path=/head/; revision=462183
|
|
|
|
| |
Notes:
svn path=/head/; revision=452705
|
|
|
|
|
|
|
|
|
|
| |
waiting for existing connections to close).
PR: 221402
Submitted by: Frank Wall <fw@moov.de>
Notes:
svn path=/head/; revision=448026
|
|
|
|
|
|
|
|
| |
PR: 219272
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=446578
|
|
|
|
|
|
|
| |
backout last commit and use CFLAGS as before.
Notes:
svn path=/head/; revision=438891
|
|
|
|
|
|
|
|
|
|
| |
CFLAGS env variable;
Add -fwrap to CFLAGS to fix eventual haproxy spins when compiled with newer
versions of clang (FreeBSD-11 is affected). -- obtained from haproxy source tree.
Notes:
svn path=/head/; revision=438838
|
|
|
|
| |
Notes:
svn path=/head/; revision=398699
|
|
|
|
| |
Notes:
svn path=/head/; revision=398270
|
|
|
|
|
|
|
| |
Obtained from: haproxy ML
Notes:
svn path=/head/; revision=396899
|
|
|
|
| |
Notes:
svn path=/head/; revision=381110
|
|
|
|
| |
Notes:
svn path=/head/; revision=381094
|
|
|
|
|
|
|
|
|
|
|
| |
rather use all pids stored in pidfile, in multi-process mode haoroxy writes
all pids there.
PR: 192430
Submitted by: renchap@cocoa-x.com
Notes:
svn path=/head/; revision=369911
|
|
|
|
| |
Notes:
svn path=/head/; revision=358464
|
|
|
|
| |
Notes:
svn path=/head/; revision=355954
|
|
|
|
| |
Notes:
svn path=/head/; revision=336688
|
|
|
|
|
|
|
| |
Obtained from: upstream
Notes:
svn path=/head/; revision=336619
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.]
Notes:
svn path=/head/; revision=329298
|
|
|
|
| |
Notes:
svn path=/head/; revision=309571
|
|
|
|
|
|
|
| |
Obtained from: project repository.
Notes:
svn path=/head/; revision=309498
|
|
|
|
|
|
|
| |
Obtained from: project repository.
Notes:
svn path=/head/; revision=309494
|
|
|
|
|
|
|
|
| |
Requested by: demon (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=305893
|
|
|
|
|
|
|
|
|
| |
nagios and others. Do not invent yet another wheel.
Feature safe: yes
Notes:
svn path=/head/; revision=305780
|
|
|
|
|
|
|
|
|
|
| |
Add LOGIN to REQUIRE;
replace echo + return with err.
Suggested by: dougb
Notes:
svn path=/head/; revision=298498
|
|
|
|
|
|
|
|
|
| |
PR: ports/168450
Submitted by: Boris Kochergin <spawk@acm.poly.edu>
Approved by: demon (maintainer), eadler, itetcu (mentors, implicit)
Notes:
svn path=/head/; revision=298457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
| |
PR: ports/155559
Submitted by: Ross West <freebsd@linepoint.com>
Notes:
svn path=/head/; revision=271026
|
|
|
|
|
|
|
|
|
|
|
| |
- Shorten COMMENT to < 70 characters
- Remove PORTVERSION (it is derived from DISTVERSION)
PR: ports/152267
Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
Notes:
svn path=/head/; revision=264603
|
|
|
|
|
|
|
|
| |
PR: ports/150193
Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
Notes:
svn path=/head/; revision=260506
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: ports/125345
Submitted by: Hugo Saro <hugo@barafranca.com> (maintainer)
Notes:
svn path=/head/; revision=216514
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=205957
|
|
|
|
|
|
|
|
|
|
| |
files/patch-makefile.bsd
PR: ports/115378
Submitted by: Hugo Saro <hugo@barafranca.com>
Notes:
svn path=/head/; revision=199366
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: stas (mentor)
Notes:
svn path=/head/; revision=197516
|
|
|
|
|
|
|
|
| |
PR: ports/112934
Approved by: pav (portmgr, in mentor's absence)
Notes:
svn path=/head/; revision=197129
|
|
|
|
|
|
|
| |
- use USE_RC_SUBR and tweak haproxy.sh
Notes:
svn path=/head/; revision=176079
|
|
|
|
| |
Notes:
svn path=/head/; revision=173697
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
|
|
|
| |
- RCng'ify startup script
- small plist fix if NOPORTDOCS is defined
- Add an entry in UPDATING
- move configuration example to ${EXAMPLESDIR}.
Notes:
svn path=/head/; revision=111077
|
|
|
|
|
|
|
|
| |
PR: 57157
Pointy hat to: myself
Notes:
svn path=/head/; revision=89415
|
|
|
|
|
|
|
|
| |
PR: 57157
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Notes:
svn path=/head/; revision=89414
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix small bug in port
- Cosmetic changes
PR: 52905
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes:
svn path=/head/; revision=82263
|