CVS log for ports/sysutils/cfengine/Makefile
Up to [FreeBSD] / ports / sysutils / cfengine
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Nov 14 06:09:48 2009 UTC (2 years, 2 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
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.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Oct 12 18:19:52 2009 UTC (2 years, 3 months ago) by skreuzer
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Change MASTER_SITES to new distfile location Feature safe: YES
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Feb 5 18:17:21 2009 UTC (3 years ago) by bsam
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
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)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:24 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -1 lines
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
- 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)
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Aug 13 21:41:14 2008 UTC (3 years, 5 months ago) by wxs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -1 lines
- Update to 2.2.8 PR: ports/126347 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: jrhett@netconsonance.com (maintainer)
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Jul 27 04:16:28 2008 UTC (3 years, 6 months ago) by linimon
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Assign maintainership to submitter of recent PRs. Previous maintainer has become inactive. Hat: portmgr
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jul 2 03:08:53 2008 UTC (3 years, 7 months ago) by wxs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +13 -9 lines
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)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jan 8 08:44:49 2008 UTC (4 years, 1 month ago) by delphij
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -1 lines
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]
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 4 23:54:17 2008 UTC (4 years, 1 month ago) by delphij
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -5 lines
- 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
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:34 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -3 lines
- 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
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jun 15 18:18:57 2007 UTC (4 years, 7 months ago) by sergei
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +8 -3 lines
- 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>
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Mar 20 03:34:48 2007 UTC (4 years, 10 months ago) by delphij
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +13 -6 lines
- 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)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jan 24 22:47:36 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
- 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)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Oct 9 15:36:58 2006 UTC (5 years, 4 months ago) by sergei
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- Update to 2.1.21
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Oct 9 13:19:33 2006 UTC (5 years, 4 months ago) by sergei
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +17 -26 lines
- 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.
Revision 1.33
Thu Oct 20 09:44:20 2005 UTC (6 years, 3 months ago) by sergei
Branches: MAIN
FILE REMOVED
Changes since revision 1.32: +1 -1 lines
- 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)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 14 15:16:44 2005 UTC (6 years, 11 months ago) by sergei
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -0 lines
- 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
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jan 20 18:52:56 2005 UTC (7 years ago) by cperciva
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -3 lines
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.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:32 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Sync with new bsd.autotools.mk
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:56 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:11:08 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 19 15:49:04 2002 UTC (9 years, 4 months ago) by gordon
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -2 lines
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
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Sep 19 02:51:53 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -0 lines
BROKEN: Incorrect plist
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Aug 22 19:13:43 2002 UTC (9 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
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
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jul 29 20:47:37 2002 UTC (9 years, 6 months ago) by gordon
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Update cfengine MASTER_SITES PR: ports/41123 Submitted by: fanf@
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 19 07:08:17 2002 UTC (9 years, 8 months ago) by gordon
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Update my maintainer line to my new FreeBSD email address. Not Reviewed by: jake
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 20 01:12:33 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -2 lines
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
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jan 7 13:47:40 2002 UTC (10 years, 1 month ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3 lines
RUN_DEPEND on latex to build documentation correctly. Remove strip commands from post-install target: binaries are stripped without this hack.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 6 06:20:21 2002 UTC (10 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
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 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/
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Dec 15 22:56:48 2001 UTC (10 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Fix for new world order of automake and friends but using ${ACLOCAL} and
${AUTOHEADER}.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 17 14:20:07 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
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
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 2 10:21:18 2001 UTC (10 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -7 lines
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
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 25 06:17:55 2001 UTC (10 years, 11 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
- Update to version 1.6.3 - Take over maintainership PR: 25316 Submitted by: Gordon Tetlow <gordont@bluemtn.net>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 23 08:58:27 2001 UTC (11 years ago) by kevlo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -11 lines
Update to version 1.6.2 PR: 24556 Submitted by: Ports Fury
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 21 00:38:15 2001 UTC (11 years ago) by kris
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -5 lines
Upgrade to cfengine 1.6.1 to (finally) fix remote vulnerability. Remove old maintainer for inactivity. Submitted by: Gordon Tetlow <gordont@bluemtn.net>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Oct 11 06:49:39 2000 UTC (11 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Mark FORBIDDEN: remote root vulnerability Submitted by: Pekka Savola <pekkas@NETCORE.FI> via bugtraq
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 1 16:41:41 2000 UTC (11 years, 5 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
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.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 25 20:57:36 2000 UTC (11 years, 9 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -3 lines
Upgrade to 1.5.4 and change to not be x86 specific Submitted by: Steve Sizemore <steve@cmpharm.ucsf.edu>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 22 10:11:45 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Corrrect whitespace introduced during PORTNAME conversion and portlint
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 9 19:07:19 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variable
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 29 04:02:01 1999 UTC (12 years, 3 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
upgrade to cfengine-1.5.3
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:50:42 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 31 01:59:37 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 27 07:42:20 1999 UTC (12 years, 7 months ago) by mharo
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Only depend on tcp_wrapper if it isn't in the base system.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:27 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 10 02:18:15 1998 UTC (13 years, 2 months ago) by jseger
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
Add dependency on tcp_wrappers if PACKAGE_BUILDING is defined.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 19 11:28:23 1998 UTC (13 years, 5 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Upgrade to cfengine-1.4.12.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Mar 17 02:13:25 1998 UTC (13 years, 10 months ago) by jseger
Branches: JSEGER
CVS tags: v1_4_10, RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of cfengine 1.4.10. cfengine lets you manage you network (including editing files automatically), in an object-oriented manner.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 17 02:13:25 1998 UTC (13 years, 10 months ago) by jseger
Branches: MAIN
Initial revision
