Age | Commit message (Expand) | Author | Files | Lines |
2004-06-18 | Remove Motif 1.2 functionality. | kristerw | 1 | -2/+1 |
2004-05-31 | Use a cleaner approach for previous: | jschauma | 1 | -1/+4 |
2004-05-12 | Mention how SETGIDGAME and the other GAME vars are set per default. | jschauma | 1 | -1/+12 |
2004-04-19 | Add the 'maximum command line check' to all defs.*.mk files for consistency | jmmv | 1 | -1/+9 |
2004-04-07 | Convert "${ECHO} -n" to "${ECHO_N}", and introduce that into the defs.* | tv | 1 | -1/+2 |
2004-03-27 | don't assume that /usr/bin/gunzip will exist, use /usr/bin/gzip -d | grant | 1 | -2/+2 |
2004-03-11 | Get rid of all occurrences of cpp-like tests for ${OPSYS} in | agc | 1 | -1/+2 |
2004-02-14 | deprecate Zoularis: remove any tests for ZOULARIS* and bomb if | grant | 1 | -15/+5 |
2004-02-14 | fall back to /usr/xpg4/bin/sed if nbsed isn't found, and bomb with a | grant | 1 | -1/+23 |
2004-01-27 | Replace all occurrences of the "MAIL" definition with MAIL_CMD, since | agc | 1 | -2/+2 |
2004-01-15 | Use nbsed on Solaris, as xpg4 sed is no longer good enough | gavan | 1 | -2/+2 |
2004-01-10 | Solaris' pax(1) has been insufficient for pkgsrc for a long time. nuke | grant | 1 | -5/+1 |
2004-01-08 | use gzip -cd instead of gzcat(1), which doesn't always exist. | grant | 1 | -2/+2 |
2003-12-16 | Introduce command MAIL. It will be used to send messages like this: | heinz | 1 | -1/+2 |
2003-12-16 | Allow _PATCH_BACKUP_ARG to be overridden in /etc/mk.conf (in order to use dif... | heinz | 1 | -2/+2 |
2003-10-19 | more whitespace fixes | grant | 1 | -3/+3 |
2003-10-11 | add a BUILD_DEPENDS on devel/patch if no suitable patch(1) is | grant | 1 | -6/+4 |
2003-10-11 | don't hardcode the -DHasGcc2... flags to imake, pass them only if | grant | 1 | -2/+2 |
2003-09-24 | back out revision 1.67, as it does not work as it should due to the | grant | 1 | -19/+1 |
2003-09-23 | add a TAR definition for a suitable tar implementation, not | grant | 1 | -1/+2 |
2003-09-21 | override AS, AR, CPP and LD unless they are set to absolute path. | grant | 1 | -1/+19 |
2003-09-14 | -lpthread is a no-op on Darwin, but it messes up buildlink. So add a new | danw | 1 | -1/+2 |
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -2/+1 |
2003-08-26 | Create a symlink from the "make" requested by the package into | jlam | 1 | -2/+1 |
2003-08-21 | Fixes PR pkg/22528 | gavan | 1 | -2/+2 |
2003-07-11 | use /usr/xpg4/bin/expr | grant | 1 | -2/+2 |
2003-04-17 | allow defs.*.mk to override PKGTOOLS_REQD, starting with Solaris | grant | 1 | -1/+2 |
2003-04-15 | add OPSYS_{,NO_}WHOLE_ARCHIVE_FLAG which defines the argument passed | grant | 1 | -1/+7 |
2003-04-10 | set correct values for IMAKE_MAN_SUFFIX. | grant | 1 | -3/+3 |
2003-03-29 | m4 on solaris is /usr/ccs/bin/m4 or /usr/xpg4/bin/m4. | seb | 1 | -2/+2 |
2003-03-04 | Move M4 default definition into the defs.$OPSYS.mk files: unconditionally | seb | 1 | -1/+2 |
2003-02-28 | Add definitions for HOSTNAME_CMD, so that just-in-time-su doesn't fail | jschauma | 1 | -1/+2 |
2003-02-27 | SunOS stores manual pages in "share/man" not in "man". | tron | 1 | -3/+2 |
2003-02-26 | Add defaults for IMAKE_MAN_DIR and friends. | jschauma | 1 | -1/+12 |
2003-02-26 | prefer PREFIX/bin/gzip (and friends) and pax, if they exist. | grant | 1 | -7/+10 |
2003-01-15 | Make BUILD_DIR always point to a physical path by invoking /bin/pwd instead | jlam | 1 | -1/+2 |
2003-01-10 | Install a ${PREFIX}/bin/shlibtool as part of the devel/libtool-base | jlam | 1 | -2/+1 |
2003-01-06 | use ${LOCALBASE}/{g,}patch (in that order) if gpatch is not in | grant | 1 | -1/+3 |
2002-12-22 | .elseif -> .elif. Thanks to grant for pointing this out. | salo | 1 | -2/+2 |
2002-12-22 | When pkg_install is installed over zoularis, new tools reside in | salo | 1 | -1/+3 |
2002-12-18 | Introduce _OPSYS_HAS_INET6, and use it to determine the default | schmonz | 1 | -1/+6 |
2002-12-16 | Add TEE and TSORT (required for bulk builds). | salo | 1 | -1/+3 |
2002-12-15 | Add DATE and NICE (required for bulk builds). | salo | 1 | -1/+3 |
2002-12-15 | Add FGREP. | salo | 1 | -1/+2 |
2002-12-09 | use /usr/xpg4/bin/grep as GREP, as /usr/bin/grep does not support -e. | grant | 1 | -2/+2 |
2002-12-09 | Solaris has /usr/include/iconv.h, but it's not GNU iconv. Mark it | grant | 1 | -1/+5 |
2002-12-03 | Eliminate another usage of ${OPSYS} in bsd.pkg.mk - realy on Darwin | agc | 1 | -1/+2 |
2002-12-03 | Add a layer of abstraction into bsd.pkg.mk for Java settings - set the | agc | 1 | -1/+2 |
2002-12-03 | Use ${_PATCH_CAN_BACKUP} rather than hardcoding an OPSYS value into | agc | 1 | -1/+2 |
2002-12-03 | Use a more generic way of determining, on an opsys-dependent basis, | agc | 1 | -1/+2 |