Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 11:31:29 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/164124: [PATCH] audio/p5-Audio-Beep: add missing depends
Message-ID:  <201201141631.q0EGVTXZ005328@meatwad.mouf.net>
Resent-Message-ID: <201201141640.q0EGeB1E014196@freefall.freebsd.org>

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

>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@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@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:



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