Bug 87101 - [patch] www/gforge requires PCRE
Summary: [patch] www/gforge requires PCRE
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: 2005-10-08 01:30 UTC by IIJIMA Hiromitsu
Modified: 2005-10-08 04:21 UTC (History)
0 users

See Also:


Attachments
file.diff (246 bytes, patch)
2005-10-08 01:30 UTC, IIJIMA Hiromitsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description IIJIMA Hiromitsu 2005-10-08 01:30:17 UTC
www/gforge requires PCRE (Perl-compatible regular expression) support for PHP,
but this is not mentioned in Makefile.

How-To-Repeat: Install GForge and run it won't run.

Following the instruction in the FAQ,
|common/include/database.php and remove the @ symbol from this line:
|	$conn = @pg_connect( 
|So that it looks like:
|	$conn = pg_connect(
|This will let debug output dump to the screen and may let you find
|the problem. Search the forums for more solutions.

you'll get
    Fatal error: Call to undefined function: preg_match_all() in /usr/local/...
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-08 03:57:58 UTC
Dear maintainer,

Do you approve this update?

http://www.freebsd.org/cgi/query-pr.cgi?pr=87101

Thanks

-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org         |  FreeBSD.org
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-08 03:59:07 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 3 Frank J. Laszlo 2005-10-08 04:12:20 UTC
looks good. please commit. thanks.

-Frank

Marcus Alves Grando wrote:
>Dear maintainer,
>
>Do you approve this update?
>
>http://www.freebsd.org/cgi/query-pr.cgi?pr=87101
>
>Thanks
>
>
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-08 04:21:38 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!