aboutsummaryrefslogtreecommitdiff
path: root/sysutils/log-courier
Commit message (Collapse)AuthorAgeFilesLines
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-2/+0
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* Mark BROKEN: fails to buildAntoine Brodin2019-03-051-0/+2
| | | | | | | | | | lc-lib/registrar/filestateos_freebsd.go:34:11: cannot use fstat.Ino (type uint64) as type uint32 in assignment lc-lib/registrar/filestateos_freebsd.go:35:12: cannot use fstat.Dev (type uint64) as type uint32 in assignment Reported by: pkg-fallout Notes: svn path=/head/; revision=494711
* New port, sysutils/log-courier: Lightweight log shipperJoseph Mingrone2018-03-307-0/+100
WWW: https://github.com/driskell/log-courier PR: 213227 Submitted by: vikashb@where-ever.za.net (maintainer) Notes: svn path=/head/; revision=465992