ports/164124: [PATCH] audio/p5-Audio-Beep: add missing depends

Steve Wills swills at FreeBSD.org
Sat Jan 14 16:40:12 UTC 2012


>Number:         164124
>Category:       ports
>Synopsis:       [PATCH] audio/p5-Audio-Beep: add missing depends
>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:   Sat Jan 14 16:40:11 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:
Attached patch adds dependency on audio/beep so that tests pass and the module works.

Port maintainer (gslin at gslin.org) is cc'd.

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

--- p5-Audio-Beep-0.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/p5-Audio-Beep/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	17 Sep 2011 06:48:45 -0000	1.4
+++ Makefile	14 Jan 2012 16:31:02 -0000
@@ -14,6 +14,9 @@
 MAINTAINER=	gslin at gslin.org
 COMMENT=	A module to use your computer beeper in fancy ways
 
+BUILD_DEPENDS=	beep:${PORTSDIR}/audio/beep
+RUN_DEPENDS=	beep:${PORTSDIR}/audio/beep
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Audio::Beep.3 Audio::Beep::BSD::beep.3
--- p5-Audio-Beep-0.11.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list