Fix 301 redirects in the UrlBuilder class
- http scheme redirects to https
- Mobile website (m.last.fm) redirects to www.last.fm
- Localized hosts redirect e.g. www.lastfm.de to www.last.fm/de
- New localePath() function has been added to handle the localized
base path since the library was localizing using the host before.
This is not an official fix, but upstream is pretty dead.
Move USES upward
Convert CMAKE_ARGS to CMAKE_ON
Approved by: ports-secteam (blanket)
- Fix and update the comment when building dnsdist on 10.x
- Mark BROKEN on FreeBSD 10.3, fails to link due to lack of thread_local
Approved by: ports-secteam blanket
www/firefox: use SkiaGL by default for OpenGL/WebRender compositing
Copy OS X behavior. If OpenGL compositing[1] doesn't crash OS or browser
SkiaGL canvas rendering is unlikely to make it worse. Mainly improves
FishIE Tank benchmark.
[1] layers.acceleration.force-enabled -> true in about:config or
$ env MOZ_ACCELERATED=1 firefox -new-instance -profile `mktemp -d` ...
Approved by: ports-secteam blanket
www/node: Update 9.10.0 -> 9.10.1
No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.
Approved by: ports-secteam (riggs)
www/node8: Update 8.11.0 -> 8.11.1
No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.
Approved by: ports-secteam (riggs)
www/node6: Update 6.14.0 -> 6.14.1
No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.
Approved by: ports-secteam (riggs)
www/node4: Update 4.9.0 -> 4.9.1
No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.
Approved by: ports-secteam (riggs)
dns/dnsdist: Fix building against openssl from base
checking for LIBSSL... no
configure: error: OpenSSL libssl requested but libraries were not found
===> Script "configure" failed unexpectedly.
Please report the problem to cpm@FreeBSD.org [maintainer] and attach the
"/wrkdirs/usr/ports/dns/dnsdist/work/dnsdist-1.3.0/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1
Stop.
make: stopped in /usr/ports/dns/dnsdist
PR: 227180
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: ports-secteam (riggs)
dns/dnsdist: fix rc.d script, add support for LuaJIT and enable some new features
- Really fix the rc.d script to start using daemon(8) and add the --supervised commandline argument (which suppresses opening up the console)
- Enable DNS-over-TLS (upstream suggests enabling both GnuTLS and OpenSSL backends so you can switch in case of a serious security issue in .ie OpenSSL)
- Add OpenSSL support (enabled by default)
- Add GnuTLS support (enabled by default)
- Add dnstap support (disabled by default)
- Add SNMP support (disabled by default)
- Add support for LuaJIT or whatever you set as your default version in make.conf (disabled by default)
- Bump PORTREVISION
PR: 227175
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: ports-secteam (riggs)
Mark BROKEN: fails to package
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man1/editorconfig.1.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig.h.3.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig_handle.h.3.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man5/editorconfig-format.5.gz:No such file or directory
Reported by: pkg-fallout
Port changes:
* Change to DISTVERSION
* Patch config.h to set HAVE_RAND=1. It was failing due to
some glitch in configure: the rand() test program was failing
because the declaration of the exit() function didn't match.
* Silence commands.
Port changes:
* Remove the overriding patch of boost::asio:
now EINPROGRESS is handled properly, before it was not.
* Remove the overriding patch of websocketpp:
added an equivalent patch into cadabra2 source,
it is easier this way. Before such function didn't
exist in the websocketpp interface.
* Add the patch for pull/82:
missing #include / removal of unnecessary prefix calculation.
* Change cmake -> cmake:outsource.
* Switch to python3 because it links to python3 anyway,
even though it claims to support python2.
* Add DOS2UNIX_FILES for cmake/version.cmake for one patched file.
* Remove post-patch: added a similar patch under files/
* Remove post-install: stripping is now done by the project.
* Remove post-install-GUI-on: icons are now installed by the project.
Testing:
* Runs fine, shows correct results for examples from the online manual.