ports/165172: [error fix] audio/libbs2b

RyoTa SimaMoto liangtai.s4 at gmail.com
Wed Feb 15 10:40:09 UTC 2012


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



More information about the freebsd-ports-bugs mailing list