# bsd.commands.mk - Common commands used within the ports infrastructure # # Created by: Gabor Kovesdan # # $FreeBSD$ # # DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET # A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL # UNAUTHORISED CHANGES WILL BE UNCONDITIONALLY REVERTED! # COMMANDS_Include_MAINTAINER= portmgr@FreeBSD.org .if !defined(_COMMANDSMKINCLUDED) _COMMANDSMKINCLUDED= yes AWK?= /usr/bin/awk BASENAME?= /usr/bin/basename BRANDELF?= /usr/bin/brandelf BSDMAKE?= /usr/bin/make 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 -f 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 # 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 UNMAKESELF_CMD?= ${LOCALBASE}/bin/unmakeself 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} MD5?= /sbin/md5 SHA256?= /sbin/sha256 .if exists(/usr/bin/soeliminate) SOELIM?= /usr/bin/soeliminate .else SOELIM?= /usr/bin/soelim .endif # 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 # Used to print all the '===>' style prompts - override this to turn them off. ECHO_MSG?= ${ECHO_CMD} .elif !defined(_PKGTOOLSDEFINED) _PKGTOOLSDEFINED= yes PKG_BIN?= ${LOCALBASE}/sbin/pkg-static PKG_CMD?= ${PKG_BIN} register PKG_DELETE?= ${PKG_BIN} delete -y PKG_INFO?= ${PKG_BIN} info -g PKG_VERSION?= ${PKG_BIN} version PKG_CREATE?= ${PKG_BIN} create PKG_ADD?= ${PKG_BIN} add PKG_QUERY?= ${PKG_BIN} query .endif tion value='dependabot/npm_and_yarn/devel/electron6/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron6/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Expand)AuthorAgeFilesLines
* - convert to the new perl5 frameworkaz2013-09-124-20/+10
* - Remove deprecated PTHREAD_*sunpoet2013-09-081-1/+1
* Update MAINTAINER to rodrigo@bebik.netskreuzer2013-09-031-1/+1
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
* Mark the port as broken on FreeBSD 10.0skreuzer2013-08-271-5/+6
* - Convert to new options frameworksunpoet2013-08-251-2/+2
* - Fix a typo in configure argumentsbapt2013-08-231-1/+2
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
* - Try to unbreak parallel builds (-jX) by calling sub-makes correctlydanfe2013-08-153-22/+60
* - Remove MAKE_JOBS_SAFE variableak2013-08-154-4/+0
* - Update INIT to 2013-05-24sunpoet2013-08-102-5/+6
* - Convert to new perl frameworkaz2013-08-032-2/+4
* Remove now excess verbiage.eadler2013-07-171-2/+0
* Mark jobs unsafebapt2013-07-101-0/+2
* - Pass maintainership to submittermiwi2013-07-101-6/+2
* - Drop all my portspav2013-07-101-1/+1
* Fix plistantoine2013-07-091-3/+5
* Convert some of my ports from USE_GMAKE to USES=gmake.eadler2013-07-071-1/+2
* - Add LICENSEsunpoet2013-06-221-8/+4
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-4/+0
* Fix a confusionbapt2013-06-141-1/+1
* Use new helpersbapt2013-06-141-48/+16
* Update to 3.01a.knu2013-06-082-3/+3
* - Update to 2.0.0miwi2013-05-286-194/+262
* - Update to R46miwi2013-05-282-3/+3
* - Update to patchlevel 45miwi2013-05-252-1/+7
* - Update to R45miwi2013-05-102-3/+3
* Convert from USE_READLINE to USES=readlinebapt2013-05-071-1/+1
* Adopt USES=ncursesbapt2013-05-071-2/+1
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
* Inspired by bapt's recent commit to shells/bash-static adapt this port to alsoehaupt2013-05-061-2/+1
* Fix bash-static slave ports with bash being now using new options frameworkbapt2013-05-052-7/+3
* Convert to new options frameworkbapt2013-05-052-29/+21
* Fix build with clang disabling a bad test from configurebapt2013-05-041-5/+2
* - Work around what I believe is a bug in how binary existence in the basegjb2013-05-021-0/+3
* - If sftp is not available, use security/openssh-portable.bdrewery2013-04-291-0/+3
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-285-8/+5
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* Convert to USES=gettextehaupt2013-04-231-3/+3
* Update to 2.1.adamw2013-04-203-4/+41
* Fix typo in options checkingbapt2013-04-041-1/+1
* For perl@ owned ports:eadler2013-03-292-13/+4
* Style: tab -> space.eadler2013-03-291-1/+1
* Use OPTIONS_OVERRIDE instead of OPTIONS_SET. Also set NO_DIALOG for this stubehaupt2013-03-271-1/+2
* Move USES prior to bsd.port.pre.mk otherwise the port won't build.ehaupt2013-03-181-1/+2
* In categories starting with [n-s], remove empty lines (and also few cases ofdanfe2013-03-172-2/+0
* Move USES prior to bsd.port.pre.mk in preparation of the move of the USES loadbapt2013-03-161-1/+2
* Update to 4.2.45ehaupt2013-03-112-2/+7
* - Update to R44miwi2013-03-102-3/+3
* Clean up my ports (and a couple of ports@ owned ones):eadler2013-03-091-1/+3
* Convert USE_BISON to USES= bisonbapt2013-03-08