Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2012 10:39:48 GMT
From:      RyoTa SimaMoto <liangtai.s4@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165172: [error fix] audio/libbs2b
Message-ID:  <201202151039.q1FAdm44066260@red.freebsd.org>
Resent-Message-ID: <201202151040.q1FAe8Ua034693@freefall.freebsd.org>

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

>Number:         165172
>Category:       ports
>Synopsis:       [error fix] audio/libbs2b
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 15 10:40:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     RyoTa SimaMoto
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD takiba.fakenet 9.0-STABLE FreeBSD 9.0-STABLE #21: Thu Jan  5 17:49:04 JST 2012     liangtai@takiba.fakenet:/usr/obj/usr/src/sys/VAIO  i386
>Description:
Fix of a bug spotted by ports/157174.

For removing the line of USE_PKGCONFIG, a BUILD_DEPENDS
line is added to obtain pkg-config command.
>How-To-Repeat:
USE_PKGCONFIG= yes # does not exist
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/libbs2b/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	22 May 2010 04:42:32 -0000	1.1
+++ Makefile	15 Feb 2012 09:22:24 -0000
@@ -2,7 +2,7 @@
 # Date created:				22 May 2010
 # Whom:					SimaMoto,RyoTa <liangtai.s4@gmail.com>
 #
-# $FreeBSD: ports/audio/libbs2b/Makefile,v 1.1 2010/05/22 04:42:32 miwi Exp $
+# $FreeBSD: $
 #
 
 PORTNAME=	libbs2b
@@ -13,9 +13,9 @@
 MAINTAINER=	liangtai.s4@gmail.com
 COMMENT=	Bauer Stereophonic-to-Binaural DSP
 
+BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkg-config
 LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile
 
-USE_PKGCONFIG=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes


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



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