Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2008 17:06:35 GMT
From:      Juergen Unger <j.unger@jpru.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120051: www/textpattern is missing dependency to pcre
Message-ID:  <200801271706.m0RH6ZpF028901@www.freebsd.org>
Resent-Message-ID: <200801271710.m0RHA11D022035@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801271706.m0RH6ZpF028901>