If CODE_SIGN_IDENTITY is set use it to sign the app bundle and the
[metze/wireshark/wip.git] / macosx-setup.sh
2013-09-14 Jörg MayerAdd copyright (Michael, Joerg and Guy) and license...
2013-08-23 Guy HarrisTo handle the hypothetical case of an OS X release...
2013-08-23 Guy HarrisPut back missing space between --disable-cups and ...
2013-07-31 Guy HarrisPut the GTK2 vs. GTK3 and autofoo vs. CMake options...
2013-07-31 Guy HarrisIf no target OS version was specified, default to the...
2013-07-24 Jörg MayerChange default gtk build from version 2 to version...
2013-07-12 Guy HarrisWhen building for 10.6, force the build to use libpng12.
2013-07-09 Guy HarrisFix uninstallation of Cairo - uninstall, don't install!
2013-07-09 Guy HarrisFix missing $ before variable name.
2013-07-09 Guy HarrisFix the uninstall procedure for Lua - the man pages...
2013-07-09 Guy HarrisUse older versions of some libraries, and build 32...
2013-07-08 Guy HarrisDownload, build, and install pkg-config before GLib...
2013-07-06 Guy HarrisWe need Cairo if we're building on 10.5 *or* if we...
2013-07-06 Guy HarrisUse consistent 4-space no-tab indentation.
2013-07-06 Guy HarrisDon't install the GNU autotools on Snow Leopard and...
2013-07-06 Guy HarrisAdd a "-t <target>" flag to set the deployment target...
2013-07-05 Guy HarrisGet rid of extra blank line.
2013-07-05 Guy HarrisAdd a -u flag to uninstall the support tools and libraries.
2013-07-05 Guy HarrisLIBFFI_CFLAGS and LIBFFI_LIBS are defined only to suppr...
2013-07-04 Guy HarrisUse xcrun --show-sdk-path to find out where the system...
2013-06-27 Guy HarrisActually, that's not a clang bug; my test case had...
2013-06-27 Guy HarrisDon't assume the system include files are under /usr...
2013-06-26 Guy HarrisAnother clang issue to work around:
2013-06-26 Guy HarrisSuppress -Wformat-nonliteral when building GLib, to...
2013-06-19 Evan HuusFrom Dirk J via https://bugs.wireshark.org/bugzilla...
2013-06-17 Gerald CombsFrom Dirk Jagdmann via bug 7525: macosx-setup.sh improv...
2013-05-13 Michael TüxenAllow for building 32-bit versions of the libraries...
2013-03-26 Michael TüxenUse more recent versions of various libs.
2013-02-02 Guy HarrisCurrent version of pkg-config is 0.27.
2013-01-22 Guy Harris2.24.5 is not 2.24.25. HTH.
2013-01-22 Guy HarrisRename MACOSX_VERSION to DARWIN_MAJOR_VERSION to reflec...
2012-09-08 Guy HarrisFix some issues that showed up when building on Mountai...
2012-08-29 Guy HarrisAt least with the version of Xcode that comes with...
2012-08-13 Guy HarrisExpand the "why we need to build Cairo in some cases...
2012-08-13 Michael TüxenBuild cairo on Leopard too.
2012-08-13 Michael TüxenUpdate libpng version.
2012-08-12 Guy HarrisFix an apparently out-of-date comment.
2012-08-12 Guy HarrisPatching configure.in files and regenerating them is...
2012-08-11 Guy HarrisAdd some patches to make PortAudio build with the macos...
2012-06-19 Jörg MayerAdd a comment to prevent acidentally bumping lua versio...
2012-06-19 Jörg MayerDowngrade Lua from 5.2.1 to 5.1.5: Lua 5.2 is API incom...
2012-06-17 Jörg Mayerupdate lua 5.2.0 -> 5.2.1
2012-05-27 Jörg Mayer- Update cmake, gnutls and pixman to current version
2012-05-17 Michael TüxenUse some newer versions.
2012-03-14 Michael TüxenBump some version numbers.
2012-03-14 Michael TüxenUpdate to glib 2.31.20.
2012-01-16 Jörg MayerFix bootstrap parameters for cmake
2012-01-14 Jörg MayerOptionally build cmake, document why we need xz
2011-12-31 Jörg Mayer- Update the graphical packages
2011-12-10 Michael TüxenUpdate some support libs to newer version.
2011-11-20 Guy HarrisExpand a comment.
2011-10-08 Guy HarrisMove the GeoIP entry where it belongs.
2011-10-08 Jörg MayerRemove a duplicate entry
2011-08-24 Guy HarrisXcode 4 isn't available on DVD, but is available for...
2011-07-19 Guy HarrisWork around an annoying problem caused by the collision...
2011-07-15 Guy HarrisPatch GnuTLS's pkg-config file; it says "requires zlib...
2011-07-15 Guy HarrisAdd Joerg Mayer's macos-setup.sh script, modified to...