Bug 191366 - [PATCH]net/mosquitto Add `PYTHON_LIB' option.
Summary: [PATCH]net/mosquitto Add `PYTHON_LIB' option.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 14:05 UTC by Fuminori OKUHARA
Modified: 2014-07-08 03:40 UTC (History)
3 users (show)

See Also:


Attachments
Allow python to be optional. (1.85 KB, patch)
2014-07-07 03:08 UTC, joe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fuminori OKUHARA 2014-06-25 14:05:29 UTC

Fix:
I have to add the option to be able to choose to install the Python client library. 
Enable the Python client library is the default. 

I want to install only `libmosquitto' and `mosquitto'. Do not use Python client library. 

--- mosquitto_patches.shar ends here ---
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2014-07-05 15:58:06 UTC
I don't think your patch made it into the PR.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2014-07-05 23:47:34 UTC
Notify maintainer.
Comment 3 joe 2014-07-07 03:08:59 UTC
Created attachment 144472 [details]
Allow python to be optional.

Here is an example patch. If this is sufficient, then please commit it.
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-07-08 03:39:54 UTC
A commit references this bug:

Author: swills
Date: Tue Jul  8 03:39:38 UTC 2014
New revision: 361163
URL: http://svnweb.freebsd.org/changeset/ports/361163

Log:
  net/mosquitto: make python support optional

  PR:		191366
  Submitted by:	joe@thrallingpenguin.com (maintainer)

Changes:
  head/net/mosquitto/Makefile
  head/net/mosquitto/pkg-plist
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-07-08 03:40:12 UTC
Committed with minor changes. Thanks!