I finally got around to making a port of Gravitational's teleport.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Can you give this a once over? I used a clean room environment and found this issue as well.
security/teleport/Makefile | ||
---|---|---|
4–5 ↗ | (On Diff #39950) | Should be: DISTVERSIONPREFIX= v DISTVERSION= 2.5.0-rc.2 |
7 ↗ | (On Diff #39950) | Remove. |
17 ↗ | (On Diff #39950) | Out of order. See Chapter 15. Order of Variables in Port Makefiles. |
32 ↗ | (On Diff #39950) | Why? |
security/teleport/files/teleport.in | ||
27 ↗ | (On Diff #39950) | Better provide a *_config variable and an optional *_args. |
security/teleport/Makefile | ||
---|---|---|
32 ↗ | (On Diff #39950) | There is additional data in the binary itself that is removed when this program is installed and stripped. iirc, all of the web assets are removed if the binary is stripped. |