Bug 208829 - www/nginx Fails to comile with BROTLI enabled
Summary: www/nginx Fails to comile with BROTLI enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-16 10:07 UTC by Matthias Fechner
Modified: 2016-04-16 23:49 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Fechner freebsd_committer freebsd_triage 2016-04-16 10:07:46 UTC
After upgrading brotli to newest version, nginx fails to build.
Buildlog can be found here:
https://pkg.fechner.net/data/103amd64-default/2016-04-16_11h42m08s/logs/errors/nginx-1.8.1_2,2.log
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-16 23:46:29 UTC
A commit references this bug:

Author: osa
Date: Sat Apr 16 23:45:36 UTC 2016
New revision: 413485
URL: https://svnweb.freebsd.org/changeset/ports/413485

Log:
  Update patch for Makefile.am to fix a compilation issue for www/nginx*
  ports when ngx_brotli enabled.
  Bump PORTREVISION.

  PR:	208829

Changes:
  head/devel/libbrotli/Makefile
  head/devel/libbrotli/files/patch-Makefile.am
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2016-04-16 23:49:49 UTC
I've just committed a patch for fix the issue, thanks for report!