summaryrefslogtreecommitdiff
path: root/net/ntimed/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* net/ntimed: Supervise process and attempt to drop privsMark Felder2020-02-081-4/+22
| | | | PR: 243469
* Fix build with src r354909 applied.Brooks Davis2019-11-251-0/+11
| | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>.
* net/ntimed: Add rc startup scriptKubilay Kocak2014-12-221-0/+38
- Add ntimed rc script - Tweak GH_PROJECT, remove WRKSRC override accordingly - Remove trailing newline (portlint) Approved by: maintainer