pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc whitespace nits



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30db290ced09
branches:  trunk
changeset: 474929:30db290ced09
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Fri May 07 15:25:13 2004 +0000

description:
whitespace nits

diffstat:

 audio/muse/Makefile                    |  4 ++--
 benchmarks/lmbench/Makefile            |  4 ++--
 databases/postgresql74-client/Makefile |  4 ++--
 emulators/suse_base/Makefile           |  4 ++--
 fonts/ghostscript-fonts/Makefile       |  4 ++--
 games/powermanga/Makefile              |  4 ++--
 games/quake3server-excessive/Makefile  |  4 ++--
 games/quake3server-ra3/Makefile        |  4 ++--
 games/quake3server-ut/Makefile         |  4 ++--
 lang/gcc3/Makefile.common              |  4 ++--
 meta-pkgs/XFree86/Makefile.common      |  4 ++--
 misc/figlet/Makefile                   |  4 ++--
 misc/openoffice/Makefile               |  4 ++--
 security/gnupg/Makefile                |  4 ++--
 www/lynx/Makefile                      |  4 ++--
 x11/XFree86-libs/Makefile              |  4 ++--
 x11/XFree86-server/Makefile            |  4 ++--
 x11/qt3-libs/buildlink3.mk             |  4 ++--
 18 files changed, 36 insertions(+), 36 deletions(-)

diffs (truncated from 319 to 300 lines):

diff -r dd4e20ae7eec -r 30db290ced09 audio/muse/Makefile
--- a/audio/muse/Makefile       Fri May 07 14:08:13 2004 +0000
+++ b/audio/muse/Makefile       Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/05/07 01:14:46 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/07 15:25:13 cjep Exp $
 #
 
 DISTNAME=      MuSE-0.9
@@ -6,7 +6,7 @@
 CATEGORIES=    audio
 MASTER_SITES=  ftp://ftp.dyne.org/muse/releases/ \
                http://www.ljudmila.org/~jaromil/muse/releases/ \
-               ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ 
+               ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://muse.dyne.org/
diff -r dd4e20ae7eec -r 30db290ced09 benchmarks/lmbench/Makefile
--- a/benchmarks/lmbench/Makefile       Fri May 07 14:08:13 2004 +0000
+++ b/benchmarks/lmbench/Makefile       Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/11 03:42:21 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=              lmbench-2alpha11
 PKGNAME=               lmbench-2.11a
@@ -36,7 +36,7 @@
        @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} \
                INSTALL_PROGRAM=${INSTALL} ${FILESDIR}/do-install
 
-.include "../../mk/bsd.prefs.mk" 
+.include "../../mk/bsd.prefs.mk"
 benchmark:
        if [ ! -f ${PREFIX}/bin/lmbench/hello ]; then \
                @${ECHO} "*** This benchmark must be installed to run" ; \
diff -r dd4e20ae7eec -r 30db290ced09 databases/postgresql74-client/Makefile
--- a/databases/postgresql74-client/Makefile    Fri May 07 14:08:13 2004 +0000
+++ b/databases/postgresql74-client/Makefile    Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/20 22:37:22 recht Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/07 15:25:13 cjep Exp $
 
 PKGNAME=               postgresql-client-${BASE_VERS}
 PKGREVISION=           1
@@ -18,7 +18,7 @@
        ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC}/src/backend && \
        ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \
                ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h
-       
+
 post-install:
        ${EGREP} -v "^#" ${FILESDIR}/man.exclude > ${WRKDIR}/man_tar_exclude
        ${TAR} -zxm -C ${PREFIX}/man -X ${WRKDIR}/man_tar_exclude       \
diff -r dd4e20ae7eec -r 30db290ced09 emulators/suse_base/Makefile
--- a/emulators/suse_base/Makefile      Fri May 07 14:08:13 2004 +0000
+++ b/emulators/suse_base/Makefile      Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2004/04/19 00:28:59 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=              suse_base-${SUSE_VERSION}
 PKGREVISION=           5
@@ -39,7 +39,7 @@
 
 LINUX_LDD=             ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd
 
