Commit graph

25 commits

Author SHA1 Message Date
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
Cy Schubert
cce8218e40 Replace dashes ("-") in rc scripts with underbars ("_").
PR:		155495
Submitted by:	arin Atanasov Nikolov <dnaeon@gmail.com>
2011-03-13 01:21:18 +00:00
Cy Schubert
223459a6c7 Start cfengine later during boot, as other ports.
Suggested by:	dougb
Feature safe:	yes
2011-02-06 02:46:17 +00:00
Cy Schubert
ea2cde613a Update from 3.0.3 to 3.0.5p1. 2010-07-20 22:27:20 +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
Cy Schubert
0290fbcedf The startup scripts contain errors with confuse the shell. Fix them.
PR:		139078
2009-12-21 23:28:42 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Boris Samorodov
580b911de3 Welcome to cfengine version 3!
PR:		ports/131311
Submitted by:	Jo Rhett <jrhett at netconsonance.com>
2009-02-10 21:37:55 +00:00
Boris Samorodov
97931967df Update to 2.2.9.
PR:		ports/131040
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Patch by:	Jo Rhett <jrhett at netconsonance.com> (maintainer)
2009-02-05 18:17:22 +00:00
Wesley Shields
d8f55d21f2 - Update to 2.2.8
PR:		ports/126347
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	jrhett@netconsonance.com (maintainer)
2008-08-13 21:41:14 +00:00
Wesley Shields
b55f7b2bca Update to 2.2.7
Properly respect NOPORTDOCS and NOPORTEXAMPLES

PR:		ports/124993, ports/122057
Submitted by:	Jo Rhett <jrhett@netconsonance.com>
Approved by:	sergei (maintainer timeout)
2008-07-02 03:08:53 +00:00
Xin LI
38432f5ca6 - Update to 2.2.3;
- Make BDB 4.6 as default BDB version;
 - Modify MASTER_SITES according to official website.

Submitted by:	delphij
PR:		ports/118562
Approved by:	maintainer timeout
2008-01-04 23:54:18 +00:00
Sergei Kolobov
73de43e54b - Update to 2.2.1 [1]
- Add rc.d scripts for cfexecd(8) and cfservd(8)

PR:		ports/113167 [1]
Submitted by:	Jo Rhett <jrhett AT svcolo dot com>
2007-06-15 18:18:57 +00:00
Pav Lucistnik
74e93340df - Patch to fix berkeley db detection in configure script. Fixes compilation
when multiple db ports are installed
- Patch to explicitly link with included libpub.a, instead of one in /usr/local
- Patch to never rebuild documentation, the full copy is included

PR:		ports/106790
Submitted by:	Nick Barkas <snb@threerings.net>
Approved by:	maintainer timeout (sergei; 1 month)
2007-01-24 22:47:36 +00:00
Sergei Kolobov
fabbead445 - Add patches synced with sysutils/cfengine2 port
Forgotten by:	cvs(1)
2006-10-09 13:23:49 +00:00
Sergei Kolobov
05588ab48b - Remove sysutils/cfengine (cfengine-1.x) - the port is marked DEPRECATED
and has expired on 2005-09-14.
  Any cfengine-1.x users should consider migrating to cfengine-2.x
  (sysutils/cfengine2).

Approved by:	gordon (maintainer)
2005-10-20 09:44:21 +00:00
Jacques Vidrine
5ed6273d82 Remove bogus patch to use `-ldes'.
Approved by:	gordon (MAINTAINER)
2003-02-18 18:35:22 +00:00
Gordon Tetlow
97bdda3e78 Fix cfengine port now that makeinfo splits info -> html output. This broke
package building. The solution is to force it back to creating a monolithic
html file.

Submitted by:	kris
2002-09-19 15:49:09 +00:00
Ying-Chieh Liao
a26a168208 This patch fixes the following problems:
* cfengine deadlocking in the resolver due to being linked against libc_r
    * cfd issuing 'ioctl:  No such network device' whenever it is invoked.

change maintainer email
add more docs
Patches obtained from Michael Kyle <mike@rainc.com>

PR:		29649
Submitted by:	MAINTAINER
2001-08-17 14:20:09 +00:00
Michael Haro
985047d96a Per the instructions of the software, cfengine is now dependent on BerkleyDB 3.
In fact, the only thing (that I can tell anyway) that uses the DB functions is
cfd. I'm guessing most people don't use it, especially since I haven't heard
any complaints about it.

Also, it was putting some of the docs in / (for some really strange reason).
That should be fixed too. They are now put in {PREFIX}/share/doc/cfengine,
depending on NOPORTSDOC (somewhat reverse logic than normal, but it made the
amount of changes less).

Finally, strip the binaries.

PR:		26189
Submitted by:	    maintainer
2001-04-02 10:21:20 +00:00
Kevin Lo
4e9948773e Update to version 1.6.2
PR: 24556
Submitted by: Ports Fury
2001-01-23 08:58:29 +00:00
Kris Kennaway
4e6ae5fdf5 Upgrade to cfengine 1.6.1 to (finally) fix remote vulnerability.
Remove old maintainer for inactivity.

Submitted by:	 Gordon Tetlow <gordont@bluemtn.net>
2001-01-21 00:38:16 +00:00
Justin M. Seger
7833d2dbe5 Upgrade to 1.5.4 and change to not be x86 specific
Submitted by:	Steve Sizemore <steve@cmpharm.ucsf.edu>
2000-04-25 20:57:38 +00:00
Justin M. Seger
39ed2d217f upgrade to cfengine-1.5.3 1999-10-29 04:02:04 +00:00
Justin M. Seger
1e7506ff6b Upgrade to cfengine-1.4.12. 1998-08-19 11:28:24 +00:00