https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225052
Kyle Evans <kev...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #189591|0 |1 is obsolete| | --- Comment #3 from Kyle Evans <kev...@freebsd.org> --- Created attachment 189603 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189603&action=edit Updated svn(1) diff of lang/python, take 2 To be clear, I think the attached patch is what really needs to happen. To reproduce: 1.) Set DEFAULT_VERSIONS+= python=3.6 on a system. 2.) Observe PORTVERSION: 3.6 3.) Observe RUN_DEPENDS: 2.7 4.) Build the package or install The attached patch just adds ${DEFAULT_VERSION} to the USES= python args so it pulls in the right dependencies and makes the right symlink to reflect the version clearly intended to be installed. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"