| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/ot-recorder/files/ |
Upload File : |
--- config.mk.in.orig 2022-05-24 07:25:09 UTC +++ config.mk.in @@ -20,10 +20,10 @@ # # Uncomment the following lines and replace "no" with "yes": # -# CC = clang -# CFLAGS += -I/usr/local/include -# MORELIBS += -L /usr/local/lib -FREEBSD ?= no +CC = clang +CFLAGS += -I/usr/local/include +MORELIBS += -L /usr/local/lib +FREEBSD ?= YES # # Now build recorder with the "gmake" command: # @@ -57,10 +57,10 @@ WITH_GREENWICH ?= no # Where should the recorder store its data? This directory must # exist and be writeable by recorder (and readable by ocat) -STORAGEDEFAULT = /var/spool/owntracks/recorder/store +STORAGEDEFAULT = /var/db/owntracks/recorder/store # Where should the recorder find its document root (HTTP)? -DOCROOT = /var/spool/owntracks/recorder/htdocs +DOCROOT = /usr/local/www/ot-recorder # Define the precision for reverse-geo lookups. The higher # the number, the more granular reverse-geo will be: @@ -83,7 +83,7 @@ GHASHPREC = 7 JSON_INDENT ?= no # Location of optional default configuration file -CONFIGFILE = /etc/default/ot-recorder +CONFIGFILE = /usr/local/etc/ot-recorder/ot-recorder.conf # Optionally specify the path to the Mosquitto libs, include here MOSQUITTO_INC = -I/usr/include