[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


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

            Bug ID: 245799
           Summary: [patch] math/gnumeric Allow build with python3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: rkoberman at gmail.com
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

Created attachment 213649
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213649&action=edit
Patch to allow math/gnumeric to build with python3 as default

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.

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


More information about the freebsd-ports-bugs mailing list