error[E0308]: mismatched types
--> src/hb_wrapper.rs:17:17
|
16 | hb_feature_from_string(
| ---------------------- arguments to this function are incorrect
17 | tag.as_ptr() as *const i8,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
|
= note: expected raw pointer `*const u8`
found raw pointer `*const i8`
* Disable memmory mapped file handling and use "POSIX-compliant"
* Backport commit 8bcac1bed28f93c0712e915f43294b1e5fd03659 which
reduces FilePoolSize
* Change status to experimental
This change only applies to new installs, if you have a configuration
already you need to apply these changes by hand
References:
8bcac1bed2https://github.com/arvidn/libtorrent/issues/6667#issuecomment-1502670412
PR: 270765
Reviewed by: yuri (previous revision)
- Change to fork and update to 0.79.10
- Drop NLS option, it just covers a few languages and is inconsistent
- Add nox11 flavor
- Partially backport upstream changeset 25:a315fe55901a (mercurial) to
allow a clean build of nox11 flavor
- Drop GCC requirement
- Rework port to follow Porters Handbook more closely and for better readability
- Enable verbose build
PR: 270718
Approved by: portmgr (maintainer timeout, 2+ weeks)
- Added support for AV1 codec
- Fixed UI scaling, error messages, top menu
- Added extract track option and a button to clear
the task list
Reported by: portscout
It's unused since 88b0ae2bb9 ("xorg: upgrade to 21.1.4") and upstream
announced that they plan to retire this package soon.
Sponsored by: Beckhoff Automation GmbH & Co. KG
DMX support was removed from xorg-server in 88b0ae2bb9 ("xorg: upgrade to 21.1.4")
no need to keep the library installed in this meta-port.
Sponsored by: Beckhoff Automation GmbH & Co. KG
../tests/checkasm/checkasm.c:623:13: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'?
cpu_set_t set;
^~~~~~~~~
cpuset_t
/usr/include/sys/_cpuset.h:50:24: note: 'cpuset_t' declared here
typedef struct _cpuset cpuset_t;
^
PR: 270977
Reported by: Ross McKelvie
Several improvements with this change:
Overall cleanup.
Simplify plists.
Make the HTML option default for all languages.
Non-English ports must build the HTML English version together, and the
shared files are stored in the freebsd-doc-en port.
Fix some image's src addresses on freebsd-doc-en.
Point MASTER_SITES to LOCAL/doceng; it's a shared folder with the team.
It's necessary to choose at least one option.
Reviewed by: doceng (blackend)
Differential Revision: https://reviews.freebsd.org/D39632