Bug 15153 - bugfix for the p5-Mysql port
Summary: bugfix for the p5-Mysql port
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-29 03:10 UTC by wolman
Modified: 1999-12-06 00:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wolman 1999-11-29 03:10:00 UTC
The p5-Mysql port uses two other perl components (p5-DBI and 
p5-Data-ShowTable), but only has them listed as BUILD_DEPENDS.
This patch adds them as RUN_DEPENDS.

You can download the patch from 
http://www.cs.washington.edu/homes/wolman/patches/p5-Mysql.patch

Fix: 

see above.
How-To-Repeat: n/a
Comment 1 jedgar 1999-11-29 03:19:57 UTC
On Sun, 28 Nov 1999 wolman@cs.washington.edu wrote:

> The p5-Mysql port uses two other perl components (p5-DBI and 
> p5-Data-ShowTable), but only has them listed as BUILD_DEPENDS.
> This patch adds them as RUN_DEPENDS.
> 

If p5-DBI and p5-Data-ShowTable are present when the port is built, why
would they not be present at run-time?  Are you experiencing an error?

-----
Chris D. Faulhaber <jedgar@fxp.org>  |  All the true gurus I've met never
System/Network Administrator,        |  claimed they were one, and always
Reality Check Information, Inc.      |  pointed to someone better.
Comment 2 jedgar 1999-11-29 13:59:31 UTC
Personally I'd rather just add the following:

RUN_DEPENDS= ${BUILD_DEPENDS}

which tends to be a bit cleaner than rewriting the dependencies again.

-----
Chris D. Faulhaber               |  You can ISO9001 certify the process of 
System/Network Administrator,    |  shooting yourself in the foot, so long
Reality Check Information, Inc.  |  as the process is documented and reliably
<jedgar@fxp.org>                 |  produces the proper result.
Comment 3 wolman 1999-11-29 18:05:18 UTC
> Personally I'd rather just add the following:
> 
> RUN_DEPENDS= ${BUILD_DEPENDS}
> 
> which tends to be a bit cleaner than rewriting the dependencies again.

Fine w/me.

Alec
Comment 4 cpiazza freebsd_committer freebsd_triage 1999-12-06 00:53:56 UTC
State Changed
From-To: open->closed

Committed, thanks!