Skip to content

Commit

Permalink
libpsl: add license_noconflict spec to make wget redistributable
Browse files Browse the repository at this point in the history
The problematic dependency link was:

wget (GPL-3+) -> libpsl -> python27 -> openssl (OpenSSL)

In libpsl, python27 is only used in a build-time script
(psl-make-dafsa) to generate a C file (suffixes_dafsa.c) from public
suffix list data. As a result, python27 shouldn't be considered when
checking license conflicts.
  • Loading branch information
Chih-Hsuan Yen committed Jun 1, 2018
1 parent 6dc8175 commit 92c6bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/libpsl/Portfile
Expand Up @@ -47,6 +47,8 @@ depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libidn2 \
port:libunistring

license_noconflict python27

post-extract {
# Replace older bundled publicsuffix list.
delete ${worksrcpath}/list
Expand Down

0 comments on commit 92c6bcc

Please sign in to comment.