ipc/chromium/src/base/process_util_linux.cc:39:23: error: no member named 'fork_delegate' in 'base::LaunchOptions'
pid_t pid = options.fork_delegate ? options.fork_delegate->Fork() : fork();
~~~~~~~ ^
ipc/chromium/src/base/process_util_linux.cc:39:47: error: no member named 'fork_delegate' in 'base::LaunchOptions'
pid_t pid = options.fork_delegate ? options.fork_delegate->Fork() : fork();
~~~~~~~ ^
Marked BROKEN on FreeBSD 10.* unless someone can help with
In file included from src/video_core/renderer_base.cpp:8:
In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:24:
src/./video_core/renderer_opengl/gl_rasterizer_cache.h:337:57: error: use of undeclared identifier 'weak_from_this'
auto watcher = std::make_shared<SurfaceWatcher>(weak_from_this());
^
Changes: ca3b82ca...590a09d0
The diff with the old distfile matches commit 4f436ba on GitHub, "Add
inet_dist_use_interface setting to erlang_vm.schema" (issue 232).
PR: 227978
Submitted by: dewayne@heuristicsystems.com.au
- Upstream no longer provides a FreeBSD distribution and this has been
unfetchable for almost a year. The binary only nature of this port
will make it very unlikely to work in the near future, but its still
functional at this time. Give people a heads up that this is coming.
McXtrace - Monte Carlo ray tracing simulations of X-ray experiments.
McXtrace is a tool for simulating X-ray instrumentation and experiments
using a ray-tracing formalism. Currently the main use of McXtrace
is in the field of synchrotron beamline instrumentation design, but
various other uses have been found, for instance for designing X-ray
telescopes or for laboratory sources.
This port contains the McXtrace component library.
WWW: http://www.mcxtrace.org
PR: 206506
Submitted by: Erik B. Knudsen <erkn@fysik.dtu.dk>
- Remove ca_root_nss from BUILD_DEPENDS
- Use LIB_DEPENDS for devel/grpc
- Remove libunwind from LIB_DEPENDS
This port itself does not require libunwind.
The dependency was brought by ruby which we do not have to mark it as direct dependency.
Differential Revision: https://reviews.freebsd.org/D15282
Submitted by: sunpoet (myself)
Approved by: mfechner (maintainer)
This update is a backport of work done by Martin Pieuchot (mpi@openbsd).
And will be available in the next major Glib released in September. This
update simplifies the backend and fixes a number of races and other
issues in the old backend.
Many thanks to Martin Pieuchot mpi@openbsd for the rewrite!
PR: 226920
Submitted by: Ting-Wei Lan <lantw44@gmail.com>, lightside@gmx.com
Obtained from: glib upstream
Image::PNG::Libpng is a Perl library for accessing the contents of
PNG (Portable Network Graphics) images. Image::PNG::Libpng enables
Perl to use the "libpng" library for reading and writing files in
the PNG format.
Image::PNG::Libpng consists of Perl subroutines which mirror the C
functions in libpng, plus helper subroutines to make it easier to
read and write PNG data in Perl.
WWW: http://search.cpan.org/dist/Image-PNG-Libpng/
PR: 227751
Submitted by: Greg Kennedy <kennedy.greg@gmail.com>