Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcpflow: add -devel subport; remove useless dependency from python27 #19630

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

catap
Copy link
Contributor

@catap catap commented Jul 26, 2023

Description

Well, without python27 ./configure complains:

  *** Cannot find python library.
  *** Please install python-devel to enable scanner python.
  ...
  configure: *** You have missing libraries. To install them:
  configure: *** Red Hat: sudo yum install  python-devel  python-devel
  configure: *** Fedora:  sudo dnf install  python-devel  python-devel
  configure: *** Ubuntu:  sudo apt-get install  libpython2.7-dev libpython2.7-dev
  configure: *** MacOS:   sudo port install  python27 python27

but since version 1.6.1 tcpflow doesn't require nor use python anymore because the only plugin which is used it (scan_python.cpp) was excluded from build.

See:

Anyway, future release may bring that plugin back.

Type(s)
  • bugfix
  • enhancement
Tested on

macOS 12.6.8 21G725 x86_64
Xcode 14.2 14C18

Verification

Have you

@catap catap force-pushed the tcpflow branch 2 times, most recently from d4c5ef4 to 7e6146a Compare July 26, 2023 10:47
@reneeotten reneeotten merged commit 7d9a625 into macports:master Jul 29, 2023
3 checks passed
@catap catap deleted the tcpflow branch July 29, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants