aboutsummaryrefslogtreecommitdiff
path: root/sysutils/incron
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for powerpc-on-clang by deleting hard-coded tests for architectureMark Linimon2019-07-251-1/+2
| | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". In some cases we only need to specifically test for "are we on the ancient base gcc", e.g, the usage of 'pragma'. While here, in some cases turn off SSE functions more specifically based on ARCH, and turn off -mtune=generic everywhere. These are part of a larger work in progress; these commits are for ports that would have been touched by the the powerpc-on-clang test regardless. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=507308
* cleanup USE_GITHUB usage.Mathieu Arnold2019-04-301-1/+1
| | | | Notes: svn path=/head/; revision=500486
* Fix build on GCC-based architectures.Mark Linimon2018-10-281-5/+7
| | | | | | | | | PR: 232529 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483270
* Fix error messages on tier-2 archs.Mark Linimon2018-09-261-3/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480737
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Mark ports broken on powerpc64, categories o-z.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472699
* Hand over maintainership to the first confirmed user of the new port.Mikhail Teterin2017-11-141-1/+1
| | | | Notes: svn path=/head/; revision=454181
* Add the service-start script graciouslyMikhail Teterin2017-11-142-0/+31
| | | | | | | | | Submitted by: Johan Hendriks (Do not know, how it escaped me to make one up myself.) Notes: svn path=/head/; revision=454178
* Upgrade to the new upstream version, which includes my PR explicitlyMikhail Teterin2017-11-142-5/+5
| | | | | | | | | | | | including <stdlib.h> for the sake of daemon(3). Somehow this is not necessary on 12.x, where I was testing. The upstream was remarkably quick to merge the PR. Reported by: pkg-fallout@ Notes: svn path=/head/; revision=454159
* Fix a typo in comment.Mikhail Teterin2017-11-131-1/+1
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=454098
* Add port of Linux incron(d) -- the daemon can watchMikhail Teterin2017-11-134-0/+55
multiple paths and do things, when any filesystem changes are detected. Written for Linux' inotify, it was ported using the libinotify. Sponsored by: Virtual Estates, Inc. Notes: svn path=/head/; revision=454094