Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/ardour/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 30 Apr 2007 10:53:29 -0000 1.11 +++ Makefile 30 Apr 2007 21:51:57 -0000 @@ -6,8 +6,7 @@ # PORTNAME= ardour -DISTVERSION= 2.0rc2 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= http://ardour.org/files/releases/ DISTFILES= ardour-${DISTVERSION}.tar.bz2 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/audio/ardour/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 26 Apr 2007 16:42:03 -0000 1.6 +++ distinfo 30 Apr 2007 21:52:02 -0000 @@ -1,6 +1,6 @@ -MD5 (ardour-2.0rc2.tar.bz2) = f7185c879fdf4f0fd976f037994439ce -SHA256 (ardour-2.0rc2.tar.bz2) = 013ea0b49ef3484547798535991cc386291cd90b9fcb9687f3c1b44825e98b40 -SIZE (ardour-2.0rc2.tar.bz2) = 2754814 +MD5 (ardour-2.0.tar.bz2) = fb45ad6df9f2674cfe48b4d8305c3b9e +SHA256 (ardour-2.0.tar.bz2) = 4d2b31f43d00995e98ffe57ef60808d2d219fe696cb26928f3268a43fbc7ccf8 +SIZE (ardour-2.0.tar.bz2) = 2754777 MD5 (vst_sdk2_3.zip) = c91d3be58ad4e9c695d0a90b2198be0d SHA256 (vst_sdk2_3.zip) = 5400e0bbfeef0ab8a67b48899a9e8067db47552f43b30d8d15323ab999523226 SIZE (vst_sdk2_3.zip) = 4147357 Index: files/patch-SConstruct =================================================================== RCS file: /home/pcvs/ports/audio/ardour/files/patch-SConstruct,v retrieving revision 1.5 diff -u -r1.5 patch-SConstruct --- files/patch-SConstruct 14 Apr 2007 17:28:52 -0000 1.5 +++ files/patch-SConstruct 30 Apr 2007 21:51:53 -0000 @@ -1,5 +1,5 @@ ---- SConstruct.orig Fri Mar 16 22:45:44 2007 -+++ SConstruct Fri Mar 30 17:32:20 2007 +--- SConstruct.orig Mon Apr 30 00:19:46 2007 ++++ SConstruct Mon Apr 30 23:51:40 2007 @@ -38,7 +38,7 @@ BoolOption('FPU_OPTIMIZATION', 'Build runtime checked assembler code', 1), BoolOption('LIBLO', 'Compile with support for liblo library', 1), @@ -15,10 +15,10 @@ -if env['VST']: +if False: - sys.stdout.write ("Are you building Ardour for personal use (rather than distribution to others)? [no]: ") - answer = sys.stdin.readline () - answer = answer.rstrip().strip() -@@ -660,13 +660,7 @@ + if os.path.isfile('.personal_use_only'): + print "Enabling VST support. Note that distributing a VST-enabled ardour\nis a violation of several different licences.\nBuild with VST=false if you intend to distribute ardour to others." + else: +@@ -668,13 +668,7 @@ # prepend boiler plate optimization flags # @@ -33,7 +33,7 @@ if env['DEBUG'] == 1: env.Append(CCFLAGS=" ".join (debug_flags)) -@@ -752,6 +746,7 @@ +@@ -761,6 +755,7 @@ if env['LIBLO']: libraries['lo'] = LibraryInfo () prep_libcheck(env, libraries['lo']) @@ -41,7 +41,7 @@ conf = Configure (libraries['lo']) if conf.CheckLib ('lo', 'lo_server_new') == False: -@@ -765,6 +760,7 @@ +@@ -774,6 +769,7 @@ libraries['dmalloc'] = LibraryInfo () prep_libcheck(env, libraries['dmalloc']) @@ -49,7 +49,7 @@ # # look for the threaded version -@@ -796,8 +792,10 @@ +@@ -805,8 +801,10 @@ subst_dict['%MIDITAG%'] = "ardour" subst_dict['%MIDITYPE%'] = "coremidi" else: @@ -62,7 +62,7 @@ env = conf.Finish() -@@ -1064,8 +1062,8 @@ +@@ -1073,8 +1071,8 @@ subst_dict['%JACK_INPUT%'] = "coreaudio:Built-in Audio:in" subst_dict['%JACK_OUTPUT%'] = "coreaudio:Built-in Audio:out" else: