Commit Graph

22 Commits

Author SHA1 Message Date
ejurgensen 12580866cc [scripts] Add alsa-lib to freebsd install script 2016-08-25 21:27:17 +02:00
ejurgensen bf27a879df [filescanner] Use libinotify for FreeBSD (should fix issue #245)
Filescanner was broken in FreeBSD. Besides fixing this, using
libinotify instead of kqueue directly should make the code easier
to maintain, since it will be less divergent.

This commit includes these changes:
- Add libinotify to FreeBSD install scripts
- Fix reading multiple events from inotify fd (possible bug in Linux too)
- Deferred scanning since FreeBSD doesn't have IN_CLOSE_WRITE
- Configure search for inotify library
- Removal of kqueue stuff
2016-04-12 22:11:56 +02:00
ejurgensen 19b69a4f67 [scripts] Typo in commit e2ec5d9, now really use "install -m 755" in
FreeBSD install script
2016-02-06 23:17:58 +01:00
ejurgensen e2ec5d9422 [scripts] Use "install -m 755" in FreeBSD install script 2016-02-06 11:08:05 +01:00
Janus e7c9cad9a6 Fix paringhelper.sh to operate correctly for device names with apostrophe
Before the fix, a log entry for ‘Foo’s iPhone’ would be parsed as
originating from the device “Foo”. I have changed the matching to
include the parenthesis opening after the closing single quote.
2015-11-14 21:50:09 +01:00
James Le Cuirot 5fe4f67d20
Update ANTLR script to 3.5.2
This is beneficial because 3.4 is broken under Java 8. It appears that
the C library didn't change in 3.5 so the 3.4 tarball is still used
for that part.
2015-10-06 22:09:18 +01:00
ejurgensen 832fc95a22 Modify scripts so they install antlr wrapper with mode 755 2015-03-18 20:38:01 +01:00
ejurgensen 044d25dbf1 Use printf instead of "echo -e" in pairinghelper.sh
- should work across platforms
2015-02-27 23:01:15 +01:00
protree 5cea89a8d4 Fix Wrong Remote Name
Name of remote in pair.remote was "-e $remote"

Log: [2015-02-26 21:00:16] [  LOG]   remote: Remote '-e remoteXX' not known from mDNS, ignoring

Removing "-e" option works as expected.
2015-02-26 21:03:21 +01:00
protree 30b4d24afc Allow spaces in Library Path
Changed Parsing of Library Path to allow spaces in Library Path
2015-02-26 20:52:49 +01:00
ejurgensen 763e042325 Revert "Use CPATH/LIBRARY_PATH instead of CFLAGS/LDFLAGS"
This reverts commit 6382b11904.
2015-02-19 19:28:42 +01:00
ejurgensen 6382b11904 Use CPATH/LIBRARY_PATH instead of CFLAGS/LDFLAGS 2015-02-17 22:57:30 +01:00
ejurgensen 2bf730fbce Remove some CFLAGS that are not necessary 2015-02-17 22:43:08 +01:00
ejurgensen a1cc34b13f Use "install" in scripts (instead of mv) 2015-02-15 00:12:16 +01:00
ejurgensen 3dc64eb6f7 Add selection of 64 bit build of libantlr3c in script 2015-02-14 23:52:56 +01:00
ejurgensen 3d4405a87b Pairing helper improvements 2015-02-14 23:10:58 +01:00
ejurgensen 74a13990c1 Enable script 2015-02-14 22:57:42 +01:00
ejurgensen 08c744d4b8 Add antlr 3.4 build and install helper script 2015-02-14 21:02:55 +01:00
ejurgensen 64ca694189 Adjustments to FreeBSD install and start scripts 2015-02-14 21:02:25 +01:00
ejurgensen d449d44cf8 Add a basic helper script for pairing 2015-02-12 22:58:54 +01:00
ejurgensen 7c8bdc895e FreeBSD install script fixup 2015-02-12 22:50:04 +01:00
ejurgensen 3cd7b27bac Remove FreeBSD/OSS4 hacks and add FreeBSD 10.1 install and startup helper scripts (issue #94) 2015-02-11 22:59:57 +01:00