maintainer-feedback requested: [Bug 245799] [patch] math/gnumeric Allow build with python3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 21 19:56:44 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome mailing list
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 245799: [patch] math/gnumeric Allow build with python3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245799
--- Description ---
math/gnumeric has been scheduled for deletion due to the port's requirement for
python2, but gnumeric no longer requires python2. The only issue was that the
port tried to compile the python plugins that are no longer built when python2
is not found.
The attached patch simply removes the post-install compilation of the
non-existent files and updates pkg-plist accordingly. No actual changes to the
build are needed or made. If, at some point in the future, the plugins are
updated to python3, the post-install compile could be re-implemented.
The patch should be updated to conditionally run post-install on systems where
python2 is default. The pkg-plist would need to be fixed and I don't know how
to do that.
More information about the freebsd-gnome
mailing list