wireshark/packaging/macosx
Gerald Combs f25b110907 Remove most of the OS X packaging files from the distribution. The
files in Resources/themes/Clearlooks-Quicksilver-OSX overrun the
99-character file name length limitation imposed by the default tar
format (V7). We can fix this by

  - Feeding "tar-ustar" to AM_INIT_AUTOMAKE, which apparently means
    changing

AM_INIT_AUTOMAKE(wireshark, x.y.z)

    in configure.in to
  
AC_INIT(wireshark, x.y.z)
AM_INIT_AUTOMAKE(tar-ustar)

    Although the automake documentation recommends this, it means
    updating make-version.pl and possibly other scripts.

  - Shortening everything in the Clearlooks-Quicksilver-OSX path.

  - Skipping tar distributions altogether in favor of zip.

None of these fixes are trivial, and version 1.0 awaits. For now,
you'll have to build OS X packages from SVN.

svn path=/trunk/; revision=24752
2008-03-29 00:54:58 +00:00
..
ChmodBPF Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
Resources Scale the 128-pixel icon down a little, so that it looks better in the dock. 2008-03-21 16:09:04 +00:00
ScriptExec Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
native-gtk Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
Info.plist.in Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
Makefile.am Remove most of the OS X packaging files from the distribution. The 2008-03-29 00:54:58 +00:00
Read_me_first.rtf Trying to feed file names with spaces to GNU make will just end in tears. 2008-03-28 21:11:53 +00:00
dmg_background.png Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
dmg_background.svg Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
dmg_set_style.scpt Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
osx-app.sh Scale the 128-pixel icon down a little, so that it looks better in the dock. 2008-03-21 16:09:04 +00:00
osx-build.sh Scale the 128-pixel icon down a little, so that it looks better in the dock. 2008-03-21 16:09:04 +00:00
osx-dmg.sh Trying to feed file names with spaces to GNU make will just end in tears. 2008-03-28 21:11:53 +00:00
utility-launcher Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00
wireshark.ds_store Check in the OS X packaging patch from bug 2341, since I've had 2008-03-15 18:31:52 +00:00