Summary: | net-mgmt/net-snmp: allow for builds with python 3.6 as DEFAULT_VERSION | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Henrik Hudson <ports> | ||||
Component: | Individual Port(s) | Assignee: | Ryan Steinmetz <zi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(zi) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: zi Date: Mon Dec 4 18:54:39 UTC 2017 New revision: 455531 URL: https://svnweb.freebsd.org/changeset/ports/455531 Log: - Add flavor support for python PR: 224092 Submitted by: Henrik Hudson Changes: head/net-mgmt/net-snmp/Makefile |
Created attachment 188529 [details] Makefile diff Makefile patch to allow for a builds on systems with a DEFAULT_VERSIONS of python=3.6 when the Python OPTION is enabled. net-snmp doesn't seem to build with anything newer than Python 2.7 for me. Short term fix is to make it work with FLAVORS. Makefile diff attached.