Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 24753: /trunk-1.0/ /trunk-1.0/packaging/macosx/: Makefil

Date: Sat, 29 Mar 2008 00:55:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24753

User: gerald
Date: 2008/03/29 12:55 AM

Log:
 Copy over r24752 from the trunk:
 
 ------------------------------------------------------------------------
 r24752 | gerald | 2008-03-28 17:54:58 -0700 (Fri, 28 Mar 2008) | 25 lines
 Changed paths:
    M /trunk/configure.in
    M /trunk/packaging/Makefile.am
    M /trunk/packaging/macosx/Makefile.am
 
 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.
 
 ------------------------------------------------------------------------

Directory: /trunk-1.0/packaging/macosx/
  Changes    Path           Action
  +8 -0      Makefile.am    Modified

Directory: /trunk-1.0/packaging/
  Changes    Path           Action
  +1 -1      Makefile.am    Modified

Directory: /trunk-1.0/
  Changes    Path            Action
  +0 -1      configure.in    Modified