Commit graph

68 commits

Author SHA1 Message Date
Cy Schubert
45d02b25ca Adjust MASTER_SITES with new URL. 2011-11-09 19:54:35 +00:00
Cy Schubert
e8d2c80cf6 Update 3.2.1 --> 3.2.3 2011-11-09 19:47:55 +00:00
Cy Schubert
334d1a611e Update 3.1.5 --> 3.2.1.
PR:		160355 (3.2.0)
Submitted by:	Wojtek Kochanowski <wojciech.kochanowski@nnv.pl>
2011-09-20 05:08:49 +00:00
Cy Schubert
9599c057ea eplace build dependency with library dependency.
PR:		157965
Submitted by:	Jim Vanderveen <jim.vanderveen@gmail.com>
2011-08-08 19:41:12 +00:00
Cy Schubert
8b894bf8b7 Update 3.1.4 --> 3.1.5
PR:		157249
2011-05-22 18:57:31 +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
319e9770b5 Update 3.0.5 --> 3.1.4. 2011-02-09 05:51:02 +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
ce327e088a Include pkg-plist from my testbed.
pointy hat to:	myself
2010-07-21 13:45:07 +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
6233973029 Update 3.0.2 --> 3.0.3.
PR:		143228
2010-01-31 07:58:23 +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
Cy Schubert
9d7de75141 Docs are unconditionally installed by this port. Remove PORTDOCS dependency. 2009-11-14 01:26:35 +00:00
Cy Schubert
7698ea7fa2 Update 3.0.1 (3.0.1a7) --> 3.0.2.
Take on maintainership of the port as the maintainer, Jo Rhett
<jrhett@netconsonance.com>, can no longer maintain this port.
2009-11-14 00:12:04 +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
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +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
Mark Linimon
3fc3d1ecb1 Assign maintainership to submitter of recent PRs. Previous maintainer
has become inactive.

Hat:		portmgr
2008-07-27 04:16:28 +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
e74b7c2d72 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]
2008-01-08 08:44:49 +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
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +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
Xin LI
d976912159 - 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)
2007-03-20 03:34:48 +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
a73e848342 - Update to 2.1.21 2006-10-09 15:36:58 +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
b7ccbcd1bb - 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.
2006-10-09 13:19:33 +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
Sergei Kolobov
c9acdc058a - 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
2005-03-14 15:16:44 +00:00
Colin Percival
7ef8b8da40 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.
2005-01-20 18:52:56 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14: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
Kris Kennaway
b980632519 BROKEN: Incorrect plist 2002-09-19 02:51:53 +00:00
Ade Lovett
76d6ac6122 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
2002-08-22 19:13:46 +00:00
Gordon Tetlow
1bb53a1ac9 Update cfengine MASTER_SITES
PR:		ports/41123
Submitted by:	fanf@
2002-07-29 20:47:37 +00:00
Gordon Tetlow
f79e080a99 Update my maintainer line to my new FreeBSD email address.
Not Reviewed by:	jake
2002-05-19 07:08:17 +00:00
Ying-Chieh Liao
b54ce1055d 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
2002-04-20 01:12:33 +00:00
Dmitry Sivachenko
de55f9a5ca RUN_DEPEND on latex to build documentation correctly.
Remove strip commands from post-install target: binaries are stripped
without this hack.
2002-01-07 13:47:40 +00:00
Will Andrews
f3171de7e6 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/
2002-01-06 06:20:22 +00:00
Steve Price
55e3e0ef46 Fix for new world order of automake and friends but using ${ACLOCAL} and
${AUTOHEADER}.
2001-12-15 22:56:48 +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