Age | Commit message (Expand) | Author | Files | Lines |
2007-09-13 | The word "skipped" is ambiguous. Use "untransformed" instead. | rillig | 1 | -2/+2 |
2007-09-13 | In bulk builds with a custom PKGSRCDIR, that directory should not appear | rillig | 1 | -1/+3 |
2007-09-13 | It has always annoyed be that package authors had to write ${PKGMANDIR}/ | rillig | 1 | -2/+16 |
2007-09-12 | check-files shouldn't complain about files in VARBASE, since they cannot | rillig | 1 | -1/+4 |
2007-09-12 | Explained the usr, pkg and sys that appears in the output. | rillig | 1 | -3/+32 |
2007-09-12 | ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should only be used in commented | rillig | 1 | -1/+5 |
2007-09-12 | Added documentation for NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM. | rillig | 1 | -0/+18 |
2007-09-12 | Document option nfdump-nfprofile. | seb | 1 | -0/+1 |
2007-09-11 | Better specification for PKGNAME. | rillig | 1 | -3/+8 |
2007-09-11 | +USE_INET6?=${IPV6_READY} rather than =, so it can be overidden | abs | 1 | -2/+2 |
2007-09-11 | Move belnet sourceforge mirror to the last position, it's unreachable | xtraeme | 1 | -3/+3 |
2007-09-11 | Merge -D and the following word, so -D UNIX -D WHATEVER doesn't get | rillig | 1 | -2/+2 |
2007-09-10 | Reverted the last change. Apparently, it was committed without testing | rillig | 1 | -18/+38 |
2007-09-10 | Added documentation. | rillig | 1 | -1/+26 |
2007-09-10 | Why should we write the same code over and over again? We shouldn't. | rillig | 1 | -38/+18 |
2007-09-10 | Added information about imake-specific variables. | rillig | 1 | -1/+13 |
2007-09-09 | Add notes of things that need fixing: | gdt | 1 | -1/+8 |
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 |