From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 11:06:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 887FA1065673; Sat, 6 Oct 2012 11:06:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 71CD18FC0A; Sat, 6 Oct 2012 11:06:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96B6nlx051821; Sat, 6 Oct 2012 11:06:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96B6nrq051813; Sat, 6 Oct 2012 11:06:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210061106.q96B6nrq051813@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 6 Oct 2012 11:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305356 - in head: audio/festalon audio/libcddb audio/libconvolve audio/libsamplerate audio/lmms audio/rubberband comms/fldigi X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 11:06:49 -0000 Author: bapt Date: Sat Oct 6 11:06:48 2012 New Revision: 305356 URL: http://svn.freebsd.org/changeset/ports/305356 Log: convert libcddb and libsamplerate to only build depend on pkgconf, track dependency impact Modified: head/audio/festalon/Makefile head/audio/libcddb/Makefile head/audio/libconvolve/Makefile head/audio/libsamplerate/Makefile head/audio/lmms/Makefile head/audio/rubberband/Makefile head/comms/fldigi/Makefile Modified: head/audio/festalon/Makefile ============================================================================== --- head/audio/festalon/Makefile Sat Oct 6 10:57:09 2012 (r305355) +++ head/audio/festalon/Makefile Sat Oct 6 11:06:48 2012 (r305356) @@ -22,6 +22,7 @@ LIB_DEPENDS+= samplerate.1:${PORTSDIR}/a USE_AUTOTOOLS= libtool USE_BZIP2= yes +USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes Modified: head/audio/libcddb/Makefile ============================================================================== --- head/audio/libcddb/Makefile Sat Oct 6 10:57:09 2012 (r305355) +++ head/audio/libcddb/Makefile Sat Oct 6 11:06:48 2012 (r305356) @@ -1,10 +1,5 @@ -# New ports collection makefile for: libcddb -# Date created: Mon Mar 1 00:48:58 EST 2004 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports-stable/audio/libcddb/Makefile,v 1.1 2005/08/09 04:21:26 ahze Exp $ -# $Id: Makefile 17 2006-10-17 02:09:55Z buhnux $ PORTNAME= libcddb PORTVERSION= 1.3.2 @@ -17,7 +12,8 @@ COMMENT= A library to access data on a C USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= bild USE_ICONV= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --without-cdio Modified: head/audio/libconvolve/Makefile ============================================================================== --- head/audio/libconvolve/Makefile Sat Oct 6 10:57:09 2012 (r305355) +++ head/audio/libconvolve/Makefile Sat Oct 6 11:06:48 2012 (r305356) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libconvolve -# Date created: 2007-04-02 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= libconvolve PORTVERSION= 0.0.8 @@ -25,5 +21,6 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw USE_GMAKE= yes USE_LDCONFIG= yes +USE_PKGCONFIG= build .include Modified: head/audio/libsamplerate/Makefile ============================================================================== --- head/audio/libsamplerate/Makefile Sat Oct 6 10:57:09 2012 (r305355) +++ head/audio/libsamplerate/Makefile Sat Oct 6 11:06:48 2012 (r305356) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsamplerate -# Date created: 2 February 2003 -# Whom: -# +# Created by: # $FreeBSD$ -# PORTNAME= libsamplerate PORTVERSION= 0.1.8 @@ -17,7 +13,8 @@ COMMENT= Secret Rabbit Code: a Sample Ra LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/audio/lmms/Makefile ============================================================================== --- head/audio/lmms/Makefile Sat Oct 6 10:57:09 2012 (r305355) +++ head/audio/lmms/Makefile Sat Oct 6 11:06:48 2012 (r305356) @@ -36,6 +36,7 @@ OPTIONS= JACK "Enable JACK support SDL "Enable SDL support" OFF USE_LDCONFIG= yes +USE_PKGCONFIG= build USE_BZIP2= yes USE_XORG= xft USE_QT4= corelib gui xml moc_build uic_build rcc_build \ Modified: head/audio/rubberband/Makefile ============================================================================== --- head/audio/rubberband/Makefile Sat Oct 6 10:57:09 2012 (r305355) +++ head/audio/rubberband/Makefile Sat Oct 6 11:06:48 2012 (r305356) @@ -32,6 +32,6 @@ CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= pkgconfig +USE_PKGCONFIG= build .include Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Sat Oct 6 10:57:09 2012 (r305355) +++ head/comms/fldigi/Makefile Sat Oct 6 11:06:48 2012 (r305356) @@ -25,6 +25,7 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audi GNU_CONFIGURE= yes USE_DOS2UNIX= yes USE_GMAKE= yes +USE_PKGCONFIG= build CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" MAN1= fldigi.1