Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 21:01:29 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170034: audio/libbs2b not bumped after recent libogg update
Message-ID:  <201207202101.q6KL1T22095510@red.freebsd.org>
Resent-Message-ID: <201207202110.q6KLAEx7032212@freefall.freebsd.org>

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

>Number:         170034
>Category:       ports
>Synopsis:       audio/libbs2b not bumped after recent libogg update
>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:   Fri Jul 20 21:10:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #10: Sat Jul 14 11:00:18 CEST 2012     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN  i386

>Description:

>How-To-Repeat:

>Fix:
This port links to libogg and it's portrevision wasn't bumped after recent libogg update. I propose to bump port revision and add explicit dependency on audio/libogg so in the future this can be avoided.

Patch attached with submission follows:

diff -urN /usr/ports/audio/libbs2b/Makefile ./Makefile
--- /usr/ports/audio/libbs2b/Makefile	2012-02-16 03:25:23.000000000 +0100
+++ ./Makefile	2012-07-20 20:55:20.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	libbs2b
 PORTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/bs2b/bs2b/${PORTVERSION}
 
@@ -14,7 +15,8 @@
 COMMENT=	Bauer Stereophonic-to-Binaural DSP
 
 BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkg-config
-LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile \
+		ogg:${PORTSDIR}/audio/libogg
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes


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



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