Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 13:31:21 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/164546: [PATCH] databases/p5-SQL-Interp: add missing BUILD_DEPENDS to silence build warnings
Message-ID:  <201201271831.q0RIVL9R018488@meatwad.mouf.net>
Resent-Message-ID: <201201271840.q0RIe7CJ014934@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164546
>Category:       ports
>Synopsis:       [PATCH] databases/p5-SQL-Interp: add missing BUILD_DEPENDS to silence build warnings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 27 18:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Mon Dec 19 15:53:28 EST 2011
>Description:
build warns about missing module, see patch

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-SQL-Interp-1.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-SQL-Interp/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	7 Jul 2009 03:42:03 -0000	1.2
+++ Makefile	27 Jan 2012 18:30:56 -0000
@@ -14,6 +14,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Interpolate Perl variables into SQL with DBI
 
+BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
 
 PERL_CONFIGURE=	yes
--- p5-SQL-Interp-1.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201271831.q0RIVL9R018488>