From owner-svn-ports-head@FreeBSD.ORG Wed Jun 18 07:28:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A573475; Wed, 18 Jun 2014 07:28:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77A3220BE; Wed, 18 Jun 2014 07:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5I7SitW088856; Wed, 18 Jun 2014 07:28:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5I7SicY088855; Wed, 18 Jun 2014 07:28:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406180728.s5I7SicY088855@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Jun 2014 07:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358219 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 07:28:44 -0000 Author: bapt Date: Wed Jun 18 07:28:44 2014 New Revision: 358219 URL: http://svnweb.freebsd.org/changeset/ports/358219 QAT: https://qat.redports.org/buildarchive/r358219/ Log: tabspace: 8 Modified: head/Mk/bsd.commands.mk Modified: head/Mk/bsd.commands.mk ============================================================================== --- head/Mk/bsd.commands.mk Wed Jun 18 07:26:25 2014 (r358218) +++ head/Mk/bsd.commands.mk Wed Jun 18 07:28:44 2014 (r358219) @@ -1,6 +1,3 @@ -#-*- tab-width: 4; -*- -# ex:ts=4 -# # bsd.commands.mk - Common commands used within the ports infrastructure # # Created by: Gabor Kovesdan @@ -12,109 +9,109 @@ # UNAUTHORISED CHANGES WILL BE UNCONDITIONALLY REVERTED! # -COMMANDS_Include_MAINTAINER= portmgr@FreeBSD.org +COMMANDS_Include_MAINTAINER= portmgr@FreeBSD.org .if !defined(_COMMANDSMKINCLUDED) -_COMMANDSMKINCLUDED= yes +_COMMANDSMKINCLUDED= yes -AWK?= /usr/bin/awk -BASENAME?= /usr/bin/basename -BRANDELF?= /usr/bin/brandelf -BZCAT?= /usr/bin/bzcat -BZIP2_CMD?= /usr/bin/bzip2 -CAT?= /bin/cat -CHGRP?= /usr/bin/chgrp -CHMOD?= /bin/chmod -CHOWN?= /usr/sbin/chown -CHROOT?= /usr/sbin/chroot -COMM?= /usr/bin/comm -CP?= /bin/cp -CPIO?= /usr/bin/cpio -CUT?= /usr/bin/cut -DC?= /usr/bin/dc -DIALOG?= /usr/bin/dialog -DIALOG4PORTS?= ${LOCALBASE}/bin/dialog4ports -DIFF?= /usr/bin/diff -DIRNAME?= /usr/bin/dirname -EGREP?= /usr/bin/egrep -EXPR?= /bin/expr -FALSE?= false # Shell builtin -FILE?= /usr/bin/file -FIND?= /usr/bin/find -FLEX?= /usr/bin/flex -FMT?= /usr/bin/fmt -GMAKE?= gmake -GREP?= /usr/bin/grep -GUNZIP_CMD?= /usr/bin/gunzip -f -GZCAT?= /usr/bin/gzcat -GZIP?= -9 -GZIP_CMD?= /usr/bin/gzip -nf ${GZIP} -HEAD?= /usr/bin/head -ID?= /usr/bin/id -IDENT?= /usr/bin/ident -JOT?= /usr/bin/jot -LDCONFIG?= /sbin/ldconfig -LHA_CMD?= ${LOCALBASE}/bin/lha -LN?= /bin/ln -LS?= /bin/ls -MKDIR?= /bin/mkdir -p -MKTEMP?= /usr/bin/mktemp -MOUNT?= /sbin/mount -MOUNT_DEVFS?= ${MOUNT} -t devfs devfs +AWK?= /usr/bin/awk +BASENAME?= /usr/bin/basename +BRANDELF?= /usr/bin/brandelf +BZCAT?= /usr/bin/bzcat +BZIP2_CMD?= /usr/bin/bzip2 +CAT?= /bin/cat +CHGRP?= /usr/bin/chgrp +CHMOD?= /bin/chmod +CHOWN?= /usr/sbin/chown +CHROOT?= /usr/sbin/chroot +COMM?= /usr/bin/comm +CP?= /bin/cp +CPIO?= /usr/bin/cpio +CUT?= /usr/bin/cut +DC?= /usr/bin/dc +DIALOG?= /usr/bin/dialog +DIALOG4PORTS?= ${LOCALBASE}/bin/dialog4ports +DIFF?= /usr/bin/diff +DIRNAME?= /usr/bin/dirname +EGREP?= /usr/bin/egrep +EXPR?= /bin/expr +FALSE?= false # Shell builtin +FILE?= /usr/bin/file +FIND?= /usr/bin/find +FLEX?= /usr/bin/flex +FMT?= /usr/bin/fmt +GMAKE?= gmake +GREP?= /usr/bin/grep +GUNZIP_CMD?= /usr/bin/gunzip -f +GZCAT?= /usr/bin/gzcat +GZIP?= -9 +GZIP_CMD?= /usr/bin/gzip -nf ${GZIP} +HEAD?= /usr/bin/head +ID?= /usr/bin/id +IDENT?= /usr/bin/ident +JOT?= /usr/bin/jot +LDCONFIG?= /sbin/ldconfig +LHA_CMD?= ${LOCALBASE}/bin/lha +LN?= /bin/ln +LS?= /bin/ls +MKDIR?= /bin/mkdir -p +MKTEMP?= /usr/bin/mktemp +MOUNT?= /sbin/mount +MOUNT_DEVFS?= ${MOUNT} -t devfs devfs # XXX: this is a work-around for an obscure bug where # mount -t nullfs returns zero status on errors within # a make target -MOUNT_NULLFS?= /sbin/mount_nullfs -MV?= /bin/mv -OBJCOPY?= /usr/bin/objcopy -OBJDUMP?= /usr/bin/objdump -PASTE?= /usr/bin/paste -PAX?= /bin/pax -PRINTF?= /usr/bin/printf -PS_CMD?= /bin/ps -PW?= /usr/sbin/pw -REALPATH?= /bin/realpath -RM?= /bin/rm -RMDIR?= /bin/rmdir -SED?= /usr/bin/sed -SETENV?= /usr/bin/env -SH?= /bin/sh -SORT?= /usr/bin/sort -STRIP_CMD?= /usr/bin/strip -STAT?= /usr/bin/stat +MOUNT_NULLFS?= /sbin/mount_nullfs +MV?= /bin/mv +OBJCOPY?= /usr/bin/objcopy +OBJDUMP?= /usr/bin/objdump +PASTE?= /usr/bin/paste +PAX?= /bin/pax +PRINTF?= /usr/bin/printf +PS_CMD?= /bin/ps +PW?= /usr/sbin/pw +REALPATH?= /bin/realpath +RM?= /bin/rm +RMDIR?= /bin/rmdir +SED?= /usr/bin/sed +SETENV?= /usr/bin/env -i PATH="${PATH}" +SH?= /bin/sh +SORT?= /usr/bin/sort +STRIP_CMD?= /usr/bin/strip +STAT?= /usr/bin/stat # Command to run commands as privileged user # Example: "/usr/local/bin/sudo -E sh -c" to use "sudo" instead of "su" -SU_CMD?= /usr/bin/su root -c -SYSCTL?= /sbin/sysctl -TAIL?= /usr/bin/tail -TEST?= test # Shell builtin -TR?= LANG=C /usr/bin/tr -TRUE?= true # Shell builtin -UMOUNT?= /sbin/umount -UNAME?= /usr/bin/uname +SU_CMD?= /usr/bin/su root -c +SYSCTL?= /sbin/sysctl +TAIL?= /usr/bin/tail +TEST?= test # Shell builtin +TR?= LANG=C /usr/bin/tr +TRUE?= true # Shell builtin +UMOUNT?= /sbin/umount +UNAME?= /usr/bin/uname UNMAKESELF_CMD?= ${LOCALBASE}/bin/unmakeself -UNZIP_CMD?= ${LOCALBASE}/bin/unzip +UNZIP_CMD?= ${LOCALBASE}/bin/unzip UNZIP_NATIVE_CMD?= /usr/bin/unzip -WHICH?= /usr/bin/which -XARGS?= /usr/bin/xargs -XMKMF?= ${LOCALBASE}/bin/xmkmf -YACC?= /usr/bin/yacc - -XZ?= -Mmax -XZCAT= /usr/bin/xzcat ${XZ} -XZ_CMD?= /usr/bin/xz ${XZ} +WHICH?= /usr/bin/which +XARGS?= /usr/bin/xargs +XMKMF?= ${LOCALBASE}/bin/xmkmf +YACC?= /usr/bin/yacc + +XZ?= -Mmax +XZCAT= /usr/bin/xzcat ${XZ} +XZ_CMD?= /usr/bin/xz ${XZ} -MD5?= /sbin/md5 -SHA256?= /sbin/sha256 +MD5?= /sbin/md5 +SHA256?= /sbin/sha256 # ECHO is defined in /usr/share/mk/sys.mk, which can either be "echo", # or "true" if the make flag -s is given. Use ECHO_CMD where you mean # the echo command. -ECHO_CMD?= echo # Shell builtin +ECHO_CMD?= echo # Shell builtin # Used to print all the '===>' style prompts - override this to turn them off. -ECHO_MSG?= ${ECHO_CMD} +ECHO_MSG?= ${ECHO_CMD} .elif !defined(_PKGTOOLSDEFINED) _PKGTOOLSDEFINED= yes @@ -129,17 +126,17 @@ PKG_ADD?= ${PKG_BIN} add PKG_QUERY?= ${PKG_BIN} query .else .if exists(${LOCALBASE}/sbin/pkg_info) -PKG_CMD?= ${LOCALBASE}/sbin/pkg_create -PKG_ADD?= ${LOCALBASE}/sbin/pkg_add -PKG_DELETE?= ${LOCALBASE}/sbin/pkg_delete -PKG_INFO?= ${LOCALBASE}/sbin/pkg_info -PKG_VERSION?= ${LOCALBASE}/sbin/pkg_version +PKG_CMD?= ${LOCALBASE}/sbin/pkg_create +PKG_ADD?= ${LOCALBASE}/sbin/pkg_add +PKG_DELETE?= ${LOCALBASE}/sbin/pkg_delete +PKG_INFO?= ${LOCALBASE}/sbin/pkg_info +PKG_VERSION?= ${LOCALBASE}/sbin/pkg_version .else -PKG_CMD?= /usr/sbin/pkg_create -PKG_ADD?= /usr/sbin/pkg_add -PKG_DELETE?= /usr/sbin/pkg_delete -PKG_INFO?= /usr/sbin/pkg_info -PKG_VERSION?= /usr/sbin/pkg_version +PKG_CMD?= /usr/sbin/pkg_create +PKG_ADD?= /usr/sbin/pkg_add +PKG_DELETE?= /usr/sbin/pkg_delete +PKG_INFO?= /usr/sbin/pkg_info +PKG_VERSION?= /usr/sbin/pkg_version .endif .endif