pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Remove trailing spaces.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d08c1897c1f
branches:  trunk
changeset: 529222:4d08c1897c1f
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon May 28 11:07:00 2007 +0000

description:
Remove trailing spaces.

diffstat:

 mk/compiler/hp.mk                   |  6 +++---
 mk/defaults/options.description     |  4 ++--
 mk/flavor/pkg/depends.mk            |  4 ++--
 mk/flavor/pkg/register-dependencies |  4 ++--
 mk/gnu-config/config.guess          |  2 +-
 mk/scripts/genreadme.awk            |  6 +++---
 mk/scripts/mkreadme                 |  4 ++--
 mk/wrapper/cmd-sink-hpux-ld         |  4 ++--
 mk/wrapper/transform-ccc-cc         |  4 ++--
 9 files changed, 19 insertions(+), 19 deletions(-)

diffs (173 lines):

diff -r a490bd3cc58b -r 4d08c1897c1f mk/compiler/hp.mk
--- a/mk/compiler/hp.mk Mon May 28 08:15:14 2007 +0000
+++ b/mk/compiler/hp.mk Mon May 28 11:07:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: hp.mk,v 1.2 2007/04/17 11:09:28 tnn Exp $
+# $NetBSD: hp.mk,v 1.3 2007/05/28 11:07:00 martti Exp $
 #
 # This is the compiler definition for the HP-UX C/aC++ compilers.
 #
@@ -52,7 +52,7 @@
 
 # _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the
 # ones requested by the package in USE_LANGUAGES.
-# 
+#
 _LANGUAGES.hp=         # empty
 .for _lang_ in ${USE_LANGUAGES}
 _LANGUAGES.hp+=        ${LANGUAGES.hp:M${_lang_}}
@@ -66,7 +66,7 @@
 # Create compiler driver scripts in ${WRKDIR}.
 .for _var_ in ${_HP_VARS}
 .  if !target(${_HP_${_var_}})
-override-tools: ${_HP_${_var_}}        
+override-tools: ${_HP_${_var_}}
 ${_HP_${_var_}}:
        ${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
diff -r a490bd3cc58b -r 4d08c1897c1f mk/defaults/options.description
--- a/mk/defaults/options.description   Mon May 28 08:15:14 2007 +0000
+++ b/mk/defaults/options.description   Mon May 28 11:07:00 2007 +0000
@@ -81,7 +81,7 @@
 elinks-exmode          Enable vi-like command entry.
 elinks-fastmem         Allow direct use of system memory allocation functions.
 elinks-html-highlight  Enable HTML highlighting using DOM engine.
-elinks-root-exec       Allow elinks to run as root. 
+elinks-root-exec       Allow elinks to run as root.
 emacs-xaw3d            Emacs should use Xaw3D for the scrollbar.
 esound                 Enable support for the Enlightment Sound Daemon.
 exim-build-eximon      Also build the X based exim queue monitoring tool.
@@ -94,7 +94,7 @@
 exim-lookup-sqlite     Perform lookups in SQLite database.
 exim-lookup-whoson     Lookup in whoson dynamic IP address.
 exim-old-demime                Use deprecated "demime" condition in the DATA ACL.
-expat                  Use the expat library for XML parsing. 
+expat                  Use the expat library for XML parsing.
 ezmlm-althash          Patch to hash subscriber list case-insensitively.
 faac   
 faad                   Enable AAC decoding support using faad2.
diff -r a490bd3cc58b -r 4d08c1897c1f mk/flavor/pkg/depends.mk
--- a/mk/flavor/pkg/depends.mk  Mon May 28 08:15:14 2007 +0000
+++ b/mk/flavor/pkg/depends.mk  Mon May 28 11:07:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.33 2007/05/25 23:24:35 joerg Exp $
+# $NetBSD: depends.mk,v 1.34 2007/05/28 11:07:00 martti Exp $
 
 # This command prints out the dependency patterns for all full (run-time)
 # dependencies of the package.
@@ -138,6 +138,6 @@
                ${_DEPENDS_INSTALL_CMD};                                \
        done
 
-.PHONY: 
+.PHONY:
 acquire-bootstrap-depends-lock: acquire-lock
 release-bootstrap-depends-lock: release-lock
diff -r a490bd3cc58b -r 4d08c1897c1f mk/flavor/pkg/register-dependencies
--- a/mk/flavor/pkg/register-dependencies       Mon May 28 08:15:14 2007 +0000
+++ b/mk/flavor/pkg/register-dependencies       Mon May 28 11:07:00 2007 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: register-dependencies,v 1.3 2007/05/22 16:17:16 joerg Exp $
+# $NetBSD: register-dependencies,v 1.4 2007/05/28 11:07:00 martti Exp $
 #
 ######################################################################
 #
@@ -12,7 +12,7 @@
 #
 # DESCRIPTION
 #      register-dependencies registers a dependency relationship from
-#      the named package pkgname and the packages passed in via 
+#      the named package pkgname and the packages passed in via
 #      standard input.
 #
 # ENVIRONMENT
diff -r a490bd3cc58b -r 4d08c1897c1f mk/gnu-config/config.guess
--- a/mk/gnu-config/config.guess        Mon May 28 08:15:14 2007 +0000
+++ b/mk/gnu-config/config.guess        Mon May 28 11:07:00 2007 +0000
@@ -793,7 +793,7 @@
        exit ;;
     *:Interix*:[3456]*)
        case ${UNAME_MACHINE} in
