Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2012 07:09:45 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vvelox@vvelox.net
Subject:   ports/166609: [PATCH] x11-fm/p5-PerlFM: add missing DEPENDS to avoid build warnings
Message-ID:  <201204031109.q33B9j0b074661@meatwad.mouf.net>
Resent-Message-ID: <201204031110.q33BA1pA016152@freefall.freebsd.org>

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

>Number:         166609
>Category:       ports
>Synopsis:       [PATCH] x11-fm/p5-PerlFM: add missing DEPENDS to avoid 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:   Tue Apr 03 11:10:01 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 #16 r233767: Sun Apr  1 22:47:32
>Description:
- Add missing DEPENDS to avoid build warnings

Port maintainer (vvelox@vvelox.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-PerlFM-0.2.0_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-fm/p5-PerlFM/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	20 Jun 2011 09:03:26 -0000	1.7
+++ Makefile	3 Apr 2012 11:09:27 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	A Perl based file manager
 
-RUN_DEPENDS=	p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
+BUILD_DEPENDS=	p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		p5-Gtk2-Chmod>=0.0.0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Chmod \
 		p5-Gtk2-PathButtonBar>=0.1.2:${PORTSDIR}/x11-toolkits/p5-Gtk2-PathButtonBar \
 		p5-String-ShellQuote>=1.03:${PORTSDIR}/textproc/p5-String-ShellQuote \
@@ -24,6 +24,7 @@
 		p5-ZConf-Bookmarks>=0.2.3:${PORTSDIR}/net/p5-ZConf-Bookmarks \
 		p5-ZConf-Runner>=2.1.1:${PORTSDIR}/deskutils/p5-ZConf-Runner \
 		p5-Dir-Watch>=0.0.0:${PORTSDIR}/devel/p5-Dir-Watch
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-PerlFM-0.2.0_2.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?201204031109.q33B9j0b074661>