Changes:
- update ModSecurity to 2.9.0 (released Feb 12, 2015)
- add JSON parsing support via devel/yajl
- add support for loading remote configuration, which depends on ftp/curl
- add optional support for fuzzy hashes via security/ssdeep
- fix: use lua51 only, ModSecurity does not support lua 5.2 yet
- add FreeBSD specific README with installation and configuration hints
- pkg-message: refer uses to README
- install recommended modsecurity.conf using .sample config file convention
- port skeleton cleanups
PR: 197833
Submitted by: maintainer (Walter Hop)
Introduce an OPTION that controls whether to install offensive (explicit)
acronyms. It is enabled by default, but the actual wtf(6) app will not
provide offensive answers without the -o switch.
PR: 199613
Submitted by: maintainer (Nikolai Lifanov)
building against other perl versions.
byterun.c:1886:3: warning: implicit declaration of function 'PadnamelistMAXNAMED' is invalid in C99 [-Wimplicit-function-declaration]
BSET_padl_name(bstate->bs_sv, arg);
^
./bytecode.h:798:5: note: expanded from macro 'BSET_padl_name'
PadnamelistMAXNAMED((PAD*)pad) = AvFILL((AV*)pad)
^
byterun.c:1886:3: error: expression is not assignable
BSET_padl_name(bstate->bs_sv, arg);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bytecode.h:798:36: note: expanded from macro 'BSET_padl_name'
PadnamelistMAXNAMED((PAD*)pad) = AvFILL((AV*)pad)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 warning and 1 error generated.
I'm not clear exactly why it's failing, but only applying the patch against
affected perl versions should fix the issue.
Remove dependency on p5-IO-stringy that has been stale for 4 years.
Technically the dependency on p5-Convert-BinHex isn't required
either but it's listed as recommended so I'm leaving it in.
Also, remove the superfluous DOCS option, and sort plist.
Changes: https://metacpan.org/changes/distribution/MIME-tools
To install this bootloader, copy ALL the files in the share/u-boot/u-boot-rpi2
directory to the first partition, formatted as FAT32, on an SD card.
This version is patched so that:
* ELF and API features are enabled.
* The default environment is trimmed to just what's needed to boot.
* The saveenv command writes to the file uboot.env on the FAT partition.
For information about running FreeBSD on RaspberryPi, see
WWW: http://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
Approved by: garga
/usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
collect2: error: ld returned 1 exit status
This is standard C++11, but there is a problem with stdlib.
Note: now it could be built with clang, but the produced binaries don't
behave correctly.
Changes include:
* External streaming with Android
* Live TV streams not being properly closed
* Tvdb language override not falling back to English when appropriate
* Playback stopping prematurely on Chromecast
PR: 199626
Submitted by: maintainer (Ben Woods)
cc: error: unsupported option '-fpcc-struct-return' for target 'x86_64-unknown-freebsd10.1'
- Mark deprecated and set expiration data in T + 1 month: the port is no longer useful as base grep has coloring support
PR: 199593
Submitted by: amdmi3
Approved by: azet@azet.org
* Autoconf is required during the extract stage, so add it to the
EXTRACT_DEPENDS list (it defaults to BUILD_DEPENDS only)
* For an unknown reason autoconf creates a configure script that looks
for and detects powl on FreeBSD 8 and 9. powl does not actually exist
and causes a build failure.
Approved by: gerald@ (maintainer, implicit)