Bug 181293 - Missing dependency for www/owncloud
Summary: Missing dependency for www/owncloud
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-14 15:40 UTC by Loic Blot
Modified: 2013-08-15 07:30 UTC (History)
0 users

See Also:


Attachments
owncloud.diff (339 bytes, patch)
2013-08-14 15:40 UTC, Loic Blot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loic Blot 2013-08-14 15:40:00 UTC
	There is a missing dependency for owncloud, causing some interface bugs. Here is an extract of owncloud/data/owncloud.log:
		{"app":"PHP","message":"PHP Startup: Unable to load dynamic library
		'\/usr\/local\/lib\/php\/20100525\/wddx.so' - \/usr\/local\/lib\/php
		\/20100525\/wddx.so: Undefined symbol \"ps_globals\" at
		Unknown#0","level":4,"time":"2013-08-14T13:06:00+00:00"}

How-To-Repeat: 	Install a fresh owncloud with a fresh apache + PHP from ports or packages
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-15 03:05:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-15 07:20:05 UTC
Author: kevlo
Date: Thu Aug 15 06:19:57 2013
New Revision: 324752
URL: http://svnweb.freebsd.org/changeset/ports/324752

Log:
  Add missing dependency.
  
  PR:	ports/181293
  Submitted by:	Loic Blot <root at www.unix-experience dot fr>

Modified:
  head/www/owncloud/Makefile

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Thu Aug 15 06:12:48 2013	(r324751)
+++ head/www/owncloud/Makefile	Thu Aug 15 06:19:57 2013	(r324752)
@@ -2,6 +2,7 @@
 
 PORTNAME=	owncloud
 PORTVERSION=	5.0.10
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.owncloud.org/community/
 
@@ -16,7 +17,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_BZIP2=	yes
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv json mbstring \
 		mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \
-		zip zlib
+		wddx zip zlib
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=5
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Kevin Lo freebsd_committer freebsd_triage 2013-08-15 07:20:14 UTC
State Changed
From-To: open->closed

Committed, thanks.