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)
- Take maintainership. Reason: last maintainer's activity on the port was 5 years ago, never replied to my mails concerning the port.
- Update COMMENT
- Add a missing dependency on php5-session
- Use simpler version of OPTIONS
- Remove pkg-{de,}install
- Install webserver sample configs
- Update pkg-message