From root@www.unix-experience.fr  Wed Aug 14 14:36:16 2013
Return-Path: <root@www.unix-experience.fr>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 5EA3F279
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Aug 2013 14:36:16 +0000 (UTC)
	(envelope-from root@www.unix-experience.fr)
Received: from www.unix-experience.fr (unix-experience.fr [88.190.14.11])
	by mx1.freebsd.org (Postfix) with ESMTP id 2BD3C2F13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Aug 2013 14:36:16 +0000 (UTC)
Received: by www.unix-experience.fr (Postfix, from userid 0)
	id 2F2555C8A4; Wed, 14 Aug 2013 16:27:32 +0200 (CEST)
Message-Id: <20130814142732.2F2555C8A4@www.unix-experience.fr>
Date: Wed, 14 Aug 2013 16:27:32 +0200 (CEST)
From: Loic Blot <root@www.unix-experience.fr>
Reply-To: Loic Blot <root@www.unix-experience.fr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Missing dependency for Owncloud
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181293
>Category:       ports
>Synopsis:       Missing dependency for www/owncloud
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kevlo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 14:40:00 UTC 2013
>Closed-Date:    Thu Aug 15 06:20:31 UTC 2013
>Last-Modified:  Thu Aug 15 06:30:00 UTC 2013
>Originator:     Loic Blot
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Centre National de la Recherche Scientifique
>Environment:
System: FreeBSD www.unix-experience.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	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
>Fix:

--- owncloud.diff begins here ---
--- Makefile.old	2013-08-14 16:20:19.000000000 +0200
+++ Makefile	2013-08-14 16:21:17.000000000 +0200
@@ -16,7 +16,7 @@
 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
 
--- owncloud.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kevlo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 15 02:05:46 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181293 
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Thu Aug 15 06:20:14 UTC 2013 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181293 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181293: commit references a PR
Date: Thu, 15 Aug 2013 06:20:05 +0000 (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"
 
>Unformatted:
