aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cfengine3
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-162-2/+0
| | | | | | | | | | | | | | | | | | | | 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.
* Welcome to cfengine version 3!bsam2009-02-1112-286/+127
| | | | | PR: ports/131311 Submitted by: Jo Rhett <jrhett at netconsonance.com>
* Update to 2.2.9.bsam2009-02-063-18/+18
| | | | | | PR: ports/131040 Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru> Patch by: Jo Rhett <jrhett at netconsonance.com> (maintainer)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 2.2.8wxs2008-08-144-104/+59
| | | | | | PR: ports/126347 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: jrhett@netconsonance.com (maintainer)
* Assign maintainership to submitter of recent PRs. Previous maintainerlinimon2008-07-271-1/+1
| | | | | | has become inactive. Hat: portmgr
* Update to 2.2.7wxs2008-07-028-192/+200
| | | | | | | | Properly respect NOPORTDOCS and NOPORTEXAMPLES PR: ports/124993, ports/122057 Submitted by: Jo Rhett <jrhett@netconsonance.com> Approved by: sergei (maintainer timeout)
* Fixup for previous commit:delphij2008-01-082-1/+5
| | | | | | | | | | - 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]
* - Update to 2.2.3;delphij2008-01-053-21/+11
| | | | | | | | | - 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
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-3/+1
| | | | | | | | | | | | | | | | | | 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
* - Update to 2.2.1 [1]sergei2007-06-166-27/+113
| | | | | | | - Add rc.d scripts for cfexecd(8) and cfservd(8) PR: ports/113167 [1] Submitted by: Jo Rhett <jrhett AT svcolo dot com>
* - Update to 2.1.22delphij2007-03-203-10/+16
| | | | | | | | | - 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)
* - Patch to fix berkeley db detection in configure script. Fixes compilationpav2007-01-253-2/+50
| | | | | | | | | | 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)
* - Update to 2.1.21sergei2006-10-092-4/+4
|
* - Add patches synced with sysutils/cfengine2 portsergei2006-10-094-0/+130
| | | | Forgotten by: cvs(1)
* - Resurrect sysutils/cfengine port removed year ago. It is currentlysergei2006-10-094-0/+95
| | | | | | | | | 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.
* - Remove sysutils/cfengine (cfengine-1.x) - the port is marked DEPRECATEDsergei2005-10-2010-232/+0
| | | | | | | | 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)
* - Mark this port DEPRECATED; users are advised to use sysutils/cfengine2sergei2005-03-141-0/+4
| | | | | | | - Set EXPIRATION_DATE to 6 months from now - Set NO_LATEST_LINK Approved by: gordon (maintainer) on freebsd-ports
* Remove conditional dependencies on security/tcp_wrapper: That portcperciva2005-01-211-3/+0
| | | | | hasn't existed since October 2002, and tcp_wrapper has been included in the base system since March 1999.
* Sync with new bsd.autotools.mkade2004-06-051-0/+1
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove bogus patch to use `-ldes'.nectar2003-02-191-4/+4
| | | | Approved by: gordon (MAINTAINER)
* Fix cfengine port now that makeinfo splits info -> html output. This brokegordon2002-09-192-6/+8
| | | | | | | package building. The solution is to force it back to creating a monolithic html file. Submitted by: kris
* BROKEN: Incorrect plistkris2002-09-191-0/+2
|
* BerkeleyDB cleanup - stage 2ade2002-08-231-2/+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
* Update cfengine MASTER_SITESgordon2002-07-301-1/+1
| | | | | PR: ports/41123 Submitted by: fanf@
* Update my maintainer line to my new FreeBSD email address.gordon2002-05-191-1/+1
| | | | Not Reviewed by: jake
* Update URLs for cfengine port to correctly reflect the website and theijliao2002-04-202-3/+7
| | | | | | | | | | 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
* RUN_DEPEND on latex to build documentation correctly.demon2002-01-071-3/+1
| | | | | Remove strip commands from post-install target: binaries are stripped without this hack.
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Fix for new world order of automake and friends but using ${ACLOCAL} andsteve2001-12-161-1/+1
| | | | ${AUTOHEADER}.
* This patch fixes the following problems:ijliao2001-08-175-5/+34
| | | | | | | | | | | | * 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
* Per the instructions of the software, cfengine is now dependent on BerkleyDB 3.mharo2001-04-024-9/+29
| | | | | | | | | | | | | | | | 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
* - Update to version 1.6.3kevlo2001-02-252-3/+3
| | | | | | | - Take over maintainership PR: 25316 Submitted by: Gordon Tetlow <gordont@bluemtn.net>
* Update to version 1.6.2kevlo2001-01-237-62/+70
| | | | | PR: 24556 Submitted by: Ports Fury
* Upgrade to cfengine 1.6.1 to (finally) fix remote vulnerability.kris2001-01-215-24/+103
| | | | | | Remove old maintainer for inactivity. Submitted by: Gordon Tetlow <gordont@bluemtn.net>
* Fix a type, you -> your.steve2000-10-161-1/+1
|
* Mark FORBIDDEN: remote root vulnerabilitykris2000-10-111-0/+2
| | | | Submitted by: Pekka Savola <pekkas@NETCORE.FI> via bugtraq
* Change GNU_CONFIGURE to USE_AUTOCONF. cfengine comes with a configurefenner2000-09-021-1/+1
| | | | | script generated with configure 1.12, which has a POSIX-related IFS bug and doesn't completely work with modern shells.
* Upgrade to 1.5.4 and change to not be x86 specificjseger2000-04-263-3/+15
| | | | Submitted by: Steve Sizemore <steve@cmpharm.ucsf.edu>
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-2/+2
|
* upgrade to cfengine-1.5.3jseger1999-10-294-11/+19
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Only depend on tcp_wrapper if it isn't in the base system.mharo1999-06-271-2/+2
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Add dependency on tcp_wrappers if PACKAGE_BUILDING is defined.jseger1998-12-101-1/+5
|
* Upgrade to cfengine-1.4.12.jseger1998-08-193-4/+15
|
* Import of cfengine 1.4.10.jseger1998-03-175-0/+49
cfengine lets you manage you network (including editing files automatically), in an object-oriented manner.