[csw-devel] SF.net SVN: gar:[7472] csw/mgar/pkg/colormake/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Nov 27 04:00:03 CET 2009


Revision: 7472
          http://gar.svn.sourceforge.net/gar/?rev=7472&view=rev
Author:   bdwalton
Date:     2009-11-27 03:00:03 +0000 (Fri, 27 Nov 2009)

Log Message:
-----------
colormake: update patch to clean it up (some, still nasty)

Modified Paths:
--------------
    csw/mgar/pkg/colormake/trunk/checksums
    csw/mgar/pkg/colormake/trunk/files/0001-Update-Paths-and-Binary-Tool-Names-for-CSW.patch

Modified: csw/mgar/pkg/colormake/trunk/checksums
===================================================================
--- csw/mgar/pkg/colormake/trunk/checksums	2009-11-27 02:41:14 UTC (rev 7471)
+++ csw/mgar/pkg/colormake/trunk/checksums	2009-11-27 03:00:03 UTC (rev 7472)
@@ -1,2 +1,2 @@
-80ba07d18bc3c409a2744e210b8f7ad7  0001-Update-Paths-and-Binary-Tool-Names-for-CSW.patch
+db4549af77dc9f9583a3fd8b5ede602b  0001-Update-Paths-and-Binary-Tool-Names-for-CSW.patch
 1029dae70e7a23cff0f6a11f3ceffbe1  colormake-0.2.tar.gz

Modified: csw/mgar/pkg/colormake/trunk/files/0001-Update-Paths-and-Binary-Tool-Names-for-CSW.patch
===================================================================
--- csw/mgar/pkg/colormake/trunk/files/0001-Update-Paths-and-Binary-Tool-Names-for-CSW.patch	2009-11-27 02:41:14 UTC (rev 7471)
+++ csw/mgar/pkg/colormake/trunk/files/0001-Update-Paths-and-Binary-Tool-Names-for-CSW.patch	2009-11-27 03:00:03 UTC (rev 7472)
@@ -1,4 +1,4 @@
-From df457b512ae24c966ac200c3910cf86e2599d8d8 Mon Sep 17 00:00:00 2001
+From d228a89afe97da43e3f03cd9c29509497b06336f Mon Sep 17 00:00:00 2001
 From: Ben Walton <bwalton at opencsw.org>
 Date: Fri, 27 Nov 2009 03:22:18 +0100
 Subject: [PATCH] Update Paths and Binary Tool Names for CSW
@@ -8,37 +8,44 @@
 make -> gmake
 stty -> gstty
 
+misc scripting cleanups.
+
 Signed-off-by: Ben Walton <bwalton at opencsw.org>
 ---
- clmake       |    4 +++-
- cmake        |    4 +++-
+ clmake       |    6 +++++-
+ cmake        |    7 ++++++-
  colormake.pl |    2 +-
- 3 files changed, 7 insertions(+), 3 deletions(-)
+ 3 files changed, 12 insertions(+), 3 deletions(-)
 
 diff --git a/clmake b/clmake
-index c091e23..de484ea 100755
+index c091e23..18c8758 100755
 --- a/clmake
 +++ b/clmake
-@@ -4,4 +4,6 @@
+@@ -4,4 +4,8 @@
  # Jumps to the first gcc error that occurs during the build process.
  #
  
 -make $* 2>&1 | colormake.pl `stty size` | less -r -pError
 +export PATH=/opt/csw/bin:$PATH
 +
-+gmake $* 2>&1 | colormake.pl `gstty size` | less -r -pError
++size=$(gstty size)
++
++gmake $* 2>&1 | colormake.pl $size | less -r -pError
 diff --git a/cmake b/cmake
-index 303e91e..4f2eabd 100755
+index 303e91e..6d3a674 100755
 --- a/cmake
 +++ b/cmake
-@@ -4,4 +4,6 @@
+@@ -4,4 +4,9 @@
  # Jumps to the first gcc error that occurs during the build process.
  #
  
 -make $* 2>&1 | colormake.pl `stty size`
 +export PATH=/opt/csw/bin:$PATH
 +
-+gmake $* 2>&1 | colormake.pl `gstty size`
++size=$(gstty size)
++
++gmake $* 2>&1 | colormake.pl $size
++
 diff --git a/colormake.pl b/colormake.pl
 index 1d9edb2..7d7b7d2 100755
 --- a/colormake.pl


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list