Age | Commit message (Expand) | Author | Files | Lines |
2008-02-20 | After being deprecated for 16 months, SKIP_PORTABILITY_CHECK is now | rillig | 1 | -5/+7 |
2008-02-20 | Removed colons for the sake of "bmake help". | rillig | 1 | -3/+3 |
2008-02-20 | Add colon in comment to aid "make help" in finding help | wiz | 1 | -2/+2 |
2008-02-19 | Eliminated some code duplication, provided a default definition for | rillig | 1 | -7/+19 |
2008-02-19 | Documented the pkgsrc online help. | rillig | 1 | -0/+35 |
2008-02-19 | Rewrote the help file parser a little bit, so that the definitions from | rillig | 1 | -7/+15 |
2008-02-19 | Add IRIX command sinks, needed to get rpath fixup when using GCC. | tnn | 3 | -1/+57 |
2008-02-19 | Pass gcc's -mabi=* option (used on mips) without warning. | tnn | 1 | -1/+2 |
2008-02-19 | Check if BUILDLINK_AUTO_VARS.${_pkg_} is defined before testing it | xtraeme | 1 | -2/+3 |
2008-02-19 | Look for mktemp in /bin, too, where Debian systems keep it. | epg | 1 | -1/+3 |
2008-02-18 | Move show-depends-options target from bsd.options.mk to flavor/pkg/utility.mk | obache | 2 | -12/+12 |
2008-02-18 | Add target "show-depends-options" to show depends's options recursively. | obache | 1 | -1/+11 |
2008-02-17 | Add a list of the codename, os, kernel and xcode version based on | yyamano | 1 | -1/+12 |
2008-02-13 | Don't use the bundled GNU Make on Mac OS X version older than Leopard. | tron | 1 | -1/+3 |
2008-02-13 | Fix a recently introduced logic error. PR pkg/37998 from Stuart Shelton. | tnn | 1 | -6/+6 |
2008-02-13 | Added a new check for binaries, so that they are installed according to | rillig | 2 | -1/+60 |
2008-02-13 | Pass the proper flags for stripping binaries to packages using BSD Make. | rillig | 1 | -1/+2 |
2008-02-13 | Oops, fixed a typo. | rillig | 1 | -3/+2 |
2008-02-13 | Documented the interface to packages. Renamed the targets to emphasize | rillig | 1 | -14/+21 |
2008-02-13 | Whenever a tool from TOOLS_FAIL is executed, print a useful error | rillig | 1 | -2/+4 |
2008-02-13 | Added keywords for "bmake help". | rillig | 1 | -1/+2 |
2008-02-13 | Added a keyword for "bmake help". | rillig | 1 | -1/+2 |
2008-02-13 | Adjusted the documentation to the source code. | rillig | 1 | -2/+2 |
2008-02-12 | Removed outdated comment. | rillig | 1 | -2/+1 |
2008-02-10 | Enable check-fakehome.mk. | tnn | 1 | -1/+2 |
2008-02-10 | Enable fake home directory support. Also add a wrkref check because an | tnn | 2 | -4/+15 |
2008-02-10 | Made the code easier to read. | rillig | 1 | -11/+14 |
2008-02-10 | Removed duplicated documentation. | rillig | 1 | -12/+1 |
2008-02-08 | Skip ${PREFIX}/emul/linux32/proc.* as well | adrianp | 1 | -3/+4 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 24 | -122/+120 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 10 | -49/+49 |
2008-02-07 | Same as previous, but the line above. (Sigh) | tnn | 1 | -3/+4 |
2008-02-07 | Oops, make sure the variable is defined before testing it's value. | tnn | 1 | -2/+3 |
2008-02-07 | Fix a miss that made the hpux bootstrap erronously pull in posix_headers. | tnn | 1 | -2/+4 |
2008-02-07 | Get rid of USE_TOOLS+=nroff in the USE_BSD_MAKEFILE case. | tnn | 1 | -2/+1 |
2008-02-07 | Fix busted groff handling on SunOS. | tnn | 1 | -3/+7 |
2008-02-06 | Recognise Solaris/xen as i386 | tnn | 1 | -2/+2 |
2008-02-06 | Replace 'spidermonkey' option with a generic 'javascript' option. | bjs | 1 | -1/+1 |
2008-02-05 | No need to walk the whole directory when checking for emptyness. | tnn | 1 | -3/+3 |
2008-02-05 | This is the check part of the fake $HOME code. Not enabled yet. | tnn | 1 | -0/+40 |
2008-02-05 | Convert to ${RUN} | tnn | 2 | -7/+4 |
2008-02-03 | Remove ftp.informatik.hu-berlin.de from MASTER_SITES_GNU since it doesn't | tnn | 1 | -2/+3 |
2008-02-01 | Documented PRIVILEGED_STAGES. | rillig | 1 | -1/+10 |
2008-01-31 | Rewrote the header comment, since it was very hard to understand. Now it | rillig | 1 | -37/+30 |
2008-01-30 | Try to fix PR pkg/26143 with caution: | tron | 1 | -2/+4 |
2008-01-29 | Reverted my last change. I was completely wrong. The real fault reported | rillig | 1 | -7/+6 |
2008-01-29 | Disabled the check for missing example configuration files, since | rillig | 1 | -6/+7 |
2008-01-29 | Simplify LOWER_OS_VERSION handling by using the :tl modifier. | tnn | 1 | -11/+3 |
2008-01-28 | Add clisp and sbcl option descriptions | reinoud | 1 | -0/+2 |
2008-01-26 | See also: PLIST_SUBST | rillig | 1 | -1/+4 |