Commit graph

66 commits

Author SHA1 Message Date
Philip M. Gollucci
fca43b95be - Assign some ports to apache@ 2010-04-28 22:24:39 +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
Doug Barton
4adaa6b9e7 Remove the spurious FreeBSD KEYWORD.
Coincidentally, add $FreeBSD$ while I'm here.
2009-07-27 23:12:00 +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
Philip M. Gollucci
c75a0c1304 - fix typo, time for bed when you spell your name wrong 2009-07-15 07:15:03 +00:00
Philip M. Gollucci
2515824b44 - USE_RC_SUBR != yes
- OPTIONify
- Adopt
- portlint
2009-07-15 07:14:00 +00:00
Edwin Groothuis
4d5623ea35 Remove support for OSVERSION < 5 2007-10-04 00:08:39 +00:00
Mark Linimon
8f16c259c4 Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while.
Hat:		portmgr
2007-06-06 07:54:08 +00:00
James E. Housley
9bb5f1aa89 The last PR that remove i386 only hoping to get amd64 broke the build for
all other systems.
2006-05-16 20:51:49 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
James E. Housley
422ffdadb4 Remove the i386 only requirement.
PR:		96717
Submitted by:	Pav Lucistnik
2006-05-09 12:28:15 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
James E. Housley
041b1fb76f Fix small type in chip name 2005-11-06 12:23:40 +00:00
James E. Housley
53c997a4bf Update to 0.7.9
* Update ReadByte for PR 69376
* Update configure for PR 69372
2004-08-17 01:40:37 +00:00
James E. Housley
3ffc592c92 * Fix rc.subr use so the it works properly with both 4.x and 5.x
* Fix a potential buffer overflow while reading the config file.  But,
  since the config file is owned by root this is the least of your worries.
* Enlarge the size of the _warn and _fail command strings

- Overflow noticed by Pete <shipley@dis.org>
2004-08-08 12:43:40 +00:00
James E. Housley
2e64dedc3a Upgrade to version 0.7.7 which fixes the compile problems on -CURRENT 2004-06-24 01:10:58 +00:00
James E. Housley
d81cca60f5 Give help for the standard ports option WITHOUT_IPV6, so it is visiable
without having to read the Makefile.  The same can be accomplished via
adding the "-6" option when running healthd.

PR:		68207
Submitted by:	Walter Venable <weaseal@users.sourceforge.net>
2004-06-23 13:33:38 +00:00
Kris Kennaway
6c2d12ecbf BROKEN on 5.x: does not compile 2004-05-05 01:19:32 +00:00
James E. Housley
76e742c7f5 Use /etc/rc.subr on systems that have it.
PR:		65609
Submitted By:	Franz Klammer
2004-04-20 01:28:24 +00:00
James E. Housley
c464b91fd6 Bento says 'healthd' does not compile on amd64, so revert back to just
i386
2004-03-30 11:00:14 +00:00
James E. Housley
e7f0947a54 Runs on amd64 also, so allow it.
PR:		64549
Submitted by:	Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
2004-03-22 13:20:54 +00:00
James E. Housley
917f75faee mirror updates 2004-03-10 02:15:53 +00:00
James E. Housley
81e2eb2e94 Update MASTER_SITES 2004-03-08 17:41:36 +00:00
James E. Housley
4ae7ecc4da Add a second dist. site. 2004-02-21 23:47:07 +00:00
James E. Housley
39847e4e21 ./configure didn't properly detect SMB on 5.x systems, even though the
code would work right.
2004-02-14 13:17:02 +00:00
James E. Housley
48d2d82bfc Add SIZE 2004-01-29 18:44:11 +00:00
James E. Housley
b3702d3795 Update to 0.7.5, this support rc.subr 2003-12-05 21:53:13 +00:00
James E. Housley
c436c71fbe Update to 0.7.4, which fixes compile problems on 5.1 2003-09-26 13:15:31 +00:00
James E. Housley
04baa48225 Thanks to Jamie Jones <jamie@bishopston.net> for tracking down a header
problem on FreeBSD-5.1
2003-08-21 19:19:12 +00:00
James E. Housley
2e39d72fca fix my mistake in the last version 2003-08-21 00:58:39 +00:00
James E. Housley
3d6a464e4d Update to 0.7.1, this includes a "timeout" fix for select() 2003-08-20 18:55:51 +00:00
James E. Housley
f186612cdf Mark i386 only. No PORTREVISION bump. 2003-07-11 15:58:13 +00:00
James E. Housley
efd190c942 Remove pkg-comment and place in Makefile 2003-03-03 04:00:46 +00:00
James E. Housley
daf4ed1bb8 Fix a type from last change.
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-07-26 11:53:50 +00:00
James E. Housley
e6f6845a9d There is no reason to conditionally install healthd.sh.sample 2002-07-25 12:20:36 +00:00
James E. Housley
fa2be3aa76 Conditionally install/uninstall etc/rc.d/healthd.sh
Bump PORTREVISION

