summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-01-31 13:38:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-01-31 13:38:42 +0000
commitf5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch)
tree384a6fe89b7bf8bffcc478f3462d538eea755790 /audio
parentAdd a not about boost update (diff)
Chase boost update
Notes
Notes: svn path=/head/; revision=311310
Diffstat (limited to 'audio')
-rw-r--r--audio/ardour/Makefile7
-rw-r--r--audio/ardour/files/patch-boost-1.5213
-rw-r--r--audio/cpp-xmms2/Makefile4
-rw-r--r--audio/mp3plot/Makefile15
-rw-r--r--audio/mumble/Makefile8
-rw-r--r--audio/patchage/Makefile10
-rw-r--r--audio/raul/Makefile9
7 files changed, 32 insertions, 34 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index 9e7a4f77bd22..26833797a019 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: Ardour
-# Date created: 2006-12-04
-# Whom: Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
-#
+# Created by: Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
-#
PORTNAME= ardour
PORTVERSION= 2.8.14
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://freebsd.nsu.ru/distfiles/
diff --git a/audio/ardour/files/patch-boost-1.52 b/audio/ardour/files/patch-boost-1.52
new file mode 100644
index 000000000000..ac9bbf034896
--- /dev/null
+++ b/audio/ardour/files/patch-boost-1.52
@@ -0,0 +1,13 @@
+--- SConstruct.orig 2012-11-21 00:30:54.000000000 +0100
++++ SConstruct 2012-11-21 17:34:02.000000000 +0100
+@@ -955,7 +961,9 @@
+ # FLAC ....
+ #
+
+-# boost (we don't link against boost, just use some header files)
++# boost (we need to link against boost with >=1.50. header files alone will not work anymore)
++
++env.Append(LIBS=['boost_system'])
+
+ libraries['boost'] = LibraryInfo ()
+ prep_libcheck(env, libraries['boost'])
diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile
index 8fcf8d963618..d4f9c7a2134b 100644
--- a/audio/cpp-xmms2/Makefile
+++ b/audio/cpp-xmms2/Makefile
@@ -1,14 +1,14 @@
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
MAINTAINER= madpilot@FreeBSD.org
COMMENT= C++ Bindings for XMMS2
-LIB_DEPENDS+= boost_signals.4:${PORTSDIR}/devel/boost-libs \
+LIB_DEPENDS+= boost_signals:${PORTSDIR}/devel/boost-libs \
xmmsclient.6:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index ac37d1029528..09e2fefd1e19 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -1,20 +1,16 @@
-# New ports collection makefile for: mp3plot
-# Date created: 12 June 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= mp3plot
DISTVERSION= 0.6.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Mp3 bitrate plot tool
-LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
OPTIONS= GD "Enable support for GD library" on \
IMAGEMAGICK "Enable support for Magick++" off
@@ -24,6 +20,7 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-boost-program-options=boost_program_options \
--with-boost-thread=boost_thread
+CONFIGURE_ENV+= "LIBS=-lboost_system"
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
@@ -46,6 +43,8 @@ CONFIGURE_ARGS+= --disable-magick
.endif
post-patch:
- @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g' \
+ -e 's|^extra_LD.*||g' \
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index c53ae6ea3739..16141c00bbb6 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: mumble
-# Date created: 1 February 2009
-# Whom: marius nuennerich
-#
+# Created by: marius nuennerich
# $FreeBSD$
-#
PORTNAME= mumble
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION}
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile
index 2f0b89364a10..6b6ad7c9a95f 100644
--- a/audio/patchage/Makefile
+++ b/audio/patchage/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: patchage
-# Date created: 2008-07-22
-# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
-#
+# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= patchage
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/ \
http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/
@@ -20,7 +16,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
raul.10:${PORTSDIR}/audio/raul \
- boost_date_time.4:${PORTSDIR}/devel/boost-libs \
+ boost_date_time:${PORTSDIR}/devel/boost-libs \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
diff --git a/audio/raul/Makefile b/audio/raul/Makefile
index b386b0c45837..b0d340bc6c7f 100644
--- a/audio/raul/Makefile
+++ b/audio/raul/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: raul
-# Date created: 2008-07-22
-# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
-#
+# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= raul
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
@@ -16,7 +13,7 @@ COMMENT= C++ utility library primarily aimed at audio/musical applications
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs
USE_BZIP2= yes
USE_GNOME= glib20