CVS log for ports/sysutils/healthd/Makefile
Up to [FreeBSD] / ports / sysutils / healthd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Apr 28 22:24:38 2010 UTC (21 months, 2 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
- Assign some ports to apache@
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Jul 15 07:15:03 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
- fix typo, time for bed when you spell your name wrong
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jul 15 07:13:59 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +12 -21 lines
- USE_RC_SUBR != yes - OPTIONify - Adopt - portlint
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:08:37 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -4 lines
Remove support for OSVERSION < 5
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jun 6 07:54:08 2007 UTC (4 years, 8 months ago) by linimon
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while. Hat: portmgr
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue May 16 20:51:49 2006 UTC (5 years, 8 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -0 lines
The last PR that remove i386 only hoping to get amd64 broke the build for all other systems.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat May 13 04:15:35 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +0 -1 lines
Remove USE_REINPLACE from all categories starting with S
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue May 9 12:28:15 2006 UTC (5 years, 9 months ago) by jeh
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -3 lines
Remove the i386 only requirement. PR: 96717 Submitted by: Pav Lucistnik
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Aug 17 01:40:37 2004 UTC (7 years, 5 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Update to 0.7.9 * Update ReadByte for PR 69376 * Update configure for PR 69372
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Aug 8 12:44:25 2004 UTC (7 years, 6 months ago) by jeh
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -0 lines
** Update to 0.7.8
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Aug 8 12:43:40 2004 UTC (7 years, 6 months ago) by jeh
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -6 lines
* 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>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jun 24 01:10:58 2004 UTC (7 years, 7 months ago) by jeh
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -6 lines
Upgrade to version 0.7.7 which fixes the compile problems on -CURRENT
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jun 23 13:33:38 2004 UTC (7 years, 7 months ago) by jeh
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -0 lines
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>
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed May 5 01:19:32 2004 UTC (7 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -0 lines
BROKEN on 5.x: does not compile
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Apr 20 01:28:24 2004 UTC (7 years, 9 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -1 lines
Use /etc/rc.subr on systems that have it. PR: 65609 Submitted By: Franz Klammer
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Mar 30 11:00:14 2004 UTC (7 years, 10 months ago) by jeh
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Bento says 'healthd' does not compile on amd64, so revert back to just i386
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Mar 22 13:20:54 2004 UTC (7 years, 10 months ago) by jeh
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Runs on amd64 also, so allow it. PR: 64549 Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Mar 10 02:15:53 2004 UTC (7 years, 11 months ago) by jeh
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
mirror updates
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Mar 8 17:41:36 2004 UTC (7 years, 11 months ago) by jeh
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Update MASTER_SITES
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 21 23:47:07 2004 UTC (7 years, 11 months ago) by jeh
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Add a second dist. site.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Feb 14 13:17:02 2004 UTC (7 years, 11 months ago) by jeh
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
./configure didn't properly detect SMB on 5.x systems, even though the code would work right.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Dec 5 21:53:12 2003 UTC (8 years, 2 months ago) by jeh
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -6 lines
Update to 0.7.5, this support rc.subr
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Sep 26 13:15:31 2003 UTC (8 years, 4 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Update to 0.7.4, which fixes compile problems on 5.1
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Aug 21 19:19:12 2003 UTC (8 years, 5 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Thanks to Jamie Jones <jamie@bishopston.net> for tracking down a header problem on FreeBSD-5.1
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Aug 21 00:58:39 2003 UTC (8 years, 5 months ago) by jeh
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
fix my mistake in the last version
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Aug 20 18:55:51 2003 UTC (8 years, 5 months ago) by jeh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update to 0.7.1, this includes a "timeout" fix for select()
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jul 11 15:58:13 2003 UTC (8 years, 7 months ago) by jeh
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -0 lines
Mark i386 only. No PORTREVISION bump.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 3 03:55:05 2003 UTC (8 years, 11 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
Remove pkg-comment and place in Makefile
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jul 26 11:53:50 2002 UTC (9 years, 6 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Fix a type from last change. Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jul 25 12:20:36 2002 UTC (9 years, 6 months ago) by jeh
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -4 lines
There is no reason to conditionally install healthd.sh.sample
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jul 25 11:25:34 2002 UTC (9 years, 6 months ago) by jeh
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -0 lines
Conditionally install/uninstall etc/rc.d/healthd.sh Bump PORTREVISION PR: 40109 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.org>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jul 1 12:50:42 2002 UTC (9 years, 7 months ago) by jeh
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -2 lines
Fix possible core dump on healthdc with the "P" option. Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jun 19 16:12:06 2002 UTC (9 years, 7 months ago) by jeh
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Allow IPv6 to be excluded via -DWITHOUT_IPV6 Bump PORTREVISION PR: 39526 Submitted by: steve@stevenwills.com
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jun 18 11:59:31 2002 UTC (9 years, 7 months ago) by jeh
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Zero out the sockaddr_* structures before use. Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Apr 5 14:00:57 2002 UTC (9 years, 10 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
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>
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 5 11:26:54 2002 UTC (10 years ago) by jeh
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -0 lines
FORCED COMMIT: Update version to 0.6.6
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Feb 5 01:43:06 2002 UTC (10 years ago) by jeh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
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>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Mar 16 20:29:12 2001 UTC (10 years, 10 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
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
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 6 02:43:52 2001 UTC (11 years ago) by jeh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Fix a divide by zero. Bump PORTREVISION PR: 24884 Submitted by: Barney Wolff <barney@databus.com>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 16 19:08:35 2001 UTC (11 years ago) by will
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -7 lines
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.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 7 16:26:02 2001 UTC (11 years, 1 month ago) by jeh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Update to version 0.6.4 Fix problems introduced in version 0.6.3
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 5 16:11:25 2001 UTC (11 years, 1 month ago) by jeh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update to 0.6.3. This compiles on FBSD 3.5.1 and similar with out a IPv6 stack
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 14 01:14:49 2000 UTC (11 years, 2 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
It was possible to divide by zero. PR: 22707 Submitted by: John Summerfield <summer@OS2.ami.com.au>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Oct 26 12:17:55 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -2 lines
Stop make configure from blowing up on systems without IPv6 Submitted by: bento
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 24 01:37:14 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -6 lines
Mikhail Teterin <mi@aldan.algebra.com> in PR 22258 showed me a more elegant way to modify plist for NOPORTSDOC
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Oct 21 17:47:40 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +22 -3 lines
Update to version 0.6.1
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 2 03:10:28 2000 UTC (11 years, 4 months ago) by jeh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Change MAINTAINERship to my committers address. Approved: will
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Sep 17 18:31:43 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to version 0.6.0 PR: 20928 Submitted by: maintainer
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 18 12:05:57 2000 UTC (11 years, 6 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
- Update to 0.5.4 - Update the Makefile so the healthd.sh for the port is installed instead the one in the files directory, which is out-of-date. PR: 19984, 19993 Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 14 12:52:54 2000 UTC (11 years, 7 months ago) by jedgar
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
Update port to 0.5.3 PR: 19903 Submitted by: Maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 11 14:34:35 2000 UTC (11 years, 7 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update to version 0.5.2 PR: 19850 Submitted by: MAINTAINER <jim@thehousleys.net>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jul 8 00:43:21 2000 UTC (11 years, 7 months ago) by steve
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -2 lines
Update to version 0.5.1. PR: 19768 Submitted by: maintainer
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:36:55 2000 UTC (11 years, 7 months ago) by tg
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -4 lines
As threatened on freebsd-ports: all startup scripts know about the two options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 22 01:18:36 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update to 0.5. PR: 19427 Submitted by: MAINTAINER
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 27 12:01:49 2000 UTC (11 years, 9 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -2 lines
Update to 0.4.2. PR: ports/18229 Submitted by: MAINTAINER
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 22 10:12:32 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Corrrect whitespace introduced during PORTNAME conversion and portlint
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 9 19:07:48 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variable
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jan 22 02:47:33 2000 UTC (12 years ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
* Update port to 0.3 * Add support for Winbond 83781 and 83782 chips PR: 16242 Submitted by: Maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 21 00:45:21 1999 UTC (12 years, 2 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -5 lines
Update to version 0.2 PR: 14934 Submitted by: maintainer
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Nov 14 03:28:56 1999 UTC (12 years, 3 months ago) by steve
Branches: JIM
CVS tags: v0_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of healthd version 0.1. A daemon to montior vital motherboard parameters. PR: 14495 Submitted by: James E. Housley <housley@thehousleys.net>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 14 03:28:56 1999 UTC (12 years, 3 months ago) by steve
Branches: MAIN
Initial revision
