core.order 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. # HOW TO READ THIS FILE:
  2. #
  3. # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
  4. # the file might look like:
  5. #
  6. # a.recipe: c.recipe b.recipe
  7. # b.recipe:
  8. # c.recipe: b.recipe
  9. #
  10. # Each letter represents a recipe name, complete dependencies for
  11. # the first recipe name are listed in descending order, which is
  12. # printed from right to left, and removed from left to right:
  13. #
  14. # b.recipe
  15. # c.recipe
  16. # a.recipe
  17. #
  18. # Commented lines starting with a '#' are allowed. Blank lines,
  19. # colons, parentheses, and end of line are removed.
  20. #
  21. # For more information, type: info qi 'order file'
  22. #
  23. data/hierarchyfs: data/etc
  24. libs/musl:
  25. kernel/headers:
  26. devel/m4:
  27. libs/mpc: libs/mpfr libs/gmp
  28. libs/gmp:
  29. libs/mpfr: libs/gmp
  30. libs/isl: libs/gmp
  31. devel/flex: devel/bison
  32. devel/gcc: devel/libelf-compat libs/libz devel/binutils
  33. tools/musl_utils:
  34. libs/libsigsegv:
  35. # Extended attributes, access control lists support on filesystems
  36. tools/acl: tools/attr
  37. # Capabilities commands and library
  38. libs/libcap: tools/attr
  39. tools/sed:
  40. devel/pkgconf:
  41. libs/ncurses:
  42. tools/shadow:
  43. tools/util-linux:
  44. tools/procps-ng:
  45. tools/e2fsprogs:
  46. tools/coreutils:
  47. tools/diffutils: tools/ed
  48. devel/check: tools/gawk
  49. data/iana-etc: tools/gawk
  50. tools/gawk: libs/readline
  51. libs/readline: libs/ncurses
  52. devel/libtool:
  53. devel/perl: compressors/bzip2 databases/db databases/gdbm
  54. devel/automake: devel/autoconf
  55. # Compression commands and library
  56. compressors/bzip2:
  57. compressors/gzip:
  58. compressors/clzip:
  59. compressors/plzip: libs/lzlib
  60. compressors/xz:
  61. compressors/unzip:
  62. compressors/zutils: compressors/bzip2 compressors/gzip compressors/clzip compressors/xz
  63. tools/lziprecover:
  64. tools/texinfo:
  65. devel/bc:
  66. tools/file:
  67. tools/findutils: tools/mlocate
  68. tools/gettext:
  69. tools/grep: libs/pcre
  70. devel/make:
  71. # Manual page tool support
  72. tools/man-db: libs/libpipeline databases/gdbm tools/less tools/groff
  73. # Main shells
  74. shells/mksh:
  75. shells/bash: libs/readline
  76. tools/tar:
  77. tools/patch: tools/ed
  78. # Package managers
  79. tools/qi: tools/graft
  80. tools/graft: devel/perl
  81. # Programming languages, libraries
  82. devel/python2: devel/valgrind libs/libz libs/expat libs/libffi libs/readline networking/libressl
  83. devel/python3: devel/valgrind libs/libz libs/expat libs/libffi libs/readline networking/libressl
  84. libs/glib2: devel/python3
  85. #testing/clisp: libs/libffcall libs/libsigsegv
  86. # Additional build systems
  87. devel/re2c:
  88. devel/ninja:
  89. devel/meson:
  90. # Language modules
  91. modules/perl/xml-parser:
  92. # Kernel-related
  93. kernel/kmod: libs/libz
  94. kernel/firmware: kernel/generic
  95. kernel/buildtree-generic: kernel/generic
  96. kernel/generic: kernel/kmod kernel/headers
  97. boot/eudev: kernel/kmod devel/gperf
  98. # Time zone database
  99. data/tzdb:
  100. # PCI/USB user-space support
  101. tools/pciutils: kernel/kmod libs/hwids
  102. tools/usbutils: libs/libusb libs/hwids
  103. # System initialization
  104. boot/sinit: boot/bootscripts
  105. daemons/scron: boot/perp
  106. daemons/socklog: boot/perp
  107. boot/perp: boot/utmpset
  108. boot/grub:
  109. tools/psmisc: libs/ncurses
  110. tools/dialog: tools/groff
  111. tools/kbd:
  112. tools/mc: libs/glib2
  113. tools/hdparm:
  114. daemons/acpid: