Bug 141779 - [patch] port mail/postfixadmin missing depecies spl
Summary: [patch] port mail/postfixadmin missing depecies spl
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 17:10 UTC by Olli Hauer
Modified: 2009-12-26 09:30 UTC (History)
1 user (show)

See Also:


Attachments
patch_postfixadmin.txt (235 bytes, text/plain)
2009-12-19 17:10 UTC, Olli Hauer
no flags Details
postfixadmin.diff (561 bytes, patch)
2009-12-20 22:37 UTC, Terry Sposato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2009-12-19 17:10:09 UTC
After installing postfixadmin setup.php throws error message
'Call to undefined function:spl_autoload_register()'

common.php line 63 
  spl_autoload_register('postfixadmin_autoload');

How-To-Repeat: Install postfixadmin on a fresh machine, call setup.php
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-19 17:10:20 UTC
Maintainer of mail/postfixadmin,

Please note that PR ports/141779 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141779

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-19 17:10:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Terry Sposato 2009-12-20 22:37:18 UTC
Edwin Groothuis wrote:
> Maintainer of mail/postfixadmin,
> 
> Please note that PR ports/141779 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141779
> 

Updated patch is attached. Needs xlmrpc for remote webclient
integration. Portrevision bumped.

-- 
Regards,

Terry Sposato (Tabmow)
http://freenode.net
tabmow@freenode.net

OpenPGP ID: 0x6686990A
OpenPGP Fingerprint: 4757 56F5 520F 1ADB 088E B696 8202 7A22 6686 990A

Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-12-26 00:18:08 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-12-26 00:18:08 UTC
miwi        2009-12-26 00:18:00 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfixadmin    Makefile 
  Log:
  - Add missing php5 dependency
  
  PR:             141779
  Submitted by:   olli hauer (ohauer@gmx.de)
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.32      +2 -1      ports/mail/postfixadmin/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"
Comment 6 Olli Hauer 2009-12-26 09:24:42 UTC
ups,

there is a small but important typo between the patch and the comitted 
version ( spl <--> sql ).


--- postfixadmin/Makefile
+++ postfixadmin/Makefile
@@ -26,7 +26,7 @@

  .include <bsd.port.pre.mk>

-USE_PHP=       pcre session mbstring sql xmlrpc
+USE_PHP=       pcre session mbstring spl xmlrpc

  .if !defined(WITHOUT_MYSQL)
  USE_PHP+=      mysql