Port details |
- acpi_call Kernel module for calling ACPI methods from userspace
- 1.0.1_2 sysutils =4 1.0.1_2Version of this port present on the latest quarterly branch.
- Maintainer: gelraen.ua@gmail.com
- Port Added: 2011-11-02 18:17:44
- Last Update: 2024-01-03 21:53:33
- Commit Hash: d0d5a75
- People watching this port, also watch:: iperf, wine, e2fsprogs, fluxbox, dunst
- Also Listed In: kld
- License: BSD2CLAUSE
- Description:
- Kernel module and utility for calling arbitrary ACPI methods from userspace.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- acpi_call>0:sysutils/acpi_call
- To install the port:
- cd /usr/ports/sysutils/acpi_call/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/acpi_call
- pkg install acpi_call
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: acpi_call
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- SHA256 (acpi_call-1.0.1.tar.gz) = 447a37c627092cb6e2fe4867b468d820deba433bd51b1553e851dcc63bcef721
SIZE (acpi_call-1.0.1.tar.gz) = 3788
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_acpi_call
- USES:
- kmod
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_2 03 Jan 2024 21:53:33 |
Mark Johnston (markj) |
sysutils/acpi_call: Check for errors from copyout()
The base system will soon require all copyout() calls to either preserve
the return value or explicitly ignore it.
PR: 275986
Approved by: antoine |
1.0.1_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 21 Dec 2021 17:29:25 |
Fernando ApesteguĂa (fernape) Author: Tomoaki AOKI |
sysutils/acpi_call: fix build after src:df38ada2931f
error: use of undeclared identifier MAXPATHLEN
sys/module.h SHALL be included AFTER sys/param.h
PR: 260333
Reported by: junchoon@dec.sakura.ne.jp
Approved by: gelraen.ua@gmail.com (maintainer, timeout 6 days) |
1.0.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1_1 05 Nov 2018 22:32:42 |
dumbbell |
sysutils/acpi_call: Fix kernel panic since r336876
PR: 230993
Submitted by: D Scott Phillips <d.scott.phillips@intel.com>
Reported by: Theron Tarigo <theron.tarigo@gmail.com>
MFH: 2018Q4 |
1.0.1 23 Nov 2016 16:40:10 |
danfe |
When ioctl() on /dev/acpi fails with `Device not configured' message,
suggest most probable cause of this to reduce number of questions on
the mailing lists; slightly improve port description text while here. |
1.0.1 22 Nov 2016 18:47:53 |
linimon |
Some aarch64 servers apparently have ACPI. Attempt to build on aarch64
just to see. (It should not hurt anything.)
Approved by: portmgr (tier-2 blanket) |
1.0.1 22 Sep 2014 10:15:48 |
bapt |
Simplify plist |
1.0.1 14 Mar 2014 10:51:44 |
danfe |
- Do not assume that /sys always points to SYSDIR
- Set LICENSE to a more specific BSD2CLAUSE
- Standardize Makefile header; generally clean up the port
- Convert to USES=kmod and stagify the port while here |
1.0.1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0.1 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
1.0.1 23 Jun 2012 19:17:23 |
jgh |
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/169219
Submitted by: jgh@
Approved by: maintainer, gelraen.ua@gmail.com |
1.0.1 28 Dec 2011 06:59:36 |
linimon |
Fails to compile on powerpc (missing header), so mark it as not for powerpc.
Presumably, no reason to try to compile this on sparc64, either.
Hat: portmgr |
1.0.1 12 Dec 2011 00:23:58 |
linimon |
Fix test for whether src is included.
Hat: portmgr
Feature safe: yes |
1.0.1 07 Nov 2011 12:12:53 |
osa |
Fix build on FreeBSD7-amd64 by update to latest version 1.0.1.
Problem found by: pav
Patch submitted by: Maxim Ignatenko (maintainer) |
1.0 02 Nov 2011 18:31:13 |
osa |
Fix typo.
Found by: az |
1.0 02 Nov 2011 18:17:06 |
osa |
Add kernel module and utility for calling arbitrary ACPI methods
from userspace.
Submitted by: Maxim Ignatenko aka gelraen dot ua at gmail dot com
PR: ports/161678 |