Bug 229956 - [PATCH] deskutils/calibre: propagate flavored sip binary to make environment
Summary: [PATCH] deskutils/calibre: propagate flavored sip binary to make environment
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-22 09:48 UTC by Dima Panov
Modified: 2018-07-22 16:50 UTC (History)
0 users

See Also:
madpilot: maintainer-feedback+


Attachments
[PATCH] deskutils/calibre: propagate flavored sip binary to make environment (489 bytes, patch)
2018-07-22 09:48 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov freebsd_committer freebsd_triage 2018-07-22 09:48:11 UTC
Created attachment 195364 [details]
[PATCH] deskutils/calibre: propagate flavored sip binary to make environment

[PATCH] deskutils/calibre: propagate flavored sip binary to make environment


Currently build process relies on unversioned sip binary, which leads to use py3x-based version instead on py27-based and, of course, failed to build when py3 set as default
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2018-07-22 15:20:21 UTC
Thank you for reporting.

I'm using the default 2.7 python and could not notice this.

I'm going to commit the change after some testing.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-22 16:49:27 UTC
A commit references this bug:

Author: madpilot
Date: Sun Jul 22 16:48:49 UTC 2018
New revision: 475110
URL: https://svnweb.freebsd.org/changeset/ports/475110

Log:
  Fix build when using python 3 as default by propagating flavored
  sip binary to make environment.

  PR:		229956
  Submitted by:	fluffy

Changes:
  head/deskutils/calibre/Makefile
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2018-07-22 16:50:27 UTC
Patch committed.

Thanks!