aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-29 00:54:58 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-29 00:54:58 +0000
commitf6476fce5d4dedb4ae4cb33ab7b4ddc1f617989b (patch)
tree0f83a6512c1a9a0bb414b261a41f10f4d9dab0df /packaging/macosx
parent1eebb8d30af05f0209ada5450e5b2009b455fc6c (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24752 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am
index 945ee44c7d..5b2ba85e33 100644
--- a/packaging/macosx/Makefile.am
+++ b/packaging/macosx/Makefile.am
@@ -1,3 +1,11 @@
+#
+# This is currently disabled, since the contents of the
+# Clearlooks-Quicksilver-OSX directory exceed the 99-character file
+# name limit imposed by tar.
+#
+# To reenable this file, add "macosx" to SUBDIRS in ../Makefile.am and
+# add an entry for this Makefile.am to AC_SUBST in ../../configure.in.
+#
MAINTAINERCLEANFILES = \
Makefile.in