Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2011 19:48:44 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tjs@cdpa.nsysu.edu.tw
Subject:   ports/159826: [PATCH] audio/p5-MP3-Find: add BUILD_DEPENDS to silence build warnings
Message-ID:  <201108162348.p7GNmiFn015413@meatwad.mouf.net>
Resent-Message-ID: <201108162350.p7GNo7NV083369@freefall.freebsd.org>

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

>Number:         159826
>Category:       ports
>Synopsis:       [PATCH] audio/p5-MP3-Find: add 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:   Tue Aug 16 23:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 9.0-BETA1 amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 9.0-BETA1 FreeBSD 9.0-BETA1 #7: Sat Aug 13 12:18:10 EDT 2011
>Description:
Build generates warnings about missing dependencies. The attached patch solves this.


Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd.

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

--- p5-MP3-Find-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/p5-MP3-Find/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	28 Jun 2011 15:56:01 -0000	1.4
+++ Makefile	16 Aug 2011 23:45:55 -0000
@@ -14,7 +14,8 @@
 MAINTAINER=	tjs@cdpa.nsysu.edu.tw
 COMMENT=	Search and sort MP3 files based on their ID3 tags
 
-RUN_DEPENDS=	p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
+BUILD_DEPENDS=	p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-MP3-Find-0.07.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?201108162348.p7GNmiFn015413>