aboutsummaryrefslogtreecommitdiff
path: root/sysutils/acpi_call
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/acpi_call: Fix kernel panic since r336876Jean-Sébastien Pédron2018-11-052-0/+139
| | | | | | | | | | PR: 230993 Submitted by: D Scott Phillips <d.scott.phillips@intel.com> Reported by: Theron Tarigo <theron.tarigo@gmail.com> MFH: 2018Q4 Notes: svn path=/head/; revision=484252
* When ioctl() on /dev/acpi fails with `Device not configured' message,Alexey Dokuchaev2016-11-232-1/+11
| | | | | | | | suggest most probable cause of this to reduce number of questions on the mailing lists; slightly improve port description text while here. Notes: svn path=/head/; revision=426942
* Some aarch64 servers apparently have ACPI. Attempt to build on aarch64Mark Linimon2016-11-221-2/+2
| | | | | | | | | just to see. (It should not hurt anything.) Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426854
* Simplify plistBaptiste Daroussin2014-09-221-2/+1
| | | | Notes: svn path=/head/; revision=368843
* - Do not assume that /sys always points to SYSDIRAlexey Dokuchaev2014-03-142-25/+15
| | | | | | | | | - 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 Notes: svn path=/head/; revision=348208
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-06-231-1/+3
| | | | | | | | | PR: ports/169219 Submitted by: jgh@ Approved by: maintainer, gelraen.ua@gmail.com Notes: svn path=/head/; revision=299826
* Fails to compile on powerpc (missing header), so mark it as not for powerpc.Mark Linimon2011-12-281-0/+3
| | | | | | | | | Presumably, no reason to try to compile this on sparc64, either. Hat: portmgr Notes: svn path=/head/; revision=288154
* Fix test for whether src is included.Mark Linimon2011-12-121-1/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=287216
* Fix build on FreeBSD7-amd64 by update to latest version 1.0.1.Sergey A. Osokin2011-11-072-3/+3
| | | | | | | | Problem found by: pav Patch submitted by: Maxim Ignatenko (maintainer) Notes: svn path=/head/; revision=285230
* Fix typo.Sergey A. Osokin2011-11-021-1/+1
| | | | | | | Found by: az Notes: svn path=/head/; revision=284934
* Add kernel module and utility for calling arbitrary ACPI methodsSergey A. Osokin2011-11-024-0/+42
from userspace. Submitted by: Maxim Ignatenko aka gelraen dot ua at gmail dot com PR: ports/161678 Notes: svn path=/head/; revision=284933