ports/170034: audio/libbs2b not bumped after recent libogg update
Pawel Pekala
pawel at FreeBSD.org
Fri Jul 20 21:10:15 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list