Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2020 08:47:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249388] net-mgmt/flow-tools failed to compile with all options turned off and depends on python2.7
Message-ID:  <bug-249388-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249388

            Bug ID: 249388
           Summary: net-mgmt/flow-tools failed to compile with all options
                    turned off and depends on python2.7
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: vladimir.pushkar@gmail.com
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

Created attachment 218019
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218019&action=
=3Dedit
port's Makefile patch

flow-tools port failed to compile due to postgresql dependency which is ena=
bled
by default even if not set in port options.=20
Solution is to use --with-postgresql=3Dno for configure when PGSQL is off.

Also, this port depends on python2.7 for some scripts. It's easy to to
transform scripts code to python3 with 2to3 tool.=20

Patch for the port's Makefile attached.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249388-7788>