genode/repos/ports
Norman Feske a7f40b24ca Warn about the use of deprecated env() function
This patch enables warnings if one of the deprecate functions that rely
in the implicit use of the global Genode::env() accessor are called.

For the time being, some places within the base framework continue
to rely on the global function while omitting the warning by calling
'env_deprecated' instead of 'env'.

Issue #1987
2017-01-13 13:07:13 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
lib gdb_monitor: API transition 2017-01-13 13:07:04 +01:00
mk Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
ports vbox: update to 5.1.10 2016-11-30 13:37:05 +01:00
run vbox: avoid using deprecated env() 2017-01-13 13:07:08 +01:00
src noux: API transition 2017-01-13 13:07:11 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.