[Bug 249388] net-mgmt/flow-tools failed to compile with all options turned off and depends on python2.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 17 08:47:16 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249388

            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 at freebsd.org
          Reporter: vladimir.pushkar at gmail.com
          Assignee: bofh at freebsd.org
             Flags: maintainer-feedback?(bofh at freebsd.org)

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

flow-tools port failed to compile due to postgresql dependency which is enabled
by default even if not set in port options. 
Solution is to use --with-postgresql=no 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. 

Patch for the port's Makefile attached.

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


More information about the freebsd-ports-bugs mailing list