aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine3
Commit message (Collapse)AuthorAgeFilesLines
* PCRE is no longer an option.Cy Schubert2012-04-191-7/+4
| | | | | | | | PR: 165859 Submitted by: gjb Notes: svn path=/head/; revision=295118
* Toykocabinet or QDBM must be used (but not both as already in the port).Cy Schubert2012-04-191-0/+4
| | | | Notes: svn path=/head/; revision=295114
* Update 3.2.3 --> 3.3.0Cy Schubert2012-04-193-29/+64
| | | | Notes: svn path=/head/; revision=295087
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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
* Adjust MASTER_SITES with new URL.Cy Schubert2011-11-091-1/+1
| | | | Notes: svn path=/head/; revision=285390
* Update 3.2.1 --> 3.2.3Cy Schubert2011-11-093-3/+15
| | | | Notes: svn path=/head/; revision=285389
* Update 3.1.5 --> 3.2.1.Cy Schubert2011-09-203-232/+237
| | | | | | | | PR: 160355 (3.2.0) Submitted by: Wojtek Kochanowski <wojciech.kochanowski@nnv.pl> Notes: svn path=/head/; revision=282042
* eplace build dependency with library dependency.Cy Schubert2011-08-081-1/+2
| | | | | | | | PR: 157965 Submitted by: Jim Vanderveen <jim.vanderveen@gmail.com> Notes: svn path=/head/; revision=279276
* Update 3.1.4 --> 3.1.5Cy Schubert2011-05-223-14/+7
| | | | | | | PR: 157249 Notes: svn path=/head/; revision=274464
* Replace dashes ("-") in rc scripts with underbars ("_").Cy Schubert2011-03-133-8/+9
| | | | | | | | PR: 155495 Submitted by: arin Atanasov Nikolov <dnaeon@gmail.com> Notes: svn path=/head/; revision=270774
* Update 3.0.5 --> 3.1.4.Cy Schubert2011-02-093-16/+33
| | | | Notes: svn path=/head/; revision=268805
* Start cfengine later during boot, as other ports.Cy Schubert2011-02-063-4/+3
| | | | | | | | Suggested by: dougb Feature safe: yes Notes: svn path=/head/; revision=268701
* Include pkg-plist from my testbed.Cy Schubert2010-07-211-3/+30
| | | | | | | pointy hat to: myself Notes: svn path=/head/; revision=258028
* Update from 3.0.3 to 3.0.5p1.Cy Schubert2010-07-204-6/+6
| | | | Notes: svn path=/head/; revision=258006
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update 3.0.2 --> 3.0.3.Cy Schubert2010-01-313-6/+22
| | | | | | | PR: 143228 Notes: svn path=/head/; revision=248936
* The startup scripts contain errors with confuse the shell. Fix them.Cy Schubert2009-12-213-4/+5
| | | | | | | PR: 139078 Notes: svn path=/head/; revision=246405
* Docs are unconditionally installed by this port. Remove PORTDOCS dependency.Cy Schubert2009-11-141-163/+163
| | | | Notes: svn path=/head/; revision=244234
* Update 3.0.1 (3.0.1a7) --> 3.0.2.Cy Schubert2009-11-143-23/+168
| | | | | | | | Take on maintainership of the port as the maintainer, Jo Rhett <jrhett@netconsonance.com>, can no longer maintain this port. Notes: svn path=/head/; revision=244225
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-152-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. Notes: svn path=/head/; revision=237892
* Welcome to cfengine version 3!Boris Samorodov2009-02-1012-286/+127
| | | | | | | | PR: ports/131311 Submitted by: Jo Rhett <jrhett at netconsonance.com> Notes: svn path=/head/; revision=228022
* Update to 2.2.9.Boris Samorodov2009-02-053-18/+18
| | | | | | | | | PR: ports/131040 Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru> Patch by: Jo Rhett <jrhett at netconsonance.com> (maintainer) Notes: svn path=/head/; revision=227680
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - Update to 2.2.8Wesley Shields2008-08-134-104/+59
| | | | | | | | | PR: ports/126347 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: jrhett@netconsonance.com (maintainer) Notes: svn path=/head/; revision=218515
* Assign maintainership to submitter of recent PRs. Previous maintainerMark Linimon2008-07-271-1/+1
| | | | | | | | | has become inactive. Hat: portmgr Notes: svn path=/head/; revision=217648
* Update to 2.2.7Wesley Shields2008-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) Notes: svn path=/head/; revision=216113
* Fixup for previous commit:Xin LI2008-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] Notes: svn path=/head/; revision=205253
* - Update to 2.2.3;Xin LI2008-01-043-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 Notes: svn path=/head/; revision=205029
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Update to 2.2.1 [1]Sergei Kolobov2007-06-156-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> Notes: svn path=/head/; revision=193606
* - Update to 2.1.22Xin LI2007-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) Notes: svn path=/head/; revision=187755
* - Patch to fix berkeley db detection in configure script. Fixes compilationPav Lucistnik2007-01-243-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) Notes: svn path=/head/; revision=183223
* - Update to 2.1.21Sergei Kolobov2006-10-092-4/+4
| | | | Notes: svn path=/head/; revision=175098
* - Add patches synced with sysutils/cfengine2 portSergei Kolobov2006-10-094-0/+130
| | | | | | | Forgotten by: cvs(1) Notes: svn path=/head/; revision=175080
* - Resurrect sysutils/cfengine port removed year ago. It is currentlySergei Kolobov2006-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. Notes: svn path=/head/; revision=175079
* - Remove sysutils/cfengine (cfengine-1.x) - the port is marked DEPRECATEDSergei Kolobov2005-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) Notes: svn path=/head/; revision=145920
* - Mark this port DEPRECATED; users are advised to use sysutils/cfengine2Sergei Kolobov2005-03-141-0/+4
| | | | | | | | | | - Set EXPIRATION_DATE to 6 months from now - Set NO_LATEST_LINK Approved by: gordon (maintainer) on freebsd-ports Notes: svn path=/head/; revision=131209
* Remove conditional dependencies on security/tcp_wrapper: That portColin Percival2005-01-201-3/+0
| | | | | | | | hasn't existed since October 2002, and tcp_wrapper has been included in the base system since March 1999. Notes: svn path=/head/; revision=126967
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove bogus patch to use `-ldes'.Jacques Vidrine2003-02-181-4/+4
| | | | | | | Approved by: gordon (MAINTAINER) Notes: svn path=/head/; revision=75812
* Fix cfengine port now that makeinfo splits info -> html output. This brokeGordon Tetlow2002-09-192-6/+8
| | | | | | | | | | package building. The solution is to force it back to creating a monolithic html file. Submitted by: kris Notes: svn path=/head/; revision=66715
* BROKEN: Incorrect plistKris Kennaway2002-09-191-0/+2
| | | | Notes: svn path=/head/; revision=66670
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-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 Notes: svn path=/head/; revision=64836
* Update cfengine MASTER_SITESGordon Tetlow2002-07-291-1/+1
| | | | | | | | PR: ports/41123 Submitted by: fanf@ Notes: svn path=/head/; revision=63708
* Update my maintainer line to my new FreeBSD email address.Gordon Tetlow2002-05-191-1/+1
| | | | | | | Not Reviewed by: jake Notes: svn path=/head/; revision=59459
* Update URLs for cfengine port to correctly reflect the website and theYing-Chieh Liao2002-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 Notes: svn path=/head/; revision=57900