pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk more whitespace fixes
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c7e80eadde9
branches: trunk
changeset: 462929:9c7e80eadde9
user: grant <grant%pkgsrc.org@localhost>
date: Sun Oct 19 07:38:31 2003 +0000
description:
more whitespace fixes
diffstat:
mk/defs.IRIX.mk | 12 ++++++------
mk/defs.NetBSD.mk | 6 +++---
mk/defs.SunOS.mk | 6 +++---
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (91 lines):
diff -r 391d81289e57 -r 9c7e80eadde9 mk/defs.IRIX.mk
--- a/mk/defs.IRIX.mk Sun Oct 19 07:16:33 2003 +0000
+++ b/mk/defs.IRIX.mk Sun Oct 19 07:38:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.36 2003/10/13 00:23:49 jschauma Exp $
+# $NetBSD: defs.IRIX.mk,v 1.37 2003/10/19 07:38:31 grant Exp $
#
# Variable definitions for the IRIX operating system.
@@ -126,14 +126,14 @@
_OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
-_OPSYS_LIBTOOL_REQD= 1.4.20010614nb14 # base version of libtool required
+_OPSYS_LIBTOOL_REQD= 1.4.20010614nb14 # base version of libtool required
_OPSYS_NEEDS_XPKGWEDGE= yes # xpkgwedge is required for X11
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker
.if defined(_OPSYS_GPATCH_REQD) && ${_OPSYS_GPATCH_REQD} == "YES"
-_PATCH_CAN_BACKUP= yes # patch(1) can make backups
-_PATCH_BACKUP_ARG= -b -V simple -z # switch to patch(1) for backup suffix
+_PATCH_CAN_BACKUP= yes # patch(1) can make backups
+_PATCH_BACKUP_ARG= -b -V simple -z # switch to patch(1) for backup suffix
.else
_PATCH_CAN_BACKUP= no # native patch(1) can make backups
.endif
@@ -151,14 +151,14 @@
# IRIX has /usr/include/iconv.h, but it's not GNU iconv, so mark it
# incompatible.
-_INCOMPAT_ICONV= IRIX-*-*
+_INCOMPAT_ICONV= IRIX-*-*
.if !defined(DEBUG_FLAGS)
_STRIPFLAG_CC?= -s # cc(1) option to strip
_STRIPFLAG_INSTALL?= -s # install(1) option to strip
.endif
-LOCALBASE?= ${DESTDIR}/usr/pkg
+LOCALBASE?= ${DESTDIR}/usr/pkg
.if exists(${LOCALBASE}/sbin/pkg_info)
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
.endif
diff -r 391d81289e57 -r 9c7e80eadde9 mk/defs.NetBSD.mk
--- a/mk/defs.NetBSD.mk Sun Oct 19 07:16:33 2003 +0000
+++ b/mk/defs.NetBSD.mk Sun Oct 19 07:38:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.NetBSD.mk,v 1.54 2003/09/23 07:26:23 grant Exp $
+# $NetBSD: defs.NetBSD.mk,v 1.55 2003/10/19 07:38:31 grant Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -182,8 +182,8 @@
. if ${MACHINE_PLATFORM:MNetBSD-${__tmp__}-alpha} != ""
CFLAGS+= -mieee
FFLAGS+= -mieee
-. endif # MACHINE_PLATFORM
-.endfor # __tmp__
+. endif # MACHINE_PLATFORM
+.endfor # __tmp__
# check for kqueue(2) support, added in NetBSD-1.6J
.if exists(/usr/include/sys/event.h)
diff -r 391d81289e57 -r 9c7e80eadde9 mk/defs.SunOS.mk
--- a/mk/defs.SunOS.mk Sun Oct 19 07:16:33 2003 +0000
+++ b/mk/defs.SunOS.mk Sun Oct 19 07:38:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.71 2003/10/11 05:09:39 grant Exp $
+# $NetBSD: defs.SunOS.mk,v 1.72 2003/10/19 07:38:31 grant Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -142,7 +142,7 @@
# Solaris has /usr/include/iconv.h, but it's not GNU iconv, so mark it
# incompatible.
-_INCOMPAT_ICONV= SunOS-*-*
+_INCOMPAT_ICONV= SunOS-*-*
.if !defined(DEBUG_FLAGS)
_STRIPFLAG_CC?= -s # cc(1) option to strip
@@ -161,7 +161,7 @@
@false
.endif
-LOCALBASE?= ${DESTDIR}/usr/pkg
+LOCALBASE?= ${DESTDIR}/usr/pkg
.if !defined(ZOULARISBASE)
. if exists(${LOCALBASE}/bsd)
ZOULARISBASE:= ${LOCALBASE}/bsd
Home |
Main Index |
Thread Index |
Old Index