ports/159826: [PATCH] audio/p5-MP3-Find: add BUILD_DEPENDS to silence build warnings
Steve Wills
swills at FreeBSD.org
Tue Aug 16 23:50:07 UTC 2011
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list