1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Pawel Pekala
7f9de59687 OPTIONS_SET -> OPTIONS_DEFAULT
Reported by:	jhale
Feature safe:	yes
2012-10-28 21:26:35 +00:00
Pawel Pekala
a78cf9460a - Convert to OptionsNG [1]
- Add fflush patch to solve the problem for using pipe to get outputs [1]
- Add option to support ASUS A7N8X-VM/400 [1]
- Improve COMMENT
- Trim Makefile headers

PR:		ports/171933 [1]
Submitted by:	Takefu <takefu@airport.fm> [1]
Approved by:	maintainer timeout (1 month)
Feature safe:	yes
2012-10-28 20:46:06 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Martin Wilke
6e9e4a6ed8 - Set Portscout flags
- Pass maintainership to submitter

PR:		165917 165916 165975 165973 165972
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-17 05:03:17 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +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
Alexander Nedotsukov
d29b741e72 Improve output buffer flushing so the aux info (timestamp etc) do not
stuck till the next cycle.
2009-06-10 03:21:27 +00:00
Martin Wilke
d7d64edfea - Reset Maintainer
PR:		131742
Submitted by:	"Sergey N. Voronkov" <serg@tmn.ru> (maintainer)
2009-02-16 20:43:17 +00:00
Thomas Abthorpe
15ad88cd94 - Pass maintainership to submitter
Submitted by:	Sergey Voronkov via freebsd-ports@
2009-02-13 15:31:11 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Edwin Groothuis
e5de588142 [PATCH] sysutils/mbmon - enables recognition of 657DHG controller
Enclosed one line patch enables mbmon's recognition of the 657DHG
	temp sensing device on the Asus P5x motherboard series

PR:		ports/116474
Submitted by:	Howard Goldstein <hg@queue.to>
Approved by:	maintainer timeout
2007-09-24 05:18:45 +00:00
Doug Barton
1d30f689bc Remove a new crop of the long-spurious FreeBSD KEYWORDs. 2006-07-10 18:32:32 +00:00
Jean-Yves Lefort
b5bf6c927d Call fflush() after printing sensor values. This allows to use mbmon
in scripts, etc.
2006-05-03 19:46:55 +00:00
Jean-Yves Lefort
67d1937388 Recognize a Winbond chip on the MSI Neo4-FI motherboard.
PR:		ports/96718
Submitted by:	pav
2006-05-03 17:32:38 +00:00
Jean-Yves Lefort
c3c75e1d1c Add a rcng startup script for the daemon mode.
PR:		ports/94610
Submitted by:	Douglas K. Rand <rand@meridian-enviro.com>
2006-03-19 02:24:30 +00:00
Jean-Yves Lefort
0bdafa9ce2 - Split into two ports: mbmon (tty) and xmbmon (X)
- Remove -s from LDFLAGS (do not unconditionally strip, let
  ${INSTALL_PROGRAM} do it)
- Use OPTIONS
- Decouple manpage installation from NOPORTDOCS
- xmbmon:
    - use X prefix
    - install xmbmon.resources into the appropriate location
    - do not require a font package: use fixed rather than Helvetica [1]
- Take maintainership

[1]:
PR:		ports/92600
Submitted by:	Daniel Berlin <mail@daniel-berlin.de>
2006-02-01 20:05:08 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Ruslan Ermilov
b77437ebde Allow to compile without smb(4) support. 2005-12-30 22:12:13 +00:00
Ruslan Ermilov
5ffd89d915 - Process the -P option when compiled with smb(4) support.
- Add PCI IDs for both SMBus controllers of AMD-8111.  NB:
  The non-smb(4) access to the AMD-8111 SMBus 2.0 controller
  is broken -- should use EC, like our amdsmb.c driver does.
2005-12-30 21:33:17 +00:00
Ruslan Ermilov
e78bd3f118 Fix reading temperature and voltage from ADM1027 sensors:
- Don't add offsets, they are added automatically by the chip.

- Make sure to read all registers with MSBs after reading from
  the extended resoltion register, otherwise they stay locked.

This makes mbmon actually work on Asus S2882-D Opteron server
motherboards with the ADM1027 chip, using amdpm(4) + smb(4).
(Except it doesn't show the 4th FAN RPM counter; fix not
committed at this time.)

