Bug 124283 - [patch] missing dependency for www/phpmp
Summary: [patch] missing dependency for www/phpmp
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: 2008-06-04 20:40 UTC by Tobias Rehbein
Modified: 2008-06-10 02:30 UTC (History)
0 users

See Also:


Attachments
patch (525 bytes, patch)
2008-06-04 20:40 UTC, Tobias Rehbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Rehbein 2008-06-04 20:40:01 UTC
	www/phpmp uses functions which are not available when the PCRE extension for PHP is not installed. This dependency is missing in the Makefile.

Fix: A patch that fixes this issue is attached.
How-To-Repeat: 	Install www/php in a clean environment an try to use it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-04 20:40:09 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 2008-06-10 02:23:35 UTC
kevlo       2008-06-10 01:23:30 UTC

  FreeBSD ports repository

  Modified files:
    www/phpmp            Makefile 
  Log:
  - Add the pcre extension for PHP
  - Bump PORTREVISION
  
  PR: ports/124283
  Submitted by: Tobias Rehbein <tobias.rehbein at web dot de>
  
  Revision  Changes    Path
  1.2       +2 -1      ports/www/phpmp/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 3 Kevin Lo freebsd_committer freebsd_triage 2008-06-10 02:23:49 UTC
State Changed
From-To: open->closed

Committed, thanks.