Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:56:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 245799] [patch] math/gnumeric Allow build with python3
Message-ID:  <bug-245799-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245799

            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@FreeBSD.org
          Reporter: rkoberman@gmail.com
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)

Created attachment 213649
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D213649&action=
=3Dedit
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 t=
he
port tried to compile the python plugins that are no longer built when pyth=
on2
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 wh=
ere
python2 is default. The pkg-plist would need to be fixed and I don't know h=
ow
to do that.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245799-6497>