On Mon, 2005-08-15 at 16:20, John Vandenberg wrote: > On 8/16/05, Dean Roehrich <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-08-12 at 21:52, John Vandenberg wrote: > > > > > > > > In order for quilt to work on Solaris, the patch sun-backup-files.diff > > > is also needed. > > > > Sorry, I missed something here. What changes allowed quilt to work on > > Solaris? > > Hi Dean, > > I have a patch series that supports Windows, SuSE 7.2, Solaris, and > recently also OS X. > > http://zeroj.hda0.net/quilt-patches/
Thanks, I'll go through them. > > I have a small collection of my own changes that I've been meaning to pass > > through > > the mailing list soon. I have to do things like change the chmod in the > > Makefile.in > > to not use the --reference arg; change patchfns.in to not use -n on the > > tail command > > int top_patch(), and there's a change in a find command later. I have a > > change > > in pop.in to use a little perl inline script in place of the tac command. > > I think I > > have a few other things in there, too. > > I haven't noticed the tail -n problem yet, and there are probably > others we have each missed. Are you using /usr/xpg4/bin/tail then? The /usr/bin/tail on Solaris 10 doesn't have -n. This -n happens in the top_patch() function. Hmm, I wonder what other goodies I'll find in /usr/xpg4? > Which getopt did you use? I wrote a perl version of getopt because > most of the platforms that we develop for don't have a suitable > version. I ported the one from util-linux-2.12q :) Brute force...icky. I like a lot of the things I see in your config-misc.diff. The getopt.in is worth arguing over, but the autoconf-related @CMD@ pieces shouldn't be a problem. I think your tac(1) substitute shouldn't need the map function, though. Dean _______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
