pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc whitespace fixes
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3779bacc3fc
branches: trunk
changeset: 466668:d3779bacc3fc
user: grant <grant%pkgsrc.org@localhost>
date: Thu Jan 22 08:47:32 2004 +0000
description:
whitespace fixes
diffstat:
chat/ircd-hybrid/Makefile | 14 +++++++-------
devel/libgtop/Makefile | 14 +++++++-------
devel/libgtop2/Makefile | 15 ++++++++-------
devel/p4/Makefile.common | 46 +++++++++++++++++++++++-----------------------
4 files changed, 45 insertions(+), 44 deletions(-)
diffs (179 lines):
diff -r 64b892f3439e -r d3779bacc3fc chat/ircd-hybrid/Makefile
--- a/chat/ircd-hybrid/Makefile Thu Jan 22 08:46:43 2004 +0000
+++ b/chat/ircd-hybrid/Makefile Thu Jan 22 08:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/09/01 10:13:09 cjep Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 08:47:32 grant Exp $
#
DISTNAME= ircd-hybrid-6.2
@@ -42,15 +42,15 @@
IRCD_HYBRID_USERS_PREALLOCATE IRCD_HYBRID_NICKNAMEHISTORYLENGTH \
IRCD_HYBRID_MAXSENDQLENGTH IRCD_HYBRID_INITIAL_DBUFS \
IRCD_HYBRID_HARD_FDLIMIT_ IRCD_HYBRID_INIT_MAXCLIENTS
-. ifdef ${def}
+. ifdef ${def}
_DEFS+= -D${def:S|^IRCD_HYBRID_||}=${${def}}
-. endif
+. endif
.endfor
.for def in \
IRCD_HYBRID_NETWORK_NAME IRCD_HYBRID_NETWORK_DESC
-. ifdef ${def}
+. ifdef ${def}
_DEFS+= -D${def:S|^IRCD_HYBRID_||}=\"${${def}:Q}\"
-. endif
+. endif
.endfor
.for def in \
IRCD_HYBRID_DPATH IRCD_HYBRID_SPATH \
@@ -84,9 +84,9 @@
IRCD_HYBRID_NETWORK_NAME IRCD_HYBRID_NETWORK_DESC \
IRCD_HYBRID_FNAME_OPERLOG IRCD_HYBRID_PPATH \
IRCD_HYBRID_IRC_USER IRCD_HYBRID_IRC_GROUP
-. ifdef ${def}
+. ifdef ${def}
BUILD_DEFS+= ${def}
-. endif
+. endif
.endfor
.ifdef ${IRCD_HYBRID_USE_SYSLOG} == "YES"
BUILD_DEFS+= IRCD_HYBRID_USE_SYSLOG
diff -r 64b892f3439e -r d3779bacc3fc devel/libgtop/Makefile
--- a/devel/libgtop/Makefile Thu Jan 22 08:46:43 2004 +0000
+++ b/devel/libgtop/Makefile Thu Jan 22 08:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.77 2004/01/22 08:48:49 grant Exp $
DISTNAME= libgtop-1.0.13
PKGREVISION= 4
@@ -18,16 +18,16 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == NetBSD
-. if (${MACHINE_ARCH} != alpha) && \
- (${MACHINE_ARCH} != arm) && (${MACHINE_ARCH} != arm32) && \
- (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \
- (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \
- (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64)
+. if (${MACHINE_ARCH} != alpha) && \
+ (${MACHINE_ARCH} != arm) && (${MACHINE_ARCH} != arm32) && \
+ (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \
+ (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \
+ (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64)
PKG_FAIL_REASON= "${PKGNAME} has not yet been ported to ${MACHINE_ARCH}."
PKG_FAIL_REASON+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h"
PKG_FAIL_REASON+= "and update patches/patch-al appropriately."
PKG_FAIL_REASON+= "(More information can be found in libgtop.info.)"
-. endif
+. endif
.endif
USE_PERL5= build
diff -r 64b892f3439e -r d3779bacc3fc devel/libgtop2/Makefile
--- a/devel/libgtop2/Makefile Thu Jan 22 08:46:43 2004 +0000
+++ b/devel/libgtop2/Makefile Thu Jan 22 08:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/22 08:49:26 grant Exp $
DISTNAME= libgtop-2.0.7
PKGNAME= ${DISTNAME:S/-/2-/}
@@ -16,17 +16,18 @@
OSVERSION_SPECIFIC= YES
.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} == NetBSD
-. if (${MACHINE_ARCH} != alpha) && \
- (${MACHINE_ARCH} != arm) && (${MACHINE_ARCH} != arm32) && \
- (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \
- (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \
- (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64)
+. if (${MACHINE_ARCH} != alpha) && \
+ (${MACHINE_ARCH} != arm) && (${MACHINE_ARCH} != arm32) && \
+ (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \
+ (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \
+ (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64)
PKG_FAIL_REASON= "${PKGNAME} has not yet been ported to ${MACHINE_ARCH}."
PKG_FAIL_REASON+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h"
PKG_FAIL_REASON+= "and update patches/patch-al appropriately."
PKG_FAIL_REASON+= "(More information can be found in libgtop.info.)"
-. endif
+. endif
.endif
USE_PERL5= build
diff -r 64b892f3439e -r d3779bacc3fc devel/p4/Makefile.common
--- a/devel/p4/Makefile.common Thu Jan 22 08:46:43 2004 +0000
+++ b/devel/p4/Makefile.common Thu Jan 22 08:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/20 12:13:29 agc Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/22 08:51:15 grant Exp $
#
P4_VERS= 2002.1
@@ -24,40 +24,40 @@
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-. if ${MACHINE_ARCH} == "powerpc"
+.if ${OPSYS} == "Darwin"
+. if ${MACHINE_ARCH} == "powerpc"
P4ARCH?= darwinppc
-. endif
-.elif ${OPSYS} == "Linux"
-. if ${MACHINE_ARCH} == "arm"
+. endif
+.elif ${OPSYS} == "Linux"
+. if ${MACHINE_ARCH} == "arm"
P4ARCH?= linuxarm
-. elif ${MACHINE_ARCH} == "i386"
+. elif ${MACHINE_ARCH} == "i386"
P4ARCH?= linux24x86
-. elif ${MACHINE_ARCH} == "powerpc"
+. elif ${MACHINE_ARCH} == "powerpc"
P4ARCH?= linuxppc
-. elif ${MACHINE_ARCH} == "sparc"
+. elif ${MACHINE_ARCH} == "sparc"
P4ARCH?= linux52sparc
-. endif
-.elif ${OPSYS} == "NetBSD"
-. if ${MACHINE_ARCH} == "alpha"
+. endif
+.elif ${OPSYS} == "NetBSD"
+. if ${MACHINE_ARCH} == "alpha"
P4ARCH?= netbsdaxp
-. elif ${MACHINE_ARCH} == "i386"
-. if ${DISTNAME} == "p4web"
+. elif ${MACHINE_ARCH} == "i386"
+. if ${DISTNAME} == "p4web"
P4ARCH?= freebsd22 # XXX COMPAT_FREEBSD
-. else
+. else
P4ARCH?= netbsdx86
-. endif
-. elif ${MACHINE_ARCH} == "powerpc"
+. endif
+. elif ${MACHINE_ARCH} == "powerpc"
P4ARCH?= linuxppc # XXX COMPAT_LINUX
-. elif ${MACHINE_ARCH} == "sparc"
+. elif ${MACHINE_ARCH} == "sparc"
P4ARCH?= sunos # XXX COMPAT_SUNOS
-. endif
-.elif ${OPSYS} == "SunOS"
-. if ${MACHINE_ARCH} == "i386"
+. endif
+.elif ${OPSYS} == "SunOS"
+. if ${MACHINE_ARCH} == "i386"
P4ARCH?= solaris26x86
-. elif ${MACHINE_ARCH} == "sparc"
+. elif ${MACHINE_ARCH} == "sparc"
P4ARCH?= solaris26
-. endif
+. endif
.endif
.if !defined(P4ARCH)
Home |
Main Index |
Thread Index |
Old Index