Bug 209151 - www/nginx: installs .so files in /usr/local/etc
Summary: www/nginx: installs .so files in /usr/local/etc
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: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-29 12:44 UTC by Mathieu Arnold
Modified: 2016-04-29 23:09 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 Mathieu Arnold freebsd_committer freebsd_triage 2016-04-29 12:44:49 UTC
nginx now installs .so files in /usr/local/etc, where the configuration files lie.  They should go in /usr/local/libexec/nginx or something.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-29 23:08:59 UTC
A commit references this bug:

Author: osa
Date: Fri Apr 29 23:08:13 UTC 2016
New revision: 414318
URL: https://svnweb.freebsd.org/changeset/ports/414318

Log:
  Change the MODULESDIR from ${ETCDIR}/modules to ${PREFIX}/libexec/${PORTNAME}.
  Bump PORTREVISION.

  PR:	209151

Changes:
  head/www/nginx/Makefile
  head/www/nginx-devel/Makefile
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2016-04-29 23:09:30 UTC
Thanks for the report, the issue has been fixed!