Charlie Fenton
8037ace5e9
Mac: fix typos in comments in build scripts ad build instructions
2016-09-10 06:06:04 -07:00
Charlie Fenton
7b6c68c169
Mac: Update to build with openssl 1.1.0, c-ares 1.11.0 and curl 7.50.2.
2016-09-10 03:26:46 -07:00
Charlie Fenton
64eff512b5
Mac: Fix bug in script to build curl-7.47.1 with ssl v2 disabled.
2016-03-02 05:56:47 -08:00
Charlie Fenton
c0a71e6c37
Mac: update Xcode project, build scripts and build instructions to use cURL-7.47.1, OpenSSL-1.0.2g and SQLite 3.11.0.
...
Note: OpenSSL-1.0.2g eliminates support for SSLv2, but cURL expects that support, so using their default builds causes link errors in the client. I work around this by having the build script patch curl-7.47.1/lib/curl_config.h to remove SSLv2 from cURL. An alternate solution would be to pass the enable-ssl2 argument to configure when building OpenSSL-1.0.2g,
2016-03-02 04:37:41 -08:00
Charlie Fenton
f594e1018c
Mac: update build scripts, Xcode project and build instructions for new third party libraries curl 7.46.0, openssl 1.0.2e, sqlite 3.9.2, FreeType-2.6.2.
2016-01-06 00:41:36 -08:00
Charlie Fenton
8fb082beda
client: update Mac client to use curl 7.39.0 and openssl 1.0.1j
2014-11-17 16:21:03 -08:00
Charlie Fenton
2e6d0f97be
client: Build Mac client as an x86_64 application rather than 32-bit, for compatibility with CUDA version 6.5 drivers. BOINC for the Mac now requires a 64-bit Intel Mac running at least OS 10.5.
2014-09-02 03:54:10 -07:00
Charlie Fenton
8eecb6092e
Mac: update build scripts for OS 10.8 or later and current versions of dependent libraries:
...
- c-ares 1.10.0
- curl 7.35.0
- openssl 1.0.1f
- sqlite 3.8.3
2014-02-12 04:54:28 -08:00
Charlie Fenton
e65da1290d
Mac: update build scripts, source files and Xcode project to allow building with Xcode 4.3 and Xcode 4.5
...
svn path=/trunk/boinc/; revision=25856
2012-07-10 12:18:21 +00:00
Charlie Fenton
cd1ad97464
Mac: update build scripts, source files and Xcode project to allow building with Xcode 4.3 and Xcode 4.5
...
svn path=/trunk/boinc/; revision=25855
2012-07-10 09:28:17 +00:00
Charlie Fenton
f64cb7d62f
Mac: update build scripts to work with Xcode 4.3 for Lion and later
...
svn path=/trunk/boinc/; revision=25850
2012-07-06 12:11:28 +00:00
Charlie Fenton
3be6e7ab11
Mac client: Upgrade to curl 7.26.60 and c-ares 1.9.1
...
svn path=/trunk/boinc/; revision=25795
2012-06-26 07:24:07 +00:00
Charlie Fenton
785a0b49c2
Mac: Update Mac build scripts, XCode project and source files to allow automated builds under OS 10.7 Lion and XCode 4.2
...
svn path=/trunk/boinc/; revision=24414
2011-10-18 12:42:53 +00:00
Charlie Fenton
7522d192b8
Mac: Update to libcurl 7.21.7 and c-ares 1.7.4
...
svn path=/trunk/boinc/; revision=23798
2011-07-06 11:02:50 +00:00
Charlie Fenton
0dcd647250
Mac: Update build scripts, build examples and documentation
...
svn path=/trunk/boinc/; revision=22489
2010-10-11 11:59:05 +00:00
Charlie Fenton
ccfaa5af74
Mac: Update build scripts and documentation
...
svn path=/trunk/boinc/; revision=22477
2010-10-08 08:41:36 +00:00
Charlie Fenton
3ce8ac0b9e
Mac: Build with c-ares 1.6.0 instead of c-ares 1.7.0
...
svn path=/trunk/boinc/; revision=21079
2010-04-04 01:09:14 +00:00
Charlie Fenton
dc43748b5c
Mac: Update XCode project and build scripts to build under XCode 3.2.1 and OS 10.6 Snow Leopard
...
svn path=/trunk/boinc/; revision=19781
2009-12-04 14:39:35 +00:00
Charlie Fenton
2767a9a660
Mac client: update build scripts, XCode project for curl-7.19.7 and c-ares 1.7.0
...
svn path=/trunk/boinc/; revision=19780
2009-12-04 06:03:11 +00:00
Charlie Fenton
733551a143
Mac: Update libCurl to 7.19.4
...
svn path=/trunk/boinc/; revision=17440
2009-03-03 09:07:02 +00:00
Charlie Fenton
73dc776567
pdate various source filed to GPL 3
...
svn path=/trunk/boinc/; revision=17330
2009-02-21 02:42:50 +00:00
Charlie Fenton
3fc42e1a4e
Mac client: fix bug in build script so that curl-7.19.2 actually does build with c-ares 1.6.0. Fixes #830 .
...
svn path=/trunk/boinc/; revision=16964
2009-01-21 07:37:59 +00:00
Charlie Fenton
a9dd369609
update Mac build scripts, XCode project for curl-7.19.2, c-ares 1.6.0
...
svn path=/trunk/boinc/; revision=16716
2008-12-17 23:24:17 +00:00
Charlie Fenton
e722b83667
client: Update Mac cURL build script for cURL-7.19.0
...
svn path=/trunk/boinc/; revision=16100
2008-10-01 06:46:07 +00:00
Charlie Fenton
300bbe2484
client: Update Mac XCode project, build scripts and documentation for c-ares 1.5.3 and cURL-7.19.0
...
svn path=/trunk/boinc/; revision=16099
2008-10-01 06:30:34 +00:00
Charlie Fenton
fadc645854
Mac: revise build scripts for c-ares and cURL to work when there are spaces in the paths
...
svn path=/trunk/boinc/; revision=15197
2008-05-14 09:57:46 +00:00
Charlie Fenton
1609e03832
Mac: In build scripts: fix bug, add checks for needed SDKs; update build documentation (from Bernd Machenschalk.)
...
svn path=/trunk/boinc/; revision=14808
2008-02-27 12:01:55 +00:00
Charlie Fenton
8e994d0fef
Mac: Update libCurl to 7.18.0, build with c-ares-1.5.1 to enable async DNS name resolving; Mac API: move mac_icon.C into libboinc_graphics2.a instead of libboinc_api.a
...
svn path=/trunk/boinc/; revision=14631
2008-01-29 11:18:45 +00:00
Charlie Fenton
e7390f278a
Make curl, jpeg build scripts more robust
...
svn path=/trunk/boinc/; revision=14417
2007-12-19 23:58:31 +00:00
Charlie Fenton
65829cfd8c
Mac: Fix curl library build problem when building under OS 10.5 and XCode 3.0
...
svn path=/trunk/boinc/; revision=14411
2007-12-19 12:46:57 +00:00
Charlie Fenton
4e5f3b4c18
Mac: Update build scripts for x86_64 support.
...
svn path=/trunk/boinc/; revision=14358
2007-12-05 09:55:12 +00:00
Charlie Fenton
7157614dc7
Mac: Update build scripts for x86_64 support.
...
svn path=/trunk/boinc/; revision=14357
2007-12-05 01:02:10 +00:00
Charlie Fenton
7b13fbbc65
Mac: Update build scripts and documentation for x86_64 support.
...
svn path=/trunk/boinc/; revision=14350
2007-12-04 13:42:02 +00:00
Charlie Fenton
2247cb6b7f
Mac: Add x86_64 architecture to build of libcurl-7.17.1.
...
svn path=/trunk/boinc/; revision=14212
2007-11-15 12:58:51 +00:00
Charlie Fenton
fbbd67adfe
Workaround for header problem when building libcurl-7.17.1 for ppc with gcc4
...
svn path=/trunk/boinc/; revision=14211
2007-11-15 10:25:15 +00:00
Charlie Fenton
9e438ec7f3
Fix for building libcurl-7.17.1 for ppc with gcc4
...
svn path=/trunk/boinc/; revision=14210
2007-11-15 01:47:23 +00:00
Charlie Fenton
525b01461c
Mac: Update libCurl to 7.17.1
...
svn path=/trunk/boinc/; revision=14192
2007-11-14 13:27:01 +00:00
Charlie Fenton
4aeee97d39
Mac: build curl script: use gcc-4.0 to build curl, add optional -gcc33 arg to build with gcc-3.3
...
svn path=/trunk/boinc/; revision=13975
2007-10-27 11:19:12 +00:00
Charlie Fenton
278b6931ec
Mac: Update for curl_7.17.0.
...
svn path=/trunk/boinc/; revision=13867
2007-10-17 05:59:37 +00:00
Frank Thomas
3bfc78b511
Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
...
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Charlie Fenton
2b35e02bb7
Mac: changes for libcurl 7.16.4
...
svn path=/trunk/boinc/; revision=13205
2007-07-20 23:32:11 +00:00
Charlie Fenton
96fd677b9c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12200
2007-03-09 08:03:35 +00:00
Charlie Fenton
e23df36935
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11232
2006-10-03 01:11:52 +00:00
Charlie Fenton
dda536a129
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10730
2006-07-22 09:30:34 +00:00
Charlie Fenton
af77e5f367
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10728
2006-07-22 03:35:48 +00:00
Charlie Fenton
19be2cb417
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10103
2006-05-05 10:42:22 +00:00
Charlie Fenton
a99dd9f0f5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10101
2006-05-05 10:11:06 +00:00
Charlie Fenton
53d186f1d1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10038
2006-04-27 11:15:08 +00:00
Charlie Fenton
2e883413dc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9509
2006-02-18 09:02:35 +00:00
Charlie Fenton
438d7a3537
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9506
2006-02-18 05:49:24 +00:00