Bug 245423 - devel/py-ijson: add yajl support
Summary: devel/py-ijson: add yajl support
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: 2020-04-07 11:23 UTC by Dmitry Marakasov
Modified: 2020-04-21 19:49 UTC (History)
0 users

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


Attachments
Patch (565 bytes, patch)
2020-04-07 11:23 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2020-04-07 11:23:20 UTC
Created attachment 213151 [details]
Patch

Add optional YAJL support enabling faster json parsing backend.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-21 19:49:00 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Apr 21 19:48:09 UTC 2020
New revision: 532400
URL: https://svnweb.freebsd.org/changeset/ports/532400

Log:
  Add YAJL option

  PR:		245423
  Submitted by:	amdmi3

Changes:
  head/devel/py-ijson/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-04-21 19:49:29 UTC
Committed. Thanks!