svn commit: r305356 - in head: audio/festalon audio/libcddb audio/libconvolve audio/libsamplerate audio/lmms audio/rubberband comms/fldigi
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 6 11:06:49 UTC 2012
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 <ahze at ahze.net>
-#
+# Created by: Michael Johnson <ahze at ahze.net>
# $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 <trasz at pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz at pin.if.uz.zgora.pl>
# $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 <bsd.port.mk>
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: <dmagda+libsamplerate at ee.ryerson.ca>
-#
+# Created by: <dmagda+libsamplerate at ee.ryerson.ca>
# $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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list