Commit graph

9 commits

Author SHA1 Message Date
Tijl Coosemans
36df7703e4 Rather than listening on two sockets, one for IPv4 and one for IPv6 the
csync server listens on one IPv6 socket and uses IPv4 mapped IPv6 addresses
to support IPv4.  This IPv6 feature is disabled by default on FreeBSD so
add a patch to enable it on the server socket.

PR:		208928
Tested by:	ari@ish.com.au
Approved by:	alexey@renatasystems.org (maintainer)
2016-04-27 20:05:11 +00:00
Tijl Coosemans
fcc0629983 - Update net/csync2 to version 2.0.
- Prevent use of pdflatex when it's installed.
- Replace patch-csync2-compare with USES=shebangfix.
- Add a patch to fix use of strlcpy (pass size of destination instead of
  source).
- Add a patch to let the compiler know csync_fatal does not return.  This
  fixes a warning about an uninitialised variable.
- Use predefined PKG_PREFIX in pkg-install and create directories from
  pkg-plist.

PR:		207765
Approved by:	alexey@renatasystems.org (maintainer)
2016-03-11 13:33:35 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +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
Stefan Walter
f6558c43ca - Fix/update rc.d script.
- Make installation of csync2-compare optional.
- Generate certificates and create directories during installation if necessary.
- Assign maintainership to submitter.

PR:		146970
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org>
Feature safe:	yes
2010-06-27 12:26:55 +00:00
Pav Lucistnik
856e18c1d0 - Provide rc script
PR:		ports/145107
Submitted by:	Ari Maniatis <ari@ish.com.au>
2010-05-14 13:29:55 +00:00
Martin Wilke
2f65aa8ba3 - Unbreak and fix build with gnuTLS
PR:		138804
Submitted by:	mitsuru@riken.jp
Feature safe:	yes
2009-09-16 14:26:58 +00:00
Xin LI
1fb5f29306 Update to 1.34.
Approved by:	maintainer timeout
PR:		ports/119742
2008-02-24 00:07:41 +00:00
Aaron Dalton
5a42f0702e Adding net/csync2, a cluster synchronization tool. 2007-05-30 18:48:50 +00:00