Bug 202647 - graphics/py-gdal: [patch] allow concurrent python installations
Summary: graphics/py-gdal: [patch] allow concurrent python installations
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: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-25 09:23 UTC by Matthieu Volat
Modified: 2015-09-02 14:02 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Enable concurrent in USE_PYTHON (397 bytes, text/plain)
2015-08-25 09:23 UTC, Matthieu Volat
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Volat 2015-08-25 09:23:18 UTC
Created attachment 160340 [details]
Enable concurrent in USE_PYTHON

Hi,

Would it be possible to add the concurrent flag to USE_PYTHON for graphics/py-gdal?

While not tested extensively, I did not find any problem and it allowed me to begin porting stuff using gdal to python 3 while keeping the py27 version for day-to-day work.

Trivial patch attached, thanks!
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-02 14:01:04 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Sep  2 14:00:47 UTC 2015
New revision: 395843
URL: https://svnweb.freebsd.org/changeset/ports/395843

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Bump PORTREVISION for package change

  PR:		202647
  Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>

Changes:
  head/graphics/py-gdal/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-09-02 14:02:07 UTC
Committed. Thanks!