Usage:
USES=kodi[:noautoplist]
Notes:
- Addonname should match PORTNAME or you will need to set KODI_ADDON
- pkg-plist is autogenerated (use USES=kodi:noautoplist to avoid this)
- essential dependencies are added automatically
PR: 253448
Reviewed by: rene
the declaration of the variable ``serverConnection'' as extern, but
there is no corresponding definition of the variable, so it remained
an unresolved symbol (that didn't result in a build failure, because
GNUstep applications are linked as a shared object)
2) GC leftovers from r132311: unreferenced ADDITIONAL_LDFLAGS and bogus
USES+=ghostscript (PDF viewer requires PDFKit framework which is not
available from the Ports Collection)
Reported by: naddy (1)
Obtained from: Debian
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/psptoolchain-binutils/work/stage/usr/local/powerpcle-unknown-freebsd13.0/psp/include/ansidecl.h:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/psptoolchain-binutils/work/stage/usr/local/powerpcle-unknown-freebsd13.0/psp/include/bfd.h:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/psptoolchain-binutils/work/stage/usr/local/powerpcle-unknown-freebsd13.0/psp/include/bfdlink.h:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/psptoolchain-binutils/work/stage/usr/local/powerpcle-unknown-freebsd13.0/psp/include/dis-asm.h:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/psptoolchain-binutils/work/stage/usr/local/powerpcle-unknown-freebsd13.0/psp/include/symcat.h:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/psptoolchain-binutils/work/stage/usr/local/powerpcle-unknown-freebsd13.0/psp/lib/libbfd.a:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/psptoolchain-binutils/work/stage/usr/local/powerpcle-unknown-freebsd13.0/psp/lib/libopcodes.a:No such file or directory
Avoid complaints from rcorder(8) about "unknown provision `login'". This
was because the provision 'login' should be uppercased instead.
Approved by: hiroo.ono+freebsd@gmail.com (maintainer)
PR: 253906
MFH: 2021Q1
Disable including gdkcolor.h because pixel is a type on POWER:
/usr/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h:56:11: error: two or more data types in declaration specifiers
56 | guint32 pixel;
Disable OpenCL:
/wrkdirs/usr/ports/graphics/darktable/work/darktable-3.4.1/data/kernels/bilateral.cl:67:17: error: implicit declaration of function 'atom_add' is invalid in OpenCL
old_val.i = atom_add(ival, 0);
Approved by: tier 2 blanket
- Better debugger support in the NT syscall interface.
- WineGStreamer library converted to PE.
- Still more WinRT support in WIDL.
- Optional support for build IDs.
- Various bug fixes.
Most of the files that "disppeared" from the Staging patchset (with
the STAGING option active) with version 6.2 are back. It appears some
patches were temporarily deactivated in that one snapshot.