Bug 202008

Summary: [patch] www/owncloud add missing php module dependency "posix"
Product: Ports & Packages Reporter: Torsten Zühlsdorff <ports>
Component: Individual Port(s)Assignee: Kevin Lo <kevlo>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (kevlo)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to add posix dependency none

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.