Age | Commit message (Expand) | Author | Files | Lines |
2007-09-09 | Switched from pax to tar, as suggested by joerg@. | rillig | 1 | -2/+2 |
2007-09-08 | Made the command that saves PREFIX silent. | rillig | 1 | -2/+2 |
2007-09-08 | gcc knows -fpic. | rillig | 1 | -1/+2 |
2007-09-08 | Use an actual function (regcomp) declared in <regex.h> as the feature | jlam | 2 | -5/+5 |
2007-09-08 | Fix reversed test for MISSING_FEATURES+=inet6. | jlam | 1 | -2/+2 |
2007-09-08 | Canonicalize the way the features are tested. | jlam | 1 | -18/+26 |
2007-09-08 | * Teach the features framework about the fts_* family of functions. | jlam | 2 | -5/+50 |
2007-09-07 | Support alsa, libsigc++2, and resmgr emulation packages. | wiz | 1 | -2/+5 |
2007-09-07 | Convert packages that test and use USE_INET6 to use the options framework | jlam | 4 | -31/+14 |
2007-09-07 | Add a "system features" framework that will eventually be used to | jlam | 4 | -2/+139 |
2007-09-07 | Replaced ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN} and made the code simpler. | rillig | 1 | -24/+14 |
2007-09-07 | Replaced ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN}, since it is shorter. | rillig | 1 | -21/+17 |
2007-09-07 | The WRKDIR and PREFIX can be saved in the log directory when a package | rillig | 2 | -3/+6 |
2007-09-07 | pkg_info -qR doesn't give the same results as pkg_delete -n. | rillig | 1 | -1/+3 |
2007-09-07 | Correct typo, really fixes PR 36940. | obache | 1 | -2/+2 |
2007-09-07 | pkg_info needs at least one package name. Fixes PR 36940. | rillig | 1 | -2/+3 |
2007-09-06 | If DISTDIR points to a non-existing location and a package has neither | joerg | 1 | -1/+6 |
2007-09-06 | One line of code can say as much as ten. | rillig | 1 | -5/+2 |
2007-09-06 | Why do things in a simple way when there is a complicated alternative? | rillig | 1 | -11/+5 |
2007-09-05 | + icu. Sort. | wiz | 1 | -6/+7 |
2007-09-05 | Now it's possible to add custom directories to the check for directory | rillig | 1 | -1/+9 |
2007-09-04 | Documented all the variables that are used or defined by this file. | rillig | 1 | -14/+86 |
2007-08-31 | Introduce a new target "checksum-phase" which is used as a dependency | jlam | 3 | -17/+24 |
2007-08-30 | At least with XLC V9, xlc -V isn't that useful as it prints the | joerg | 1 | -2/+2 |
2007-08-30 | Newer AIX has bzip2 and bzcat pre-installed. | joerg | 1 | -1/+7 |
2007-08-29 | The code for the pkg_install<20070714 vulnerability checks used in the | adrianp | 2 | -4/+32 |
2007-08-29 | Hey Johnny, I thought you could still write code that also works with | rillig | 1 | -11/+7 |
2007-08-27 | The new audit-packages code goes to stdout now. | adrianp | 1 | -2/+2 |
2007-08-24 | When verifying checksums of distfiles, simply verify every checksum | jlam | 1 | -5/+2 |
2007-08-24 | Fix accidental :dw in previous commit. | jlam | 1 | -2/+2 |
2007-08-24 | Restore the tradition behaviour of the "checksum" target. It can be | jlam | 1 | -14/+21 |
2007-08-23 | Allow a nicer syntax for expressing needing at least a certain version | jlam | 3 | -3/+14 |
2007-08-23 | Use .PARSEDIR where it can be used to avoid hardcoding the path to the | jlam | 9 | -18/+18 |
2007-08-23 | Back out previous and solve this in another way that doesn't involve | jlam | 2 | -48/+35 |
2007-08-23 | Break out the inclusion of the operating-system-specific Makefile into | jlam | 2 | -35/+48 |
2007-08-23 | Define a variable EMUL_IS_NATIVE if the emulated operating system | jlam | 1 | -1/+9 |
2007-08-23 | Do not check that RCD_SCRIPTS_SRC.foo exists, assume so. | joerg | 1 | -3/+1 |
2007-08-23 | Remove remaining parts of misc/xorg-dirs usage. | joerg | 1 | -8/+1 |
2007-08-23 | pkg_add can figure out the suffix itself, thanks. | joerg | 1 | -2/+2 |
2007-08-22 | Describe DEFAULT_ACCEPTABLE_LICENSES better. | gdt | 1 | -13/+14 |
2007-08-22 | Reorganize some code so that including bsd.prefs.mk doesn't expose | jlam | 2 | -36/+45 |
2007-08-21 | * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the | jlam | 4 | -5/+129 |
2007-08-21 | Allow the existence of symlinks that point nowhere. | jlam | 1 | -3/+3 |
2007-08-21 | Add actual license and a small description of what this is doing. | joerg | 1 | -0/+40 |
2007-08-20 | Add a cross-compile and DESTDIR safe alternative to ldd for | joerg | 3 | -2/+142 |
2007-08-20 | Add readelf as tool, for only only the BSDs get it. | joerg | 4 | -5/+13 |
2007-08-20 | For DESTDIR operation, no need to filter out old files. | joerg | 1 | -1/+8 |
2007-08-20 | Add cross-compiling support for bin-install and deinstall targets. | joerg | 2 | -3/+35 |
2007-08-19 | Removed mirror qgpop.dl.sourceforge.jp. It is not listed anymore on the | heinz | 1 | -3/+2 |
2007-08-18 | Explicitly bail out if X11_TYPE=xorg is found. | joerg | 1 | -1/+7 |