Update automx-test patch
Fetch upstream files from github
Add missing dependencies
Remove apache as a dependency (allows other web servers to be used)
Add py-memcahced as an optional dependency
Add INSTALL and BASIC_CONFIGURATION_README to docs
Change the post install message to direct to the INSTALL file rather than
dumping it to the console
PR: ports/188630
Submitted by: Andrew Fyfe <andrew@neptune-one.net>
- Move distfile location to GitHub
- Remove three uneeded patches accepted upstream
- Add one new patch for <functional> support
- Add new dependency on libechonest
From Changelog:
Version 1.2.3:
Bugfixes:
* Fix compilation with GCC 4.9.
* (Linux) Fix poor search performance with sqlite 3.8.
* (Ubuntu) Fix dependency issues on Ubuntu 14.04.
* (Windows) Upgrade to OpenSSL 1.0.1g to fix CVE-2014-0160.
Version 1.2.2:
Major features:
* (Android Remote) Add kittens support.
Bugfixes:
* Rename SkyDrive to OneDrive.
* Don't include the user's IP address in the log (from the network remote
settings dialog).
* (Debian) Fix a bug with HTTPS logins to all cloud storage providers.
* (Mac OS X) Fix a bug in the workaround for a weird font issue on 10.9.
* (Mac OS X) Fix rendering of source icons on retina displays.
* (Android Remote) Don't advertise songs that aren't available.
* (Android Remote) Fix playing songs with special characters in filenames.
Reviewed by: mat@
The strip program from new binutils will complain if one tries to strip
executables non-binaries. The INSTALL_PROGRAM macro tries to strip; for
a perl script the INSTALL_SCRIPT macro is the correct one to use.
Swapping the macros fixes this error:
/usr/libexec/binutils224/elf/strip:
/wrkdirs/devel/p5-SVN-Access/work/stage/usr/local/share/examples/
SVN-Access/svnaclmgr.pl: File format not recognized
Approved by: just-fix-it blanket
Some dependent ports are now building Gallium by default. This never
build on DragonFly before so the ports broke. Add DragonFly macro
to existing patches and add one new patch to restore DF builds.
Approved by: portmgr (bapt)
Mosquitto provides support for the MQTT protocol, including publishing,
subscribing, and an event loop.
WWW: http://pecl.php.net/package/Mosquitto
PR: ports/190262
Submitted by: Gasol Wu <gasol.wu@gmail.com>