Bug 246167 - www/uwsgi: add COROAE and LOGPIPE options
Summary: www/uwsgi: add COROAE and LOGPIPE options
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: Alexey Dokuchaev
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-05-04 08:33 UTC by Tomohiro Hosaka
Modified: 2021-01-20 06:14 UTC (History)
2 users (show)

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


Attachments
diff (1.05 KB, patch)
2020-05-04 08:33 UTC, Tomohiro Hosaka
no flags Details | Diff
diff (1.62 KB, patch)
2020-05-04 08:42 UTC, Tomohiro Hosaka
no flags Details | Diff
diff (1.46 KB, patch)
2020-05-04 08:45 UTC, Tomohiro Hosaka
no flags Details | Diff
patch (1.68 KB, patch)
2020-05-05 05:49 UTC, Tomohiro Hosaka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomohiro Hosaka 2020-05-04 08:33:39 UTC
Created attachment 214094 [details]
diff

Hi,

CoroAE is not effective only with the PSGI option, so an option has been added.

https://uwsgi-docs.readthedocs.io/en/latest/PSGIquickstart.html#installing-uwsgi-with-perl-support

It might may be included in the coroae to PSGI option without separating the PSGI and COROAE options.
Comment 1 Tomohiro Hosaka 2020-05-04 08:42:04 UTC
Created attachment 214095 [details]
diff
Comment 2 Tomohiro Hosaka 2020-05-04 08:45:35 UTC
Created attachment 214097 [details]
diff
Comment 3 Tomohiro Hosaka 2020-05-05 05:49:32 UTC
Created attachment 214144 [details]
patch

Supports options COROAE and LOGPIPE.
Comment 4 Automation User 2020-05-20 00:09:02 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/147745014
Comment 5 commit-hook freebsd_committer freebsd_triage 2021-01-20 06:11:20 UTC
A commit references this bug:

Author: danfe
Date: Wed Jan 20 06:10:58 UTC 2021
New revision: 562112
URL: https://svnweb.freebsd.org/changeset/ports/562112

Log:
  - Allow to build uWSGI with COROAE and LOGPIPE plugins
  - Drop now useless -fno-common bandaid added in r552097

  PR:		246167
  Submitted by:	Tomohiro Hosaka

Changes:
  head/www/uwsgi/Makefile
  head/www/uwsgi/files/patch-plugins_coroae_uwsgiplugin.py
Comment 6 Alexey Dokuchaev freebsd_committer freebsd_triage 2021-01-20 06:14:11 UTC
Both options added with ports r562112, thank you.