The error message using C locale is as follows:
./psl-make-dafsa --output-format=cxx+ "/usr/local/share/public_suffix_list/public_suffix_list.dat" suffixes_dafsa.c
Traceback (most recent call last):
File "./psl-make-dafsa", line 695, in <module>
sys.exit(main())
File "./psl-make-dafsa", line 689, in main
outfile.write(converter(parser(infile, utf_mode, codecs), utf_mode, codecs))
File "./psl-make-dafsa", line 559, in parse_psl
for line in infile:
File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7619: ordinal not in range(128)
This is the version of Tomcat currently under active development.
Development releases may contain large amounts of untested or missing
functionality required by the specification and/or significant
bugs and are not expected to run stably for any length of time.
PR: 215290
Submitted by: vvd@unislabs.com
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10226
ASCII outside the POSIX 'C' locale and UTF-8 is deafult in case anything
should call ucnv_getDefaultName() prior to calling setlocale(). This change
fixes problems that occur in multiple Qt5 applications when handling files
with names containing non-ASCII characters.
PR: 216372
Reported by: vvd@unislabs.com
Approved by: bapt (office@), swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10128
* Fetch fix: correct the URL for VOXEL and XXX packs
* Add option VOXEL and remove obsolete MIDI options
* Correct patching of game data path so the full path need not be specified
* Install (SHAREWARE) or instruct (pkg-message) to copy both game data files
PR: 217913
Approved by: pkubaj@anongoth.pl (maintainer), swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10107
A cross-platform multimedia framework based on Qt and FFmpeg.
High performance. User & developer friendly. Supports Android,
iOS, Windows store and desktops.
WWW: https://github.com/wang-bin/QtAV
Reviewed by: rakuco, jhale
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10186
- Fix in CegoSelect and friends for query cleanup. The cleanUp
method did not cleanup all field value references which might lead
to invalid memory access in case of repeated view calls ( Variable
pParentJoinBuf ).
Corresponding cleanUp method have been introduced or CegoExpr,
CegoTerm, CegoFactor and friends.
- Check052 has been introduced to verify the previous described behaviour
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
- Enable OpenCL 2.0 on AMD64
- Add options FP64 (experimental) and TEST [1]
- Follow MESA_LLVM_VER if set, currently only 39 works for this port
PR: 217771 [1]
Submitted by: jbeich [1]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10251
- Do not pass SVN_REV via CFLAGS, it is now defined in `src/d_main.c'
- OLD_DEPENDENCIES is no longer a valid setting, stop referencing it
- When adjusting default WAD search path, fix only one DEFWADS rather
than a bunch of them (one is enough)
- Remove old hack for better support for relative paths (for `-iwad'
switch): it no longer applies and the game works correctly per se
- Remove Clang-related fixes that were integrated upstream
- Do not overwrite `make_options' file, simply append few necessary
settings at the end of it
List of changes: http://doomlegacy.sourceforge.net/docs/whatsnew.html