| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Jan 2013 04:33:09
3.4.1
|
gjb  |
Implement the concept of a "master" port for the set of
sysutils/cfengine* ports.
The idea here is two-fold:
1.) Users should not need to ever change port origins
for a default software version bump;
2.) Users should expect to exist an unversioned port
directory to reflect the latest major version (and
they should be correct in this expectation).
With this change, users can install the sysutils/cfengine
port, and by default track the latest major version of the
software. Subsequent version releases, for example the 3.5
branch, will not require any interaction from user side.(Only the first 15 lines of the commit message are shown above ) |
14 Aug 2012 20:50:57
  |
cy  |
Move cfengine ports to standardize namaing.
Submitted by: gjb |
09 Aug 2012 01:03:04
2.2.10
|
cy  |
gjb@ and I will commit to the cfengine* ports. Both of us can be blamed
for the goings on in this place. |
19 Apr 2012 04:22:15
2.2.10
|
cy  |
Record conflict with cfengine 3.3.0. |
14 Jan 2012 08:57:23
2.2.10
|
dougb  |
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. |
19 Mar 2011 12:38:54
2.2.10
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
2.2.10
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
14 Nov 2009 06:09:49
2.2.10
|
cy  |
Update 2.2.9 --> 2.2.10
Take on maintainership of the port as the maintainer, Jo Rhett
<jrhett@netconsonance.com>, can no longer maintain this port. |
12 Oct 2009 18:19:52
2.2.9
|
skreuzer  |
Change MASTER_SITES to new distfile location
Feature safe: YES |
15 Jul 2009 16:56:10
2.2.9
|
dougb  |
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. |
05 Feb 2009 18:17:22
2.2.9
|
bsam  |
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) |
21 Aug 2008 06:18:49
2.2.8
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
13 Aug 2008 21:41:14
2.2.8
|
wxs  |
- Update to 2.2.8
PR: ports/126347
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: jrhett@netconsonance.com (maintainer) |
27 Jul 2008 04:16:29
2.2.7
|
linimon  |
Assign maintainership to submitter of recent PRs. Previous maintainer
has become inactive.
Hat: portmgr |
02 Jul 2008 03:08:54
2.2.7
|
wxs  |
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) |
08 Jan 2008 08:44:49
2.2.3_1
|
delphij  |
Fixup for previous commit:
- Correct pkg-plist by adding two newly added intermediate
libraries. [1]
- Use better way to make dependency on Berkeley DB. [2]
Pointy hat to: delphij
Reported by: Scot Hetzel <swhetzel gmail com> [1]
tinderbox via pav and edwin [2] |
04 Jan 2008 23:54:18
2.2.3
|
delphij  |
- 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 |
23 Jul 2007 09:36:52
2.2.1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
15 Jun 2007 18:18:58
2.2.1
|
sergei  |
- 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> |
20 Mar 2007 03:34:49
2.1.22
|
delphij  |
- Update to 2.1.22
- Respect users' PTHREEAD related settings
- Correct usage of BerkeleyDB
- Use Berkeley DB 4.4 per original authors
PR: ports/109707
Approved by: maintainer timeout (19 days) |
24 Jan 2007 22:47:36
2.1.21_1
|
pav  |
- 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) |
09 Oct 2006 15:36:58
2.1.21
|
sergei  |
- Update to 2.1.21 |
09 Oct 2006 13:23:49
2.1.20
|
sergei  |
- Add patches synced with sysutils/cfengine2 port
Forgotten by: cvs(1) |
09 Oct 2006 13:19:33
2.1.20
|
sergei  |
- Resurrect sysutils/cfengine port removed year ago. It is currently
synced with sysutils/cfengine2 which it is going to replace.
The reason for that is Cfengine 2.x being the stable version now,
so the need for keeping both old 1.x (sysutils/cfengine) and the new
2.x (sysutils/cfengine2) has been obsoleted.
This is currently disconnected from the build. |
20 Oct 2005 09:44:21
1.6.3_5  |
sergei  |
- 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) |
14 Mar 2005 15:16:44
1.6.3_5  |
sergei  |
- Mark this port DEPRECATED; users are advised to use sysutils/cfengine2
- Set EXPIRATION_DATE to 6 months from now
- Set NO_LATEST_LINK
Approved by: gordon (maintainer) on freebsd-ports |
20 Jan 2005 18:52:56
1.6.3_5  |
cperciva  |
Remove conditional dependencies on security/tcp_wrapper: That port
hasn't existed since October 2002, and tcp_wrapper has been included in
the base system since March 1999. |
04 Jun 2004 17:29:38
1.6.3_5  |
ade  |
Sync with new bsd.autotools.mk |
31 Mar 2004 03:12:58
1.6.3_5  |
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
1.6.3_5  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
07 Mar 2003 06:11:20
1.6.3_4  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
18 Feb 2003 18:35:22
1.6.3_4  |
nectar  |
Remove bogus patch to use `-ldes'.
Approved by: gordon (MAINTAINER) |
19 Sep 2002 15:49:09
1.6.3_4  |
gordon  |
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 |
19 Sep 2002 02:51:53
1.6.3_4  |
kris  |
BROKEN: Incorrect plist |
22 Aug 2002 19:13:46
1.6.3_4  |
ade  |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x |
29 Jul 2002 20:47:37
1.6.3_3  |
gordon  |
Update cfengine MASTER_SITES
PR: ports/41123
Submitted by: fanf@ |
19 May 2002 07:08:17
1.6.3_3  |
gordon  |
Update my maintainer line to my new FreeBSD email address.
Not Reviewed by: jake |
20 Apr 2002 01:12:33
1.6.3_3  |
ijliao  |
Update URLs for cfengine port to correctly reflect the website and the
authoritative FTP site for cfengine. Also remove the dependence on teTex
while port building since it is fscking huge and ugly. When package
building, add the dependence on teTex so more docs are available in the
package.
PR: 37239
Submitted by: maintainer |
07 Jan 2002 13:47:40 
|
demon  |
RUN_DEPEND on latex to build documentation correctly. Remove strip commands
from post-install target: binaries are stripped without this hack. |
06 Jan 2002 06:20:22 
|
will  |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
15 Dec 2001 22:56:48 
|
steve  |
Fix for new world order of automake and friends but using ${ACLOCAL} and
${AUTOHEADER}. |
17 Aug 2001 15:20:09 
|
ijliao  |
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. |
02 Apr 2001 11:21:21 
|
mharo  |
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. |
25 Feb 2001 06:17:55 
|
kevlo  |
- Update to version 1.6.3 - Take over maintainership |
23 Jan 2001 08:58:30 
|
kevlo  |
Update to version 1.6.2 |
21 Jan 2001 00:38:17 
|
kris  |
Upgrade to cfengine 1.6.1 to (finally) fix remote vulnerability. Remove old
maintainer for inactivity. |
16 Oct 2000 04:53:04 
|
steve  |
Fix a type, you -> your. |
11 Oct 2000 07:49:42 
|
kris  |
Mark FORBIDDEN: remote root vulnerability |
08 Oct 2000 07:23:57 
|
asami  |
Convert category sysutils to new layout. |
01 Sep 2000 17:41:41 
|
fenner  |
Change GNU_CONFIGURE to USE_AUTOCONF. cfengine comes with a configure script
generated with configure 1.12, which has a POSIX-related IFS bug and doesn't
completely work with modern shells. |