quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] Re: config-cc patch


From: Dean Roehrich
Subject: Re: [Quilt-dev] Re: config-cc patch
Date: Mon, 15 Aug 2005 10:13:46 -0500

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?

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 guess this one is the only one that could go in right away:

Index: work20050801.sol/quilt/pop.in
===================================================================
--- work20050801.sol.orig/quilt/pop.in  2005-08-01 11:16:03.000000000 -0500
+++ work20050801.sol/quilt/pop.in       2005-08-01 15:32:09.000000000 -0500
@@ -52,7 +52,7 @@
 {
        local n=0 patch
        applied_patches \
-       | tac \
+       | perl -ne '@a = <>; print reverse @a' \
        | if [ -n "$opt_all" ]
        then
                cat

What sorts of things have you done to make quilt work on solaris?

Dean








reply via email to

[Prev in Thread] Current Thread [Next in Thread]