8000 Add FREEBSD switch to config.mk.in · Issue #163 · owntracks/recorder · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add FREEBSD switch to config.mk.in #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jpmens opened this issue Nov 10, 2016 · 1 comment
8000 Closed

Add FREEBSD switch to config.mk.in #163

jpmens opened this issue Nov 10, 2016 · 1 comment

Comments

@jpmens
Copy link
Member
jpmens commented Nov 10, 2016

and carry into Makefile as discussed in #125

@yggdr
Copy link
yggdr commented Nov 10, 2016

On the note of FreeBSD compatibility:
FreeBSD's install has a different function for the -D option, so gmake install will fail there. I opted to just pkg install coreutils and sed -E -i "" "s/([[:space:]])install/\1ginstall/" Makefile, but it might be cleaner to define a $INSTALLOPTS variable and change that depending on the OS/FREEBSD variable.

@jpmens jpmens closed this as completed in 80e4628 May 17, 2017
jpmens added a commit that referenced this issue May 17, 2017
- NEW: name of Lua revgeo function can be set in JSON payload
- NEW: support TLS PSK (#74)
- NEW: support for a Lua function to perform reverse Geo (#149)
- FIX: support for FREEBSD in Makefile/config.mk.in (#163)
- NEW: support for global store of geo fences (#178)
- NEW: support for CA_PATH and TLS client certificates
- FIX: setting http_port = 0 took CPU to unheard heights (#176)
- NEW: Add support for OSM using Leaflet, by Sven Klomp (#173)
- NEW: support for waypoints / geo-fences (WARNING: you must --initialize)
- FIX: built-in Web server serves apikey.js with application/javascript mime type (#168)
- FIX: Usage now shows missing OTR_BROWSERAPIKEY (#167)
jpmens added a commit that referenced this issue May 17, 2017
- FIX: systemd launch and default topics in default files (#185)
- NEW: name of Lua revgeo function can be set in JSON payload
- NEW: support TLS PSK (#74)
- NEW: support for a Lua function to perform reverse Geo (#149)
- FIX: support for FREEBSD in Makefile/config.mk.in (#163)
- NEW: support for global store of geo fences (#178)
- NEW: support for CA_PATH and TLS client certificates
- FIX: setting http_port = 0 took CPU to unheard heights (#176)
- NEW: Add support for OSM using Leaflet, by Sven Klomp (#173)
- NEW: support for waypoints / geo-fences (WARNING: you must --initialize)
- FIX: built-in Web server serves apikey.js with application/javascript mime type (#168)
- FIX: Usage now shows missing OTR_BROWSERAPIKEY (#167)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0