From nobody@FreeBSD.org  Fri May 18 03:37:33 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CEC9116A403
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 May 2007 03:37:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id C031913C447
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 May 2007 03:37:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4I3bXiv085875
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 May 2007 03:37:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4I3WV3c085176;
	Fri, 18 May 2007 03:32:31 GMT
	(envelope-from nobody)
Message-Id: <200705180332.l4I3WV3c085176@www.freebsd.org>
Date: Fri, 18 May 2007 03:32:31 GMT
From: Joo Rocha Braga Filho<goffredo@uol.com.br>
To: freebsd-gnats-submit@FreeBSD.org
Subject: missing dependencies in vexim port
X-Send-Pr-Version: www-3.0

>Number:         112753
>Category:       ports
>Synopsis:       missing dependencies in mail/vexim
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 03:40:03 GMT 2007
>Closed-Date:    Sat Jul 21 12:49:24 GMT 2007
>Last-Modified:  Sat Jul 21 12:50:01 GMT 2007
>Originator:     Joo Rocha Braga Filho
>Release:        FreeBSD 6.2, AMD64
>Organization:
Paratyinfo
>Environment:
FreeBSD mailhost.paratyinfo.com.br 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Apr 14 02:18:25 BRT 2007     goffredo@mailhost.paratyinfo.com.br:/usr/src/sys/amd64/compile/MAILHOST  amd64

>Description:
The vexim port needs the following ports: databases/pear-DB,
devel/php5-gettext, databases/php5-mysql and www/php5-session

I installed vexim, and got some errors until it works. I used google and
found a reference to pear-DB. I installed the pear-DB port, and got a new
error:

"
Fatal error: Call to undefined function bindtextdomain() in
/usr/local/www/vexim/config/i18n.php on line 6
"

I used google again, and found the need of devel/php5-gettext. I installed,
and now I got this new error:

"
DB Error: extension not found
"

Now I used google again, and found needing databases/php5-mysql. Now, new
error:

"
Fatal error: Call to undefined function session_start() in
/usr/local/www/vexim/config/httpheaders.php on line 2
"

Installed www/php5-session, and new error, but this time within a box in
the login window:

"
Call to undefined method DB_Error::numRows() in
<b>/usr/local/www/vexim/index.php
"

But now is a new bug, a vexim bug. It makes this query:

"SELECT domain FROM domains WHERE type='local' AND domain!='admin'
ORDER BY domain"

But the field "type" does not exist. I need make a Bug Report im vexim
site. :^)


The vexim port isn't installing all needed dependencies. May need more
than I found. I installed suport to MySQL. I think it needs
databases/php5-pgsql to use PostGreSQL.


Thanks.

>How-To-Repeat:
Install vexim in a clean machine and try to make it works.
>Fix:
Insert the listed ports into dependencies list.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri May 18 05:44:01 UTC 2007 
Responsible-Changed-Why:  
ports PR. 

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

From: Pav Lucistnik <pav@FreeBSD.org>
To: bug-followup@FreeBSD.org, john@yoafrica.com
Cc:  
Subject: Re: ports/112753: missing dependencies in mail/vexim
Date: Sat, 16 Jun 2007 14:44:16 +0200

 Dear maintainer of FreeBSD port mail/vexim, can you please view this PR
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=112753
 
 and provide patches to fix the issue?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 No one expects the spanish inquisition.
 
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Sat Jun 16 12:56:33 UTC 2007 
State-Changed-Why:  
Asked for patches 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sat Jun 16 12:56:33 UTC 2007 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112753 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jul 21 12:48:28 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112753: commit references a PR
Date: Sat, 21 Jul 2007 12:49:16 +0000 (UTC)

 pav         2007-07-21 12:49:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/vexim           Makefile 
   Log:
   - Add missed dependencies on php and pear modules
   
   PR:             ports/112753
   Submitted by:   Joao Rocha Braga Filho <goffredo@uol.com.br>
   Approved by:    maintainer timeout (1 month)
   
   Revision  Changes    Path
   1.3       +6 -2      ports/mail/vexim/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
