Bug 159542 - security/pantera has a direct dependency on mysqld
Summary: security/pantera has a direct dependency on mysqld
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: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 03:20 UTC by Doug Barton
Modified: 2011-08-20 01:24 UTC (History)
0 users

See Also:


Attachments
file.diff (646 bytes, patch)
2011-08-06 03:20 UTC, Doug Barton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Barton freebsd_committer freebsd_triage 2011-08-06 03:20:09 UTC
	The port has a direct dependency on mysqld, which is a problem
	when using WITH_MYSQL_VER= 52:

	/usr/ports/security/pantera (pantera-0.1.1) Error.
	BUILD_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found

Fix: Apply the following patch:
How-To-Repeat: 	See above.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-06 03:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-06 03:20:23 UTC
Maintainer of security/pantera,

Please note that PR ports/159542 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/159542

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-06 03:20:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-08-20 01:18:39 UTC
dougb       2011-08-20 00:18:24 UTC

  FreeBSD ports repository

  Modified files:
    security/pantera     Makefile 
  Log:
  Remove direct dependency on mysqld, and replace it with conditionally
  including USE_MYSQL= server if the option is chosen, or = yes if not
  to preserve the old behavior.
  
  PR:             ports/159542
  Submitted by:   me
  Approved by:    maintainer timeout (14 days)
  
  Revision  Changes    Path
  1.5       +4 -2      ports/security/pantera/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 5 Doug Barton freebsd_committer freebsd_triage 2011-08-20 01:23:52 UTC
State Changed
From-To: feedback->closed


Fix committed.