From nobody@FreeBSD.ORG Sun Nov 28 19:07:29 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 85E2C151CE; Sun, 28 Nov 1999 19:07:29 -0800 (PST)
Message-Id: <19991129030729.85E2C151CE@hub.freebsd.org>
Date: Sun, 28 Nov 1999 19:07:29 -0800 (PST)
From: wolman@cs.washington.edu
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: bugfix for the p5-Mysql port
X-Send-Pr-Version: www-1.0

>Number:         15153
>Category:       ports
>Synopsis:       bugfix for the p5-Mysql port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 28 19:10:00 PST 1999
>Closed-Date:    Sun Dec 5 16:53:56 PST 1999
>Last-Modified:  Sun Dec  5 16:54:01 PST 1999
>Originator:     Alec Wolman
>Release:        3.3
>Organization:
UW, CSE Department
>Environment:
n/a
>Description:
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


>How-To-Repeat:
n/a
>Fix:
see above.


>Release-Note:
>Audit-Trail:

From: "Chris D. Faulhaber" <jedgar@fxp.org>
To: wolman@cs.washington.edu
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/15153: bugfix for the p5-Mysql port
Date: Sun, 28 Nov 1999 22:19:57 -0500 (EST)

 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.
 
 
 

From: "Chris D. Faulhaber" <jedgar@fxp.org>
To: Alec Wolman <wolman@cs.washington.edu>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/15153: bugfix for the p5-Mysql port 
Date: Mon, 29 Nov 1999 08:59:31 -0500 (EST)

 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.
 
 
 
 
 

From: "Alec Wolman" <wolman@cs.washington.edu>
To: "Chris D. Faulhaber" <jedgar@fxp.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/15153: bugfix for the p5-Mysql port 
Date: Mon, 29 Nov 1999 10:05:18 -0800

 > 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
 
 
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sun Dec 5 16:53:56 PST 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
