aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-setup.sh
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Remove a mysterious comment that no longer applies.Guy Harris1-1/+0
2015-01-22Lua 5.3.0 is now out; install it. (It has better 64-bit integer support.)Guy Harris1-1/+1
2015-01-22Un-install and re-install if the installed and specified versions differ.Guy Harris1-10/+498
2015-01-22Remove autotools packages if something they depend on changes.Guy Harris1-0/+11
2015-01-22When uninstalling a library, first uninstall what depends on it.Guy Harris1-0/+52
2015-01-22Rename install_libpixman to install_pixman, to match uninstall_pixman.Guy Harris1-2/+2
2015-01-22Do tests in the order the comment before them implies.Guy Harris1-1/+1
2015-01-22Give PortAudio a versioned -done file.Guy Harris1-4/+20
2015-01-22Make the individual install_ and uninstall_ functions idempotent.Guy Harris1-811/+844
2015-01-22Pull the installs into a function.Guy Harris1-171/+172
2015-01-22Pull the install and uninstall sequences into functions.Guy Harris1-656/+849
2014-12-20Fix handling of 3-component OS version numbers.Guy Harris1-2/+3
2014-11-01Set CXXFLAGS to include $VERSION_MIN_FLAGS.Guy Harris1-19/+19
2014-10-31Don't force a verbose build.Guy Harris1-1/+1
2014-10-31Undo my personal disabling of the Qt download/build/install.Guy Harris1-1/+1
2014-10-31For OS X, don't rigidly tie the SDK version to the minimum target version.Guy Harris1-23/+76
2014-10-31Fix name of C-Ares source directory & make the name of the -done file match it.Guy Harris1-5/+5
2014-10-31The C-Ares "done" file should have a name beginning with cares-.Guy Harris1-2/+2
2014-09-26Update a comment as per the previous commit.Guy Harris1-2/+2
2014-09-26Renaming libtool* to glibtool* might require root permission.Guy Harris1-4/+6
2014-07-27Don't fail if unmounting the CMake disk image fails.Guy Harris1-1/+1
2014-07-26Download and install a binary package of CMake from Kitware.Guy Harris1-14/+25
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-16Print a message in case we don't have an X11 SDK installed about whereJoerg Mayer1-0/+8
2014-03-16CMake updates:Joerg Mayer1-2/+2
2014-02-25Change libsmi url and Lua version in macosx-setup.shHadriel Kaplan1-4/+3
2014-02-07Qt 5.2.1 - now with added native OS X toolbar!Guy Harris1-2/+1
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-10-29Support building and installing both Qt and GTK+.Guy Harris1-101/+157
2013-10-28Add c-ares. Untested, but it *should* work.Gerald Combs1-0/+26
2013-10-23Pass -sdk, not that it actually *works*.Guy Harris1-1/+1
2013-10-23Default to GTK+ 3, not Qt, for now.Guy Harris1-1/+1
2013-10-23First cut at having this handle Qt. Adds a TOOLKIT variable that youGuy Harris1-240/+281
2013-10-22Add information about building Qt.Gerald Combs1-0/+23
2013-09-14Add copyright (Michael, Joerg and Guy) and license (GPL2+)Jörg Mayer1-3/+18
2013-08-23To handle the hypothetical case of an OS X release offering a choice ofGuy Harris1-143/+155
2013-08-23Put back missing space between --disable-cups and --without-libtiff. Guy Harris1-1/+1
2013-07-31Put the GTK2 vs. GTK3 and autofoo vs. CMake options at the beginning,Guy Harris1-13/+14
2013-07-31If no target OS version was specified, default to the major version onGuy Harris1-150/+150
2013-07-24Change default gtk build from version 2 to version 3 forJörg Mayer1-1/+1
2013-07-12When building for 10.6, force the build to use libpng12.Guy Harris1-1/+16
2013-07-09Fix uninstallation of Cairo - uninstall, don't install!Guy Harris1-1/+1
2013-07-09Fix missing $ before variable name.Guy Harris1-4/+5
2013-07-09Fix the uninstall procedure for Lua - the man pages are installed intoGuy Harris1-1/+1
2013-07-09Use older versions of some libraries, and build 32-bit, when buildingGuy Harris1-179/+261
2013-07-08Download, build, and install pkg-config before GLib, courtesy of theGuy Harris1-23/+26
2013-07-06We need Cairo if we're building on 10.5 *or* if we're building *for*Guy Harris1-7/+31
2013-07-06Use consistent 4-space no-tab indentation.Guy Harris1-265/+265
2013-07-06Don't install the GNU autotools on Snow Leopard and earlier; they wereGuy Harris1-7/+12
2013-07-06Add a "-t <target>" flag to set the deployment target OS version; thatGuy Harris1-23/+96