summaryrefslogtreecommitdiff
path: root/audio/ardour
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/ardour
parentAdd a not about boost update (diff)
Chase boost update
Notes
Notes: svn path=/head/; revision=311310
Diffstat (limited to 'audio/ardour')
-rw-r--r--audio/ardour/Makefile7
-rw-r--r--audio/ardour/files/patch-boost-1.5213
2 files changed, 15 insertions, 5 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'])