On 8/24/20 9:46 PM, Ken Cunningham wrote:
On 8/24/20 7:30 PM, Ken Cunningham wrote:
>/Just curious what makes this port non-redistributable…. />//>/it’s likely a pain 
for users to have to build it. />//>/Ken /

A quick check shows:


"supertuxkart" is not distributable because its license "gpl" conflicts
with license "OpenSSL" of dependency "openssl"


Kurt

Excellent.

BTW -  what command gave you that “quick check”?

I don’t really understand the OpenSSL thing… supertuxkart doesn’t link against openssl, and the only thing I can see in the tree is cmake that uses curl that uses openssl.

I remain confused….any help appreciated.

Ken

https://trac.macports.org/browser/trunk/base/portmgr/jobs/port_binary_distributable.tcl

% port_binary_distributable.tcl -v supertuxkart

The whole openssl license is beyond me; there is a "license_noconflict  openssl" which might help.

Kurt




$ port rdeps supertuxkart
The following ports are dependencies of supertuxkart @1.1_1:
  xz
    libiconv
      gperf
    gettext
      ncurses
  cmake
    libcxx
    curl
      pkgconfig
      libidn2
        autoconf
        automake
        libtool
          xattr
            unzip
        libunistring
          perl5
            perl5.28
              db48
              gdbm
                readline
          texinfo
            help2man
              p5.28-locale-gettext
            perl5.30
      libpsl
        python38
          bzip2
          expat
          libedit
          libffi
          openssl
            zlib
          sqlite3
          python_select
          python3_select
        glib2
          libxml2
            icu
          pcre
      curl-ca-bundle
    libarchive
      lzo2
      lz4
      zstd
    libuv
  freetype
    brotli
    libpng
  fribidi
  glew
  harfbuzz
    cairo
      libpixman
      fontconfig
        ossp-uuid
      xrender
        xorg-libX11
          xorg-xtrans
          xorg-xorgproto
          xorg-util-macros
          xorg-libXdmcp
          xorg-libXau
          xorg-libxcb
            xorg-xcb-proto
            xorg-libpthread-stubs
      xorg-libXext
      xorg-xcb-util
    graphite2
      fonttools
        py37-setuptools
          python37
        py37-unicodedata2
        py37-brotli
  jpeg
  libogg
  libvorbis
  nettle
    gmp
  openal-soft
    openal-soft-native-tools
    libmysofa


Reply via email to