From 03ebc43132331b9a8dcb3c418ec9c319a6beddda Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 5 Aug 2009 16:08:17 -0400 Subject: DEV-34837: Remove dependency on Leopard-only /usr/local/lib/libexpat.0.1.0.dylib. On Mac, add libexpat[.0.5.0].dylib to apr_suite package. Update libapr-1[.0.3.7].dylib and libaprutil-1[.0.3.8].dylib with versions that reference this expat. Make viewer_manifiest.py copy expat dylib to app bundle. --- install.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install.xml') diff --git a/install.xml b/install.xml index df92a5d799..e514f3b496 100644 --- a/install.xml +++ b/install.xml @@ -85,9 +85,9 @@ darwin md5sum - 30e3b60d596801a4f4c74c56ece059dc + 115d8ac44a91efdb173e9b3e478c46b6 url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/apr_suite-1.3.7-darwin-20090731.tar.bz2 + http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/apr_suite-1.3.7-darwin-20090805.tar.bz2 linux @@ -340,9 +340,9 @@ darwin md5sum - 9c5603e328e9f543e0a599d6b25be973 + c457a0a041ac4946265889a503d26c3d url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/expat-1.95.8-darwin-20080812.tar.bz2 + http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/expat-1.95.8-darwin-20090805.tar.bz2 linux -- cgit v1.2.3 From 2d32f4779c523d082b7fcd71fa01cf69ed0b4565 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 5 Aug 2009 21:36:32 -0400 Subject: DEV-34837: The problem with prepackaging library headers is that changes in different branches must be manually merged. Here I've applied the Linden patch to boost::coroutines found in http://svn.lindenlab.com/svn/lindenlib/trunk/boost_1_34_1/boost-coroutine-linden.patch and rebuilt the Mac boost package. --- install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.xml') diff --git a/install.xml b/install.xml index 9fa02628c7..aeed2b76a9 100644 --- a/install.xml +++ b/install.xml @@ -207,9 +207,9 @@ darwin md5sum - a25595e9fccdba35d8e27854db4e7bc5 + 74f3a765644927c93fa3bc7acc730552 url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.34.1-darwin-20090803.tar.bz2 + http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.34.1-darwin-20090805.tar.bz2 linux -- cgit v1.2.3