add bitmask for sec_vt_command
[metze/wireshark/wip.git] / macosx-setup.sh
2013-12-23 wmeierFrom Ville Skyttä: Spelling Fixes
2013-10-29 guySupport building and installing both Qt and GTK+.
2013-10-28 geraldAdd c-ares. Untested, but it *should* work.
2013-10-23 guyPass -sdk, not that it actually *works*.
2013-10-23 guyDefault to GTK+ 3, not Qt, for now.
2013-10-23 guyFirst cut at having this handle Qt. Adds a TOOLKIT...
2013-10-22 geraldAdd information about building Qt.
2013-09-14 jmayerAdd copyright (Michael, Joerg and Guy) and license...
2013-08-23 guyTo handle the hypothetical case of an OS X release...
2013-08-23 guyPut back missing space between --disable-cups and ...
2013-07-31 guyPut the GTK2 vs. GTK3 and autofoo vs. CMake options...
2013-07-31 guyIf no target OS version was specified, default to the...
2013-07-24 jmayerChange default gtk build from version 2 to version...
2013-07-12 guyWhen building for 10.6, force the build to use libpng12.
2013-07-09 guyFix uninstallation of Cairo - uninstall, don't install!
2013-07-09 guyFix missing $ before variable name.
2013-07-09 guyFix the uninstall procedure for Lua - the man pages...
2013-07-09 guyUse older versions of some libraries, and build 32...
2013-07-08 guyDownload, build, and install pkg-config before GLib...
2013-07-06 guyWe need Cairo if we're building on 10.5 *or* if we...
2013-07-06 guyUse consistent 4-space no-tab indentation.
2013-07-06 guyDon't install the GNU autotools on Snow Leopard and...
2013-07-06 guyAdd a "-t <target>" flag to set the deployment target...
2013-07-05 guyGet rid of extra blank line.
2013-07-05 guyAdd a -u flag to uninstall the support tools and libraries.
2013-07-05 guyLIBFFI_CFLAGS and LIBFFI_LIBS are defined only to suppr...
2013-07-04 guyUse xcrun --show-sdk-path to find out where the system...
2013-06-27 guyActually, that's not a clang bug; my test case had...
2013-06-27 guyDon't assume the system include files are under /usr...
2013-06-26 guyAnother clang issue to work around:
2013-06-26 guySuppress -Wformat-nonliteral when building GLib, to...
2013-06-19 eapacheFrom Dirk J via https://bugs.wireshark.org/bugzilla...
2013-06-17 geraldFrom Dirk Jagdmann via bug 7525: macosx-setup.sh improv...
2013-05-13 tuexenAllow for building 32-bit versions of the libraries...
2013-03-26 tuexenUse more recent versions of various libs.
2013-02-02 guyCurrent version of pkg-config is 0.27.
2013-01-22 guy2.24.5 is not 2.24.25. HTH.
2013-01-22 guyRename MACOSX_VERSION to DARWIN_MAJOR_VERSION to reflec...
2012-09-08 guyFix some issues that showed up when building on Mountai...
2012-08-29 guyAt least with the version of Xcode that comes with...
2012-08-13 guyExpand the "why we need to build Cairo in some cases...
2012-08-13 tuexenBuild cairo on Leopard too.
2012-08-13 tuexenUpdate libpng version.
2012-08-12 guyFix an apparently out-of-date comment.
2012-08-12 guyPatching configure.in files and regenerating them is...
2012-08-11 guyAdd some patches to make PortAudio build with the macos...
2012-06-19 jmayerAdd a comment to prevent acidentally bumping lua versio...
2012-06-19 jmayerDowngrade Lua from 5.2.1 to 5.1.5: Lua 5.2 is API incom...
2012-06-17 jmayerupdate lua 5.2.0 -> 5.2.1
2012-05-27 jmayer- Update cmake, gnutls and pixman to current version
2012-05-17 tuexenUse some newer versions.
2012-03-14 tuexenBump some version numbers.
2012-03-14 tuexenUpdate to glib 2.31.20.
2012-01-16 jmayerFix bootstrap parameters for cmake
2012-01-14 jmayerOptionally build cmake, document why we need xz
2011-12-31 jmayer- Update the graphical packages
2011-12-10 tuexenUpdate some support libs to newer version.
2011-11-20 guyExpand a comment.
2011-10-08 guyMove the GeoIP entry where it belongs.
2011-10-08 jmayerRemove a duplicate entry
2011-08-24 guyXcode 4 isn't available on DVD, but is available for...
2011-07-19 guyWork around an annoying problem caused by the collision...
2011-07-15 guyPatch GnuTLS's pkg-config file; it says "requires zlib...
2011-07-15 guyAdd Joerg Mayer's macos-setup.sh script, modified to...