PR:		40109
Submitted by:	Ying-Chieh Liao <ijliao@FreeBSD.org>
2002-07-25 11:25:34 +00:00
James E. Housley
f86ccab916 Fix possible core dump on healthdc with the "P" option.
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-07-01 12:50:42 +00:00
James E. Housley
599c9329ca Allow IPv6 to be excluded via -DWITHOUT_IPV6
Bump PORTREVISION

PR:		39526
Submitted by:	steve@stevenwills.com
2002-06-19 16:12:06 +00:00
James E. Housley
f6ea576b5a Zero out the sockaddr_* structures before use.
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
2002-06-18 11:59:31 +00:00
James E. Housley
5b8421382b Update to 0.6.7
A small fix was applied to healthdc so that it will compile on OpenBSD
with libwrap.

Submitted by:	"Eduardo B. Fonseca" <ebf-dated-1018445139.132fb7@aedsolucoes.com.br>
2002-04-05 14:00:57 +00:00
James E. Housley
bee60d32c3 A small patch to allow the command line to override the ENV in healthdc.
NOTE:  I still have a lot of other patches that I am working on, they
haven't been forgotten.

Submitted by:	David McNett <nugget@slacker.com>
2002-02-05 01:43:06 +00:00
James E. Housley
61cd42bc0a Include the previous patch-aa
Upgrade to 0.6.5.
 - Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B
2001-03-16 20:29:13 +00:00
James E. Housley
ab88d796d0 Fix a divide by zero.
Bump PORTREVISION

PR:		24884
Submitted by:	Barney Wolff <barney@databus.com>
2001-02-06 02:43:53 +00:00
Will Andrews
5ccbc2a8ac Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation.  I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
2001-01-16 19:08:45 +00:00
James E. Housley
5547bac68e Update to version 0.6.4
Fix problems introduced in version 0.6.3
2001-01-07 16:26:02 +00:00
James E. Housley
a3ef7fb8fe Update to 0.6.3. This compiles on FBSD 3.5.1 and similar with out a
IPv6 stack
2001-01-05 16:11:25 +00:00
James E. Housley
4a1e419caa It was possible to divide by zero.
PR:		22707
Submitted by:	John Summerfield <summer@OS2.ami.com.au>
2000-11-14 01:14:49 +00:00
James E. Housley
c202d803bd Stop make configure from blowing up on systems without IPv6
Submitted by:	bento
2000-10-26 12:17:55 +00:00
James E. Housley
97e6ae70a3 Mikhail Teterin <mi@aldan.algebra.com> in PR 22258 showed me a more
elegant way to modify plist for NOPORTSDOC
2000-10-24 01:37:14 +00:00
James E. Housley
de261c2158 Update to version 0.6.1 2000-10-21 17:47:40 +00:00