ports/120051: www/textpattern is missing dependency to pcre

Juergen Unger j.unger at jpru.de
Sun Jan 27 17:10:02 UTC 2008


>Number:         120051
>Category:       ports
>Synopsis:       www/textpattern is missing dependency to pcre
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 27 17:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Unger
>Release:        6.3-RELEASE, ports as of Sun Jan 27 17:57:35 CET 2008
>Organization:
>Environment:
FreeBSD test 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Fri Jan 25 19:44:56 UTC 2008     root at test:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
port www/textpattern is missing the dependency to the php pcre module.
>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
>Fix:
apply the attached patch

Patch attached with submission follows:

*** /usr/ports/www/textpattern/Makefile.orig	Tue Jul 10 03:13:35 2007
--- /usr/ports/www/textpattern/Makefile	Sun Jan 27 18:02:54 2008
***************
*** 15,21 ****
  
  NO_BUILD=	YES
  WANT_PHP_WEB=	YES
! USE_PHP=	mbstring xml mysql
  
  SUB_FILES=	pkg-message
  
--- 15,21 ----
  
  NO_BUILD=	YES
  WANT_PHP_WEB=	YES
! USE_PHP=	mbstring xml mysql pcre
  
  SUB_FILES=	pkg-message
  


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list