aboutsummaryrefslogtreecommitdiff
path: root/misc/raspberrypi-gpioshutdown
Commit message (Collapse)AuthorAgeFilesLines
* misc/raspberrypi-gpioshutdown: fix poudriere buildRobert Clausecker2026-01-161-0/+19
| | | | | | | Replace ../.. with ${SYSDIR} for finding kernel files. Approved by: portmgr (build fix blanket) MFH: 2026Q1
* misc/raspberrypi-gpioshutdown: fix build on recent FreeBSDRobert Clausecker2024-12-191-0/+34
| | | | | | | | | Due to -Werror being enabled for kernel modules these days, the build of this module failed with a "variable set but not used" warning. Remove the offending variable to fix the build. Approved by: portmgr (build fix blanket) MFH: 2024Q4
* misc/raspberrypi-gpioshutdown: Move man pages to share/manChristian Weisgerber2024-03-182-2/+4
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* misc/raspberrypi-gpioshutdown: fix man page install pathSteve Wills2018-08-291-1/+1
| | | | | | | Reported by: Yuri Pankov <yuripv@yuripv.net> Notes: svn path=/head/; revision=478421
* misc/raspberrypi-gpioshutdown: Fix man page installationSteve Wills2018-08-291-2/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=478419
* misc/raspberrypi-gpioshutdown: create portSteve Wills2018-08-296-0/+192
GPIO 'shutdown' Kernel module for the Raspberry Pi Model 1B and Model 2 The purpose of this module is to shut down all GPIOs prior to powering off or rebooting a Raspberry Pi. PR: 226787 Submitted by: Bob Frazier <bobf@mrp3.com> Notes: svn path=/head/; revision=478362