Changes between Initial Version and Version 1 of Ticket #69195, comment 1


Ignore:
Timestamp:
Jan 26, 2024, 11:53:43 AM (5 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69195, comment 1

    initial v1  
    11Looks like legitimate circular dependencies.
    2 {{{
    3 % port rdeps --no-test xz   
    4 The following ports are dependencies of xz @5.4.5_0:
    5   gettext
    6     clang-3.4
    7       cctools
    8         libunwind-headers
    9           xz-bootstrap
    10         llvm-3.4
    11           python27-bootstrap
    12           libffi
    13           zlib
    14           perl5
    15             perl5.34
    16               xz
    17                 libiconv
    18                   gperf
    19                     libcxx
    20                       clang-11-bootstrap
    21                         cmake-bootstrap
    22                         gcc10-bootstrap
    23                         libstdcxx_clang_fix
    24                 gettext-runtime
    25               clang-3.7
    26                 llvm-3.7
    27                   libedit
    28                     ncurses
    29                   python27
    30                     pkgconfig
    31                     bzip2
    32                     db48
    33                     expat
    34                     sqlite3
    35                     openssl11
    36                     python_select
    37                     python2_select
    38                   llvm_select
    39                 clang_select
    40                 ld64
    41                   ld64-127
    42                     libmacho-headers
    43               gdbm
    44                 readline
    45     libtextstyle
    46     gettext-tools-libs
    47 }}}
    48 
    49 {{{
    50 % port rdeps --no-test clang-3.7
    51 The following ports are dependencies of clang-3.7 @3.7.1_9:
    52   xz
    53     gettext
    54       clang-3.4
    55         cctools
    56           libunwind-headers
    57             xz-bootstrap
    58           llvm-3.4
    59             python27-bootstrap
    60             libffi
    61             zlib
    62             perl5
    63               perl5.34
    64                 clang-3.7
    65                   llvm-3.7
    66                     libedit
    67                       ncurses
    68                         libcxx
    69                           clang-11-bootstrap
    70                             cmake-bootstrap
    71                             gcc10-bootstrap
    72                             libstdcxx_clang_fix
    73                     python27
    74                       pkgconfig
    75                         libiconv
    76                           gperf
    77                       bzip2
    78                       db48
    79                       expat
    80                       gettext-runtime
    81                       sqlite3
    82                       openssl11
    83                       python_select
    84                       python2_select
    85                     llvm_select
    86                   clang_select
    87                   ld64
    88                     ld64-127
    89                       libmacho-headers
    90                 gdbm
    91                   readline
    92       libtextstyle
    93       gettext-tools-libs
    94 }}}
     2(Removed: rdeps listings from a different OS)