Bug 202008 - [patch] www/owncloud add missing php module dependency "posix"
Summary: [patch] www/owncloud add missing php module dependency "posix"
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: Kevin Lo
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-07-31 15:46 UTC by Torsten Zühlsdorff
Modified: 2015-08-07 06:57 UTC (History)
0 users

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


Attachments
patch to add posix dependency (419 bytes, patch)
2015-07-31 15:46 UTC, Torsten Zühlsdorff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Zühlsdorff 2015-07-31 15:46:32 UTC
Created attachment 159413 [details]
patch to add posix dependency

owncloud is missing the php module "posix" in dependency list. Steps to reproduce in an clean environment:

# pkg install owncloud
# cd /usr/local/www/owncloud
# php occ

Result:
The posix extensions are required - see http://php.net/manual/en/book.posix.php
Comment 1 Kevin Lo freebsd_committer freebsd_triage 2015-08-07 06:57:02 UTC
I updated the owncloud port to 8.1.0 and added posix dependency, thanks.