Bug 127863 - [PATCH] net-mgmt/pnp: Fix PHP module dependency
Summary: [PATCH] net-mgmt/pnp: Fix PHP module dependency
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: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-05 00:50 UTC by Lars Thegler
Modified: 2008-11-04 19:20 UTC (History)
1 user (show)

See Also:


Attachments
pnp-0.4.10_2.patch (465 bytes, patch)
2008-10-05 00:50 UTC, Lars Thegler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Thegler freebsd_committer freebsd_triage 2008-10-05 00:50:01 UTC
PNP uses 'preg_mtch(), which is only included in php5-pcre. Add this to the PHP modules list.

Port maintainer (rea-fbsd@codelabs.ru) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-05 00:52:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-05 00:52:05 UTC
Maintainer of net-mgmt/pnp,

Please note that PR ports/127863 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127863

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-05 00:52:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Eygene Ryabinkin 2008-10-05 10:48:49 UTC
Sat, Oct 04, 2008 at 11:52:05PM +0000, Edwin Groothuis wrote:
> Please note that PR ports/127863 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.


Yes, the patch is correct, please, commit it.

Lars, thanks for spotting this!
-- 
Eygene
 _                ___       _.--.   #
 \`.|\..----...-'`   `-._.-'_.-'`   #  Remember that it is hard
 /  ' `         ,       __.--'      #  to read the on-line manual   
 )/' _/     \   `-_,   /            #  while single-stepping the kernel.
 `-'" `"\_  ,_.-;_.-\_ ',  fsc/as   #
     _.-'_./   {_.'   ; /           #    -- FreeBSD Developers handbook 
    {_.-``-'         {_/            #
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-11-04 19:14:55 UTC
lth         2008-11-04 19:14:45 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/pnp         Makefile 
  Log:
  - Fix PHP module dependency
  - Bump PORTREVISION
  
  PR:             ports/127863
  Submitted by:   me
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.4       +2 -2      ports/net-mgmt/pnp/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 6 Lars Thegler freebsd_committer freebsd_triage 2008-11-04 19:15:12 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!