In collaboration with:	Vsevolod Lobko
2005-12-21 14:03:54 +00:00
Ruslan Ermilov
54fae43aab - Enable smb(4) support (on amd64 and i386 for now).
- Fix PCI ID for AMD-8111's SMBus 1.0 supported by amdpm(4).
2005-12-16 16:23:40 +00:00
Mark Linimon
27aa28e99d Reset bouncing maintainer addresses.
Source:		distfile survey
Hat:		portmgr
2005-10-10 02:25:24 +00:00
Ruslan Ermilov
dfab3dd437 Correct the SIZE entry. 2004-12-28 10:30:04 +00:00
Volker Stolz
25695b7111 Install mbmon.1
PR:		ports/72348
Submitted by:	Dmitry Kazarov
Approved by:	maintainer timeout
2004-11-19 16:02:54 +00:00
Kirill Ponomarev
18459f0eb2 Fix MASTER_SITES
PR:		ports/74093
Submitted by:	Serge Gagnon <ser_gagnon@sympatico.ca>
2004-11-18 20:55:00 +00:00
Edwin Groothuis
a33a3f9264 maintainer-update of xmbmon port.
maintainer-update of xmbmon port.
	TO VERSION 205

PR:		ports/71814
Submitted by:	NAKAMURA Kazushi <kaz@kobe1995.net>
2004-10-12 01:08:04 +00:00
Kirill Ponomarev
4f3dd008d6 Fix build with gcc-3.4.2
PR:		ports/69885
Submitted by:	Alexander Marx <mad@madness.at>
2004-08-02 07:56:24 +00:00
Pav Lucistnik
e74e8c7b14 - Update to 204
PR:		ports/66218
Submitted by:	NAKAMURA Kazushi <kaz@kobe1995.jp> (maintainer)
2004-05-24 20:22:41 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kris Kennaway
d7f63a77fd BROKEN on !i386 and !amd64: Does not compile 2004-02-25 09:55:24 +00:00
Kirill Ponomarev
3598c06157 - Add patch to increase max temperature for modern hardware
PR:		ports/61346
Submitted by:	Andrew Thompson <andy@fud.org.nz>
Approved by:	maintainer timeout
2004-02-22 23:35:12 +00:00
Sergey A. Osokin
d85956f748 Enable monitoring for ADM9240.
Submitted by:	Alex Vasylenko <lxv@omut.org>
Approved by:	maintainer timeout (> 3 months)
PR:		57930
2003-12-17 13:06:40 +00:00
Oliver Lehmann
f05ecd5daf update xmbmon to 203
Approved by:	maintainer
2003-08-04 08:46:09 +00:00
Oliver Lehmann
3ea90e250c update xmbmon to 202
Approved by:	maintainer
2003-07-29 03:09:30 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Patrick Li
570816fa87 Update to 201
PR:		ports/42984
Submitted by:	maintainer
2003-02-05 00:52:56 +00:00
Tilman Keskinoz
41d6005f81 Fix Build on -CURRENT
PR:		46094
Submitted by:	Sean Kelly <smkelly@zombie.org>
2002-12-10 16:59:15 +00:00
Patrick Li
b540fd8ce5 Update to 1.07p1
PR:		35705
Submitted by:	maintainer
2002-03-12 02:51:41 +00:00
Patrick Li
76619cc186 Update to 1.07
PR:		35026
Submitted by:	maintainer
2002-02-17 06:39:59 +00:00
Akinori MUSHA
81c7e61f5a Add a WITHOUT_X11 knob and set PREFIX to LOCALBASE.
Submitted by:	MAINTAINER
2001-09-24 07:39:17 +00:00
Maxim Sobolev
385a7c1d99 Add a WWW. 2001-09-03 17:47:20 +00:00
Akinori MUSHA
de620ad21b Add xmbmon, X/tty motherboard monitor for LM78/79, W8378x, AS99127F
and VT82C686.

PR:		ports/30233
Submitted by:	NAKAMURA Kazushi <kaz@kobe1995.net>
2001-09-03 17:37:52 +00:00