aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches
AgeCommit message (Collapse)AuthorFilesLines
2016-08-05Add copyright notices.Guy Harris2-0/+38
Change-Id: I481968f154008d62c124ca6f71d6cc0114c293c1 Reviewed-on: https://code.wireshark.org/review/16907 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-27Remove printing done for debugging/test purposes.Guy Harris1-2/+2
Change-Id: Id6cdb34890c0f1d6c9e64d290ce72ca68183220e Reviewed-on: https://code.wireshark.org/review/3219 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-27Fix the path to the "fix one .pc file" script.Guy Harris1-1/+1
Change-Id: I1c16fe2076794e0b55b45417d9019440b0658037 Reviewed-on: https://code.wireshark.org/review/3217 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-27Fix quoting.Guy Harris1-1/+1
Change-Id: I54cb94b5c00b748100be22b10336a906da3c35b2 Reviewed-on: https://code.wireshark.org/review/3216 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-27Add some scripts to fix up Qt's OS X binary packages.Guy Harris2-0/+31
You have to run macosx-support-lib-patches/qt-fix-pc-files manually, telling it where Qt was installed, but so it goes.... Change-Id: I8668a1fc4254cc002aee068749edb3cf3bdb854f Reviewed-on: https://code.wireshark.org/review/3215 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2013-07-09Use older versions of some libraries, and build 32-bit, when buildingGuy Harris1-0/+13
for Leopard. Fix some issues that came up with the older versions. We don't support building *on* Leopard - we check for that up front - so eliminate some code to handle that. When uninstalling, check for the installed version by looking at the name of the -done file, so we don't have to trust the _VERSION settings. We don't appear to need to build our own versions of libpng or pixman when building *on* Snow Leopard *for* Leopard. The libffi configure patch for GLib appears not to be necessary - perhaps building and installing pkg-config *before* building GLib makes it no longer necessary - and it doesn't work with older versions of GLib, so don't apply it. svn path=/trunk/; revision=50456
2013-06-27Don't assume the system include files are under /usr/include; trick theGuy Harris1-0/+11
compiler into saying where they are, and use that. Patch a bug in PortAudio pa_stable_v19_20111121 that clang found. svn path=/trunk/; revision=50186
2012-08-12Patching configure.in files and regenerating them is a bag of hurt, asGuy Harris1-83/+0
it can depend on, among other things, having the the relevant .pc files in one of the directories in PKG_CONFIG_PATH. Instead, just don't request a fat build of PortAudio. svn path=/trunk/; revision=44457
2012-08-11Add some patches to make PortAudio build with the macosx-setup.shGuy Harris2-0/+94
script. svn path=/trunk/; revision=44446
2012-05-27- Update cmake, gnutls and pixman to current versionJörg Mayer1-10/+8
- unpack an xz file with xzcat instead of gzcat - remove some trailing whitespace - the update of gnutls required two changes in the gnutls build stuff: a) gnutls.pc is now generated from gnutls.pc.in and b) we now need to build with --without-p11-kit svn path=/trunk/; revision=42861
2012-03-14Update to glib 2.31.20.Michael Tüxen1-10/+0
One patch is not required anymore, since it has been included. svn path=/trunk/; revision=41546
2011-12-31- Update the graphical packagesJörg Mayer1-5/+5
- Newer versions of glib etc require xz. At least Snow Leopard does not provide xz, so (unconditionally) download and install this first. - Put in infrastructure to set up a GTK3 environment instead of GTK2 (not active by default because configure'ing Wireshark still fails for some reason with GTK3 installed). svn path=/trunk/; revision=40352
2011-12-10Update some support libs to newer version.Michael Tüxen1-1/+1
svn path=/trunk/; revision=40145
2011-07-15Patch GnuTLS's pkg-config file; it says "requires zlib", but OS X, whileGuy Harris1-0/+10
it supplies zlib, doesn't supply a pkgconfig file for it, so we don't want it to say "requires zlib". This script is part of the Wireshark source, so giving "download Wireshark source" as the next step doesn't make sense. svn path=/trunk/; revision=38055
2011-07-15Add Joerg Mayer's macos-setup.sh script, modified to add an "x" afterGuy Harris2-0/+20
"macos", to fix some bugs, to use "sudo" if necessary when installing, to make the library version numbers variables, and to download the optional libraries, by default, as well. Also add his patches to make GLib build and work. Update README.macos to reflect that. svn path=/trunk/; revision=38053