-.include "../../mk/bsd.prefs.mk" 
+.include "../../mk/bsd.prefs.mk"
 
 do-build:
        @for FILE in ${PKGDIR}/PLIST ${FILESDIR}/*.sh; do \
diff -r dd4e20ae7eec -r 30db290ced09 fonts/ghostscript-fonts/Makefile
--- a/fonts/ghostscript-fonts/Makefile  Fri May 07 14:08:13 2004 +0000
+++ b/fonts/ghostscript-fonts/Makefile  Fri May 07 15:25:13 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/05/01 16:58:46 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=              ghostscript-fonts-6.0
 CATEGORIES=            fonts
 MASTER_SITES+=         ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \
-                       ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ 
+                       ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/
 DISTFILES=             ${GS_FONTS_STD} ${GS_FONTS_OTHER}
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
diff -r dd4e20ae7eec -r 30db290ced09 games/powermanga/Makefile
--- a/games/powermanga/Makefile Fri May 07 14:08:13 2004 +0000
+++ b/games/powermanga/Makefile Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/05/07 01:14:48 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/07 15:25:13 cjep Exp $
 #
 
 DISTNAME=      powermanga
@@ -8,7 +8,7 @@
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://www.tlk.fr/lesjeux/
-COMMENT=       Arcade 2D shoot-em-up game      
+COMMENT=       Arcade 2D shoot-em-up game
 
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
diff -r dd4e20ae7eec -r 30db290ced09 games/quake3server-excessive/Makefile
--- a/games/quake3server-excessive/Makefile     Fri May 07 14:08:13 2004 +0000
+++ b/games/quake3server-excessive/Makefile     Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=      excessive_q3_server_003
 PKGNAME=       quake3server-excessive-003
@@ -21,5 +21,5 @@
 do-install:
        ${INSTALL_DATA_DIR} ${Q3MODDIR}
        cd ${WRKSRC}/excessive && ${PAX} -rwppm . ${Q3MODDIR}
-       
+
 .include "../../mk/bsd.pkg.mk"
diff -r dd4e20ae7eec -r 30db290ced09 games/quake3server-ra3/Makefile
--- a/games/quake3server-ra3/Makefile   Fri May 07 14:08:13 2004 +0000
+++ b/games/quake3server-ra3/Makefile   Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/22 09:08:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=      ra3-1.65
 PKGNAME=       quake3server-ra3-1.65
@@ -26,7 +26,7 @@
 .for datafile in *.pk3 qagame* *.cfg
        ${INSTALL_DATA} ${WRKSRC}/${datafile} ${Q3MODDIR}
 .endfor
-       
+
 .for docfile in readme.txt readsrv.txt
        ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCDIR}
 .endfor
diff -r dd4e20ae7eec -r 30db290ced09 games/quake3server-ut/Makefile
--- a/games/quake3server-ut/Makefile    Fri May 07 14:08:13 2004 +0000
+++ b/games/quake3server-ut/Makefile    Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/22 13:50:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=      urbanterror3
 PKGNAME=       quake3server-ut-3.0
@@ -31,7 +31,7 @@
        ${INSTALL_DATA_DIR} ${DOCDIR}
 
        ${INSTALL_DATA} ${WRKSRC}/zq3ut3.pk3 ${Q3MODDIR}
-       
+
        for docfile in readme.txt overview.txt radio\ commands.txt; do \
                ${INSTALL_DATA} "${WRKSRC}/$${docfile}" ${DOCDIR}; \
        done
diff -r dd4e20ae7eec -r 30db290ced09 lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Fri May 07 14:08:13 2004 +0000
+++ b/lang/gcc3/Makefile.common Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/04/24 22:10:14 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/05/07 15:25:13 cjep Exp $
 
 GCC_VERSION=   3.3.3
 DISTNAME=      gcc-${GCC_VERSION}
@@ -45,7 +45,7 @@
 
 # These come from $WRKSRC/Makefile.in
 ALL_GCC=       all-gcc
-ALL_GCC_C=     $$(ALL_GCC) all-target-newlib all-target-libgloss  
+ALL_GCC_C=     $$(ALL_GCC) all-target-newlib all-target-libgloss
 ALL_GCC_CXX=   $$(ALL_GCC_C) all-target-libstdc++-v3
 
 # Support threads and building of crt*.o on post-1.6 -current.
diff -r dd4e20ae7eec -r 30db290ced09 meta-pkgs/XFree86/Makefile.common
--- a/meta-pkgs/XFree86/Makefile.common Fri May 07 14:08:13 2004 +0000
+++ b/meta-pkgs/XFree86/Makefile.common Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/04/27 21:49:57 reed Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/05/07 15:25:13 cjep Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -56,7 +56,7 @@
 
 LIBXTHRSTUB=
 XTHRSTUB_MINOR=
-SHARED_LIB_MINOR=   
+SHARED_LIB_MINOR=
 STATIC_LIB=            '@comment '
 XF86RUSH=
 I810XVMC=
diff -r dd4e20ae7eec -r 30db290ced09 misc/figlet/Makefile
--- a/misc/figlet/Makefile      Fri May 07 14:08:13 2004 +0000
+++ b/misc/figlet/Makefile      Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/05/02 09:57:19 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2004/05/07 15:25:13 cjep Exp $
 # FreeBSD Id: Makefile,v 1.6 1997/06/29 09:56:32 obrien Exp
 #
 
@@ -14,7 +14,7 @@
 
 PKG_INSTALLATION_TYPES= overwrite pkgviews
 
-pre-install:   
+pre-install:
                ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
                ${INSTALL_MAN_DIR} ${PREFIX}/man/man6
 
diff -r dd4e20ae7eec -r 30db290ced09 misc/openoffice/Makefile
--- a/misc/openoffice/Makefile  Fri May 07 14:08:13 2004 +0000
+++ b/misc/openoffice/Makefile  Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2004/05/03 20:56:35 mrauch Exp $
+# $NetBSD: Makefile,v 1.47 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=              openoffice-1.1.1
 CATEGORIES=            misc
@@ -23,7 +23,7 @@
 DISTFILES+=            ooo_addons_111.tar.bz2
 SITES_gpc231.tar.Z=    ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
 SITES_ooo_addons_111.tar.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\
-                       ftp://ftp.NetBSD.org/pub/NetBSD/misc/mrauch/ 
+                       ftp://ftp.NetBSD.org/pub/NetBSD/misc/mrauch/
 
 MAINTAINER=            mrauch%NetBSD.org@localhost
 HOMEPAGE=              http://www.openoffice.org/
diff -r dd4e20ae7eec -r 30db290ced09 security/gnupg/Makefile
--- a/security/gnupg/Makefile   Fri May 07 14:08:13 2004 +0000
+++ b/security/gnupg/Makefile   Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2004/04/09 00:36:06 reed Exp $
+# $NetBSD: Makefile,v 1.66 2004/05/07 15:25:13 cjep Exp $
 
 DISTNAME=      gnupg-1.2.4
 PKGREVISION=   1
@@ -40,7 +40,7 @@
 MACHINE_GNU_ARCH=      i586
 .endif
 
-.if defined(M68060) && ${M68060} == YES 
+.if defined(M68060) && ${M68060} == YES
 # be more efficient on M68060 machines
 CONFIGURE_ENV+=                M68060=${M68060}
 CFLAGS+=                       -m68060
diff -r dd4e20ae7eec -r 30db290ced09 www/lynx/Makefile
--- a/www/lynx/Makefile Fri May 07 14:08:13 2004 +0000
+++ b/www/lynx/Makefile Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2004/05/06 19:19:40 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2004/05/07 15:25:14 cjep Exp $
 #
 
 DISTNAME=      lynx2.8.5
@@ -114,7 +114,7 @@
 
 post-install:
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/lynx
-       # gets created when applying 2.8.5.2 patch -- remove on 
+       # gets created when applying 2.8.5.2 patch -- remove on
        # patchless update
        ${RM} ${PREFIX}/share/lynx/lynx_doc/CHANGES.orig_dist
 
diff -r dd4e20ae7eec -r 30db290ced09 x11/XFree86-libs/Makefile
--- a/x11/XFree86-libs/Makefile Fri May 07 14:08:13 2004 +0000
+++ b/x11/XFree86-libs/Makefile Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/28 01:34:47 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/07 15:25:14 cjep Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               XFree86-libs-${XF_VER}
@@ -27,7 +27,7 @@
 .endif
 
 USE_BUILDLINK3=                        yes
-BUILDLINK_PASSTHRU_DIRS+=      ${X11ROOT}/lib 
+BUILDLINK_PASSTHRU_DIRS+=      ${X11ROOT}/lib
 
 XBUILD_DIRS=           lib nls programs/Xserver/include \
                        programs/Xserver/hw/xfree86/parser
diff -r dd4e20ae7eec -r 30db290ced09 x11/XFree86-server/Makefile
--- a/x11/XFree86-server/Makefile       Fri May 07 14:08:13 2004 +0000
+++ b/x11/XFree86-server/Makefile       Fri May 07 15:25:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/29 00:30:17 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/07 15:25:14 cjep Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               XFree86-server-${XF_VER}
@@ -19,7 +19,7 @@
 
 XBUILD_DIRS=           lib/font lib/lbxutil lib/Xdmcp lib/Xau \
                        programs/Xserver
-XINCLUDE_DIRS=         lib/xkbfile lib/xtrans 
+XINCLUDE_DIRS=         lib/xkbfile lib/xtrans
 XINSTALL_DIRS=         lib/font/FreeType lib/font/X-TrueType \
                        lib/font/Speedo lib/font/Type1 \



Home | Main Index | Thread Index | Old Index