Bug 240211 - devel/py-fs: Add USE_PYTHON=concurrent
Summary: devel/py-fs: Add USE_PYTHON=concurrent
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:
Depends on:
Blocks:
 
Reported: 2019-08-30 14:05 UTC by Ting-Wei Lan
Modified: 2019-08-31 11:22 UTC (History)
1 user (show)

See Also:
douglas: maintainer-feedback+


Attachments
Patch (456 bytes, patch)
2019-08-30 14:05 UTC, Ting-Wei Lan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2019-08-30 14:05:42 UTC
Created attachment 207026 [details]
Patch

This port installs executables into $PREFIX/bin, so it will be nice if USE_PYTHON=concurrent can be added to prevent different flavors from conflicting on executable files.
Comment 1 Douglas Thrift 2019-08-30 21:25:29 UTC
Looks good to me!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-31 11:22:20 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Aug 31 11:21:31 UTC 2019
New revision: 510379
URL: https://svnweb.freebsd.org/changeset/ports/510379

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)

  - Bump PORTREVISION for package change

  PR:		240211
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
  Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)

Changes:
  head/devel/py-fs/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-31 11:22:47 UTC
Committed. Thanks!