Age | Commit message (Expand) | Author | Files | Lines |
2005-05-16 | We only need mtree if NO_MTREE isn't defined. | jlam | 1 | -4/+7 |
2005-05-16 | Consolidate the bits that add to PKGSRC_USE_TOOLS, and improve the | jlam | 1 | -6/+8 |
2005-05-15 | Don't forcibly set XMKMF -- allow the package to override it if necessary. | jlam | 1 | -2/+2 |
2005-05-15 | Asking the tools framework for "bison" now provides two distinct tools: | jlam | 3 | -8/+26 |
2005-05-15 | In the tools framework, check that the directory doesn't exist before | jlam | 1 | -2/+3 |
2005-05-15 | MAKE_PROGRAM:T isn't necessary... we can just call "make", and the PATH | jlam | 1 | -2/+2 |
2005-05-15 | Linux xargs is probably GNU xargs, so we need to invoke it with "-r". | jlam | 1 | -2/+2 |
2005-05-15 | gzip-base installs "zcat" not "gzcat". | jlam | 1 | -2/+2 |
2005-05-15 | We want to check if we're in gzip-base to avoid circular dependencies on | jlam | 1 | -4/+4 |
2005-05-15 | gzip and gunzip don't exist on IRIX 5 so wrap then in existence checks. | jlam | 1 | -3/+9 |
2005-05-15 | Fix the MANZ handling in bsd.pkg.mk. If MANZ is defined, then we want | jlam | 1 | -14/+43 |
2005-05-15 | If we're using xpkgwedge, we need to force using pkgxmkmf so that we | jlam | 1 | -17/+17 |
2005-05-15 | We only need gzcat when requested by the extract and patch phases, or | jlam | 1 | -5/+5 |
2005-05-15 | distfiles that end in .Z require gzcat as part of the extraction process. | jlam | 1 | -2/+3 |
2005-05-15 | Old versions of pax-as-tar don't do the right thing when invoked as | jlam | 1 | -1/+8 |
2005-05-15 | Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value. | jlam | 1 | -4/+4 |
2005-05-15 | Make implementation match documentation for when a wrapper is created and | jlam | 1 | -8/+11 |
2005-05-14 | We also need a patch tool if there are patches for the package in | jlam | 1 | -7/+3 |
2005-05-14 | Add the *cat tools needed by the patch phase to output the contents of | jlam | 1 | -15/+21 |
2005-05-14 | Rewrote the show-depends-dirs target: fixed shell quoting, omitted | rillig | 1 | -9/+11 |
2005-05-14 | Document the variables and targets defined by bsd.pkg.patch.mk. | jlam | 1 | -1/+57 |
2005-05-14 | BUILDLINK_DEPENDS.* can be lists, so iterate over the lists when creating | jlam | 2 | -4/+14 |
2005-05-14 | Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc down | jlam | 13 | -52/+85 |
2005-05-14 | Temporarily define TAR here until I figure out a better way to deal | jlam | 1 | -1/+6 |
2005-05-14 | Separate out the variables and targets for the "patch" phase into a | jlam | 2 | -211/+219 |
2005-05-14 | The mk/tools/defaults.mk is included by bsd.prefs.mk, so it must include | jlam | 1 | -4/+4 |
2005-05-14 | Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip). | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo: now using /usr/sbin/gzcat, like in platform/IRIX.mk. | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo when looking for /usr/bin/cmp. | rillig | 1 | -2/+2 |
2005-05-14 | If we use the new tools framework, the _USE_GMAKE is unnecessary as we | jlam | 1 | -4/+3 |
2005-05-14 | compiler.mk uses the following tools to compute the values of variables | jlam | 1 | -11/+11 |
2005-05-14 | Compute the installation prefix for every tool specified so that the | jlam | 1 | -69/+73 |
2005-05-14 | Simplify the check for whether we need a patch tool or not -- we simply | jlam | 1 | -18/+3 |
2005-05-14 | Don't process the file if either of PKG_SUPPORTED_OPTIONS or PKG_OPTIONS_VAR | rillig | 1 | -11/+10 |
2005-05-14 | Found another two uses of .ifndef and .ifdef. | rillig | 1 | -3/+3 |
2005-05-14 | Replaced .ifdef with .if defined() and .ifnded with .if !defined(). This | rillig | 1 | -6/+6 |
2005-05-14 | Replaced .ifdef with .if defined() and .ifndef with .if !defined(). This | rillig | 1 | -19/+19 |
2005-05-14 | Fixed typo in finding grep(1). | rillig | 1 | -2/+2 |
2005-05-14 | Fixed two obvious typos that leaded to syntax errors. | rillig | 1 | -3/+3 |
2005-05-13 | Rewrite command to compute the installation prefix of a package to not | jlam | 1 | -3/+6 |
2005-05-13 | Moved checking if ${SHLOCK} exists into the shell code fragment that | rillig | 1 | -14/+17 |
2005-05-13 | Teach the new tools framework about lha, unrar, unzip, and unzoo and | jlam | 3 | -7/+79 |
2005-05-13 | Don't condtionally set the "TOOL" variables... set them explicitly. Also | jlam | 1 | -3/+3 |
2005-05-13 | Don't check for ${SHLOCK}, which isn't defined yet that early in | jlam | 1 | -4/+8 |
2005-05-13 | Fixed a typo in the comment. | rillig | 1 | -2/+2 |
2005-05-13 | if-if-endif -> if-elif-endif | minskim | 1 | -2/+2 |
2005-05-13 | Make _USE_NEW_TOOLS default to "yes" to turn on using the new tools | jlam | 1 | -2/+2 |
2005-05-13 | Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify | jlam | 1 | -2/+4 |
2005-05-12 | postgresql80-client is the correct BUILDLINK_PACKAGE word to use when | jlam | 1 | -2/+2 |
2005-05-12 | Adding "${GREP} ." into pipeline that I inadvertently left out when | jlam | 1 | -3/+3 |