aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-7/+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>
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris2-0/+2
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
2010-11-21Add $Id$; Fix some properties.Bill Meier4-1/+10
svn path=/trunk/; revision=34996
2008-04-10Remove the PSTAMP line (dated 2000-07-16). Instead let the package building ↵Jeff Morriss1-1/+0
tool automatically fill it in so that we can get some idea where/when a particular package was actually built. svn path=/trunk/; revision=24882
2008-04-08Make the SVR4 package checkinstall script work with only GTK2+.Jeff Morriss1-59/+20
svn path=/trunk/; revision=24853
2008-04-08Make the SVR4 package checkinstall script work with GTK1 or GTK2 (previously ↵Jeff Morriss1-37/+59
it only worked with GTK1). This version should go into the 1.0 trunk. svn path=/trunk/; revision=24852
2008-04-04The OS X packaging patch renamed the staging directory to .inst (instead of ↵Jeff Morriss1-1/+1
.stage). Update the SVR4 packaging script to reflect the new name. svn path=/trunk/; revision=24769
2007-05-22Make sure we compare against something ("") in caseJörg Mayer1-1/+1
GTK_CONFIG is empty. svn path=/trunk/; revision=21884
2006-06-06Ethereal -> WiresharkGerald Combs2-3/+3
svn path=/trunk/; revision=18370
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-1/+5
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2004-07-18 .cvsignore is deadJörg Mayer1-6/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2002-08-18Tweak the Solaris/SVR4 packaging a bit. Change "make install-strip" toGerald Combs1-1/+9
"make install"; even though the resulting files are huge it's probably better to have the debugging symbols intact. Set file and directory permissions in /usr/local to match those in /usr. svn path=/trunk/; revision=6016
2002-01-21From Andrew Feren:Guy Harris1-3/+14
The original checkinstall assumed /usr/local as the GTK+ install install directory even if an alternate directory directory was specified when configure was run. checkinstall now checks for GTK+ in the configured directory and punts (checks if gtk-config is in the path) if it doesn't find GTK+ in the configured location. svn path=/trunk/; revision=4595
2002-01-21From Andrew Feren - don't use what is presumably a GNU find-specificGuy Harris1-1/+1
option in the find command in mkpkg, to make it work with the Solaris find. svn path=/trunk/; revision=4594
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris1-1/+1
svn path=/trunk/; revision=2859
2000-11-08Fix type checking for the "i386" platform.Gerald Combs1-7/+1
svn path=/trunk/; revision=2579
2000-07-30Update and add ".cvsignore" files to reduce the level of noise from CVS.Guy Harris1-0/+4
svn path=/trunk/; revision=2179
2000-07-26Remove some "Makefile.in"s that I accidentally committed last night.Gerald Combs1-229/+0
svn path=/trunk/; revision=2166
2000-07-26Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPMGerald Combs5-0/+380
package build targets. Move ethereal.spec(.in) to packaging/rpm. The spec file is different from Henri's. We might want to switch to his for the sake of consistency. svn path=/trunk/; revision=2162