Bug 111255 - [patch] fix devel/php-dbg and take maintainership
Summary: [patch] fix devel/php-dbg and take maintainership
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 08:10 UTC by Josh Paetzel <josh@tcbug.org>
Modified: 2007-04-05 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (660 bytes, patch)
2007-04-05 08:10 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Paetzel <josh@tcbug.org> 2007-04-05 08:10:05 UTC

devel/php-dbg is a debugger for php4 but the Makefile doesn't have the proper goo to keep it from trying to build php5 by default if no php is installed, or dying gracefully if php5 is already installed.  If php4 is installed it builds fine.  This patch fixes these behaviors, so it can be unmarked broken.

How-To-Repeat: 

install php5 and then try to install php-dbg and it will fail.  Remove php5, install php4 and install php-dbg and it builds fine.
Comment 1 Stefan Walter freebsd_committer freebsd_triage 2007-04-05 09:47:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-05 09:49:19 UTC
stefan      2007-04-05 08:49:14 UTC

  FreeBSD ports repository

  Modified files:
    devel/php-dbg        Makefile 
  Log:
  - Unbreak/ignore with PHP 5.
  - Assign maintainership to submitter.
  
  PR:             111255
  Submitted by:   "Josh Paetzel" <josh@tcbug.org>
  
  Revision  Changes    Path
  1.12      +3 -5      ports/devel/php-dbg/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 3 Stefan Walter freebsd_committer freebsd_triage 2007-04-05 09:49:21 UTC
State Changed
From-To: open->closed

Committed, thanks!