Bug 120051

Summary: www/textpattern is missing dependency to pcre
Product: Ports & Packages Reporter: Juergen Unger <j.unger>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Juergen Unger 2008-01-27 17:10:01 UTC
port www/textpattern is missing the dependency to the php pcre module.

Fix: apply the attached patch

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/www/textpattern
make install

-> if you try to load http://localhost/textpattern/setup/ the page
will stay empty because of missing function preg_replace
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-27 17:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->farrokhi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-01-27 21:21:44 UTC
Responsible Changed
From-To: farrokhi->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-02 10:26:55 UTC
miwi        2008-02-02 10:26:51 UTC

  FreeBSD ports repository

  Modified files:
    www/textpattern      Makefile 
  Log:
  - Add missing dependency to pcre
  
  PR:             120051
  Submitted by:   Juergen Unger <j.unger@jpru.de>
  Approved by:    maintainer implicit
  
  Revision  Changes    Path
  1.10      +2 -1      ports/www/textpattern/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 4 Martin Wilke freebsd_committer freebsd_triage 2008-02-02 10:27:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!