summaryrefslogtreecommitdiff
path: root/packaging/macosx/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2016-03-14OS X: Remove GTK+ packaging.Gerald Combs1-50/+4
Remove the GTK+-specific bits from packaging/macosx. Change-Id: I8f7d909f971e60723e421005fdf46de967c69533 Reviewed-on: https://code.wireshark.org/review/14431 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-03-11OS X packaging: Remove some unused files.Gerald Combs1-3/+0
Change-Id: Id01af6460828338bd3d0ac59e20000e93999ca7b Reviewed-on: https://code.wireshark.org/review/14424 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-02-11autotools: Add more silent build rulesJoão Valverde1-1/+1
Change-Id: I4abff8880d5b3ff439e6abc9cf3c2d17897501ea Reviewed-on: https://code.wireshark.org/review/13816 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
2015-01-05Attempt to fix "make distcheck" on Ubuntu buildbotStephen Fisher1-2/+2
Change-Id: I6e7ea1e2aaf839fdb3af8a3a5a47aabbb12056ef Reviewed-on: https://code.wireshark.org/review/6326 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
2015-01-05Get rid of some GNU make extensions so users can build withStephen Fisher1-1/+1
the make that comes with *BSD and other systems now. Change-Id: Ib2eee8d37e7029202675bac35839b1c0d5fc5131 Reviewed-on: https://code.wireshark.org/review/6320 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
2014-07-31Add more files to the release tarball.Guy Harris1-0/+1
Change-Id: I02ce275154979ff56f8f8929e5909f3035f62c47 Reviewed-on: https://code.wireshark.org/review/3286 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-06-06Switch to a launch daemon for ChmodBPF.Guy Harris1-2/+1
"Ah finally blew that varmint to Kingdom Come!" Change-Id: I4ef5f8692924772189af4158eddbc125c1c7d521 Reviewed-on: https://code.wireshark.org/review/2004 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-27More SVN properties cleanup.Jeff Morriss1-0/+2
svn path=/trunk/; revision=52884
2013-10-01Use separate "Read me first" files for Qt and GTK+.Gerald Combs1-1/+2
svn path=/trunk/; revision=52321
2013-07-31Set the minimum OS X version in the installer package based on theGuy Harris1-1/+1
deployment target; if --disable-osx-deploy-target was specified, set it to the OS version on which we're building - minor/dot-dot version and all - as there's no guarantee that it'll work on *any* version earlier than that. svn path=/trunk/; revision=51060
2012-08-19Get the package version using configure.in, not grep+sed. Make sure weGerald Combs1-1/+1
exit with an error in a few places where it would be useful. svn path=/trunk/; revision=44572
2012-02-16As suggested on the -dev list today, add Wireshark_package.pmdoc to the sourceJeff Morriss1-1/+9
distribution. To do this, however, requires renaming that directory because automake can't handle files with spaces in their names. svn path=/trunk/; revision=41040
2011-11-02Requiescat in pace, osx-build.sh.Guy Harris1-1/+0
svn path=/trunk/; revision=39714
2011-07-17Get rid of the .pkg and .dmg with "make clean".Guy Harris1-1/+2
svn path=/trunk/; revision=38074
2011-06-07Add files to distribution.Anders Broman1-0/+3
svn path=/trunk/; revision=37589
2011-05-13Try to fix distcheck.Gerald Combs1-2/+1
svn path=/trunk/; revision=37108
2011-05-12More OS X installer fixes and tweaks.Gerald Combs1-0/+1
svn path=/trunk/; revision=37107
2011-05-12Fix the OS X packaging build.Gerald Combs1-1/+8
svn path=/trunk/; revision=37105
2009-11-17Rename the doc icon for consistency.Gerald Combs1-1/+1
svn path=/trunk/; revision=30991
2009-04-23Add missing files to the distribution.Gerald Combs1-1/+4
svn path=/trunk/; revision=28136
2008-08-11Added some clean targets.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=25983
2008-06-13We half-enabled the Mac OS X packaging stuff, which meant that weGuy Harris1-4/+6
weren't including in the tarball stuff the packaging/macosx/Makefile.in file that that the configure script from the tarball was trying to expand. Add macosx to the list of directories in packaging/Makefile.am, and update the comment in packaging/macosx/Makefile.am to reflect the enabling of the OS X packaging stuff. svn path=/trunk/; revision=25449
2008-03-29Remove most of the OS X packaging files from the distribution. TheGerald Combs1-0/+8
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-28Trying to feed file names with spaces to GNU make will just end in tears.Gerald Combs1-1/+1
Don't do that. svn path=/trunk/; revision=24749
2008-03-28Add the OS X packaging files to the distribution.Gerald Combs1-0/+68
svn path=/trunk/; revision=24747