-           x86) 
+           x86)
                echo i586-pc-interix${UNAME_RELEASE}
                exit ;;
            EM64T | authenticamd)
diff -r a490bd3cc58b -r 4d08c1897c1f mk/scripts/genreadme.awk
--- a/mk/scripts/genreadme.awk  Mon May 28 08:15:14 2007 +0000
+++ b/mk/scripts/genreadme.awk  Mon May 28 11:07:00 2007 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/awk -f
-# $NetBSD: genreadme.awk,v 1.26 2007/02/18 00:08:36 adrianp Exp $
+# $NetBSD: genreadme.awk,v 1.27 2007/05/28 11:07:00 martti Exp $
 #
 # Copyright (c) 2002, 2003, 2005, 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -278,8 +278,8 @@
                        if ( $0 ~ /^-----BEGIN PGP SIGNATURE-----.*/ ) {
                                break;
                        }
-                       if ( ( $0 !~ /^\#/ ) && 
-                            ( $0 !~ /^Hash:.*/ ) && 
+                       if ( ( $0 !~ /^\#/ ) &&
+                            ( $0 !~ /^Hash:.*/ ) &&
                             ( $0 !~ /^-----BEGIN PGP SIGNED.*/ ) &&
                             ( $0 != "" ) ) {
                                vulpkg[i] = $1;
diff -r a490bd3cc58b -r 4d08c1897c1f mk/scripts/mkreadme
--- a/mk/scripts/mkreadme       Mon May 28 08:15:14 2007 +0000
+++ b/mk/scripts/mkreadme       Mon May 28 11:07:00 2007 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkreadme,v 1.15 2007/02/18 00:08:36 adrianp Exp $
+# $NetBSD: mkreadme,v 1.16 2007/05/28 11:07:00 martti Exp $
 #
 # Script for README.html generation
 #
@@ -302,7 +302,7 @@
     exit 1
 fi
 
-# this needs to happen here as DISTDIR has not been populated until this 
+# this needs to happen here as DISTDIR has not been populated until this
 # stage (see above)
 if [ "x$pv" = "xdefault" ]; then
     PVDIR=$DISTDIR
diff -r a490bd3cc58b -r 4d08c1897c1f mk/wrapper/cmd-sink-hpux-ld
--- a/mk/wrapper/cmd-sink-hpux-ld       Mon May 28 08:15:14 2007 +0000
+++ b/mk/wrapper/cmd-sink-hpux-ld       Mon May 28 11:07:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-hpux-ld,v 1.5 2007/05/06 10:05:38 tnn Exp $
+# $NetBSD: cmd-sink-hpux-ld,v 1.6 2007/05/28 11:07:00 martti Exp $
 
 # Empty out the command buffer and build up the command line in $cmd.
 hprunpath=
@@ -61,7 +61,7 @@
 # the braindead HP-UX ld(1) which needs to relink binaries against libraries
 # in ${PREFIX} to get run paths correct.
 # NB: This is not optimal because it exposes the package to possibly unwanted
-# libraries. (Ideally this should be done only in the installation phase.)   
+# libraries. (Ideally this should be done only in the installation phase.)
 ##############################################################################
        for dir in $hprunpathdirs
        do
diff -r a490bd3cc58b -r 4d08c1897c1f mk/wrapper/transform-ccc-cc
--- a/mk/wrapper/transform-ccc-cc       Mon May 28 08:15:14 2007 +0000
+++ b/mk/wrapper/transform-ccc-cc       Mon May 28 11:07:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-ccc-cc,v 1.5 2007/04/28 21:32:30 tnn Exp $
+# $NetBSD: transform-ccc-cc,v 1.6 2007/05/28 11:07:01 martti Exp $
 #
 
 transform_setname "transform-ccc-cc"
@@ -10,7 +10,7 @@
 -[DILlU]?*     |\
 -O[01]         ) transform_pass ;;
 
-# -g3 is required if debugging is wanted while optimizing with -O2. 
+# -g3 is required if debugging is wanted while optimizing with -O2.
 -g             ) transform_to "-g3" ;;
 
 # Directories for the runtime library search path are passed via



Home | Main Index | Thread Index | Old Index