#-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # # 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 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 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 LDCONFIG?= /sbin/ldconfig 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 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 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 WHICH?= /usr/bin/which XARGS?= /usr/bin/xargs XMKMF?= ${LOCALBASE}/bin/xmkmf -a YACC?= /usr/bin/yacc .if exists(/usr/bin/xz) XZ_CMD?= /usr/bin/xz .else XZ_CMD?= ${LOCALBASE}/bin/xz .endif .if exists(/sbin/md5) MD5?= /sbin/md5 .else MD5?= md5 .endif .if exists(/sbin/sha256) SHA256?= /sbin/sha256 .elif exists(${LOCALBASE}/sbin/sha256) SHA256?= ${LOCALBASE}/sbin/sha256 .else SHA256?= NO .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} .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 .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 .endif .endif n6/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glade2
Commit message (Expand)AuthorAgeFilesLines
* Ensure that libgnomedb support is enabled.marcus2005-07-021-0/+2
* Update to 2.10.0.kwm2005-03-172-4/+4
* Update to 2.9.0.mezz2005-03-122-4/+4
* Update to 2.6.8.marcus2004-12-242-3/+3
* Update to 2.6.7.marcus2004-12-032-3/+3
* Update to 2.6.6.marcus2004-12-023-4/+5
* Use new INSTALLS_OMF.mezz2004-11-232-6/+1
* Add a missing RUN_DEPENDS on libgail-gnome.marcus2004-11-111-1/+3
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
* Update to 2.6.5adamw2004-10-252-3/+3
* Update to 2.6.4.adamw2004-10-202-3/+3
* Update to 2.6.3.marcus2004-10-192-4/+4
* Update to 2.6.2.adamw2004-10-143-4/+6
* Update to 2.6.0.marcus2004-04-175-23/+11
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* - Add SIZE to GNOME portspav2004-03-181-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
* Update to 2.0.1bland2003-11-083-2/+7
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0
* Change the gnomedb dependency to libgnomedb.marcus2003-04-141-2/+1
* Update to 2.0.0.adamw2003-04-134-30/+14
* Chase the libgda2 shared lib version.marcus2003-04-041-2/+2
* Clear moonlight beckons.ade2003-03-072-1/+1
* Fix build with newer versions of libgnomedb.marcus2003-02-101-0/+21
* glade2 no longer depends on libgnomeprintui. Update it accordingly.marcus2003-02-101-1/+2
* Properly handle OMF files.marcus2003-01-31