pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Indent.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/830bc85672a1
branches:  trunk
changeset: 470933:830bc85672a1
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Mar 13 03:41:13 2004 +0000

description:
Indent.

diffstat:

 mk/buildlink3/gen-transform.sh            |  10 +++++-----
 mk/buildlink3/libtool-fix-la              |   4 ++--
 mk/buildlink3/libtool.sh                  |  10 +++++-----
 mk/buildlink3/mipspro-ucode-cc-post-logic |  12 ++++++------
 mk/buildlink3/quotearg                    |  16 ++++++++--------
 5 files changed, 26 insertions(+), 26 deletions(-)

diffs (126 lines):

diff -r eba908abd965 -r 830bc85672a1 mk/buildlink3/gen-transform.sh
--- a/mk/buildlink3/gen-transform.sh    Sat Mar 13 03:33:31 2004 +0000
+++ b/mk/buildlink3/gen-transform.sh    Sat Mar 13 03:41:13 2004 +0000
@@ -1,6 +1,6 @@
 #!@BUILDLINK_SHELL@
 #
-# $NetBSD: gen-transform.sh,v 1.25 2004/03/12 15:45:43 jlam Exp $
+# $NetBSD: gen-transform.sh,v 1.26 2004/03/13 03:41:13 uebayasi Exp $
 
 transform="@_BLNK_TRANSFORM_SEDFILE@"
 untransform="@_BLNK_UNTRANSFORM_SEDFILE@"
@@ -342,10 +342,10 @@
 # This section suppress duplicate libraries in sequence.
 _libs=
 for l in \$libs; do
-        case "\${_libs}" in
-        \$l|*" "\$l) ;;
-        *) _libs="\${_libs} \$l" ;;
-        esac
+       case "\${_libs}" in
+       \$l|*" "\$l) ;;
+       *) _libs="\${_libs} \$l" ;;
+       esac
 done
 _libs="\${_libs# }"
 _libs="\${_libs% }"
diff -r eba908abd965 -r 830bc85672a1 mk/buildlink3/libtool-fix-la
--- a/mk/buildlink3/libtool-fix-la      Sat Mar 13 03:33:31 2004 +0000
+++ b/mk/buildlink3/libtool-fix-la      Sat Mar 13 03:41:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: libtool-fix-la,v 1.2 2003/09/02 06:59:57 jlam Exp $
+# $NetBSD: libtool-fix-la,v 1.3 2004/03/13 03:41:13 uebayasi Exp $
 #
 # For *.la files, in the "relink_command" line, we make the following
 # replacements:
@@ -123,7 +123,7 @@
                        fi
                        relink="${relink} $i"
                        ;;
-                # Everything else Just Belongs in the relink_command line.
+               # Everything else Just Belongs in the relink_command line.
                *)
                        relink="${relink} $i"
                        ;;
diff -r eba908abd965 -r 830bc85672a1 mk/buildlink3/libtool.sh
--- a/mk/buildlink3/libtool.sh  Sat Mar 13 03:33:31 2004 +0000
+++ b/mk/buildlink3/libtool.sh  Sat Mar 13 03:41:13 2004 +0000
@@ -1,6 +1,6 @@
 #!@BUILDLINK_SHELL@
 #
-# $NetBSD: libtool.sh,v 1.15 2004/02/12 20:29:34 jlam Exp $
+# $NetBSD: libtool.sh,v 1.16 2004/03/13 03:41:13 uebayasi Exp $
 
 Xsed='@SED@ -e 1s/^X//'
 sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
@@ -107,10 +107,10 @@
        # for package creation.
        #
        while $test $# -gt 0; do
-               arg="$1"; shift
-               . $quotearg
-               arg="$qarg"
-               cmd="$cmd $arg"
+               arg="$1"; shift
+               . $quotearg
+               arg="$qarg"
+               cmd="$cmd $arg"
        done    
        ;;
 *)
diff -r eba908abd965 -r 830bc85672a1 mk/buildlink3/mipspro-ucode-cc-post-logic
--- a/mk/buildlink3/mipspro-ucode-cc-post-logic Sat Mar 13 03:33:31 2004 +0000
+++ b/mk/buildlink3/mipspro-ucode-cc-post-logic Sat Mar 13 03:41:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mipspro-ucode-cc-post-logic,v 1.1 2004/02/18 11:18:42 jlam Exp $
+# $NetBSD: mipspro-ucode-cc-post-logic,v 1.2 2004/03/13 03:41:13 uebayasi Exp $
 #
 # Silently accept some GCC compiler arguments by silently converting
 # them to the MIPSpro compiler equivalents.  This makes the MIPSpro
@@ -33,9 +33,9 @@
        addtoprivatecache=yes
        ;;
 -f[Pp][Ii][Cc])
-        # The MIPSpro compiler uses -KPIC to create position independent code.
-        #
-        arg=-KPIC
-        addtoprivatecache=yes
-        ;;
+       # The MIPSpro compiler uses -KPIC to create position independent code.
+       #
+       arg=-KPIC
+       addtoprivatecache=yes
+       ;;
 esac
diff -r eba908abd965 -r 830bc85672a1 mk/buildlink3/quotearg
--- a/mk/buildlink3/quotearg    Sat Mar 13 03:33:31 2004 +0000
+++ b/mk/buildlink3/quotearg    Sat Mar 13 03:41:13 2004 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: quotearg,v 1.1 2003/10/03 19:39:19 jlam Exp $
+# $NetBSD: quotearg,v 1.2 2004/03/13 03:41:13 uebayasi Exp $
 #
 # Returns $qarg, which contains a correctly-quoted $arg.  Also sets
 # $quotedarg to "yes" if the $arg needed to be quoted.
 #
 case $arg in
 *[\`\"\$\\]*)
-        qarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
+       qarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
        quotedarg=yes
-        ;;
+       ;;
 *)
-        qarg="$arg"
-        ;;
+       qarg="$arg"
+       ;;
 esac
 case $qarg in
-        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \  ]*|*]*|"")
-        qarg="\"$qarg\""
+*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \  ]*|*]*|"")
+       qarg="\"$qarg\""
        quotedarg=yes
-        ;;
+       ;;
 esac



Home | Main Index | Thread Index | Old Index