- 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
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.
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.
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.
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
- 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>
- 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.
- 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