aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-setup.sh
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-05Get rid of extra blank line.Guy Harris1-1/+0
2013-07-05Add a -u flag to uninstall the support tools and libraries.Guy Harris1-80/+335
2013-07-05LIBFFI_CFLAGS and LIBFFI_LIBS are defined only to suppress the attemptGuy Harris1-5/+3
2013-07-04Use xcrun --show-sdk-path to find out where the system include files areGuy Harris1-6/+6
2013-06-27Actually, that's not a clang bug; my test case had a typo. It's still aGuy Harris1-2/+7
2013-06-27Don't assume the system include files are under /usr/include; trick theGuy Harris1-3/+18
2013-06-26Another clang issue to work around:Guy Harris1-1/+6
2013-06-26Suppress -Wformat-nonliteral when building GLib, to avoid a clang bugGuy Harris1-2/+5
2013-06-19From Dirk J via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8821Evan Huus1-3/+5
2013-06-17From Dirk Jagdmann via bug 7525: macosx-setup.sh improvements.Gerald Combs1-191/+273
2013-05-13Allow for building 32-bit versions of the libraries used by wireshark.Michael Tüxen1-6/+12