Age | Commit message (Expand) | Author | Files | Lines |
2006-10-22 | Added header comments. | rillig | 7 | -7/+53 |
2006-10-21 | If ${WRKSRC} does not yet exist in the configure phase, skip the | rillig | 1 | -1/+2 |
2006-10-21 | The "scan" program does not modify "$@". | rillig | 1 | -7/+2 |
2006-10-21 | Fixed the "inconsistent update" problem when using the pkgsrc wrapper | rillig | 3 | -7/+14 |
2006-10-21 | Moved the check whether checkperms(1) exists from load time to run time. | rillig | 1 | -12/+10 |
2006-10-21 | Documented a not-so-easily-fixed bug that occurs when stripping comments | rillig | 1 | -1/+3 |
2006-10-21 | When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapper | rillig | 1 | -3/+5 |
2006-10-21 | Add two new options for viewvc | adrianp | 1 | -0/+2 |
2006-10-18 | Added a stub describing the public interface of this file. | rillig | 1 | -1/+16 |
2006-10-18 | Add cformat= to avoid an error and exit on the undefined variable. | ben | 1 | -1/+2 |
2006-10-18 | Change from jlam that adds the ability to override the decompressor used | ben | 1 | -7/+23 |
2006-10-18 | Add ipa options. | markd | 1 | -0/+6 |
2006-10-17 | Add an (up to date!) HTTP mirror for KDE sources, the first HTTP site in the ... | dsainty | 1 | -1/+2 |
2006-10-17 | Added a missing line continuation in the README.html target. | rillig | 1 | -2/+2 |
2006-10-17 | If /usr/bin/printf exists, it will be used. | rillig | 1 | -1/+4 |
2006-10-17 | Added /usr/bin/printf. | rillig | 1 | -1/+2 |
2006-10-17 | Use /usr/bin/printf if it exists. | rillig | 1 | -1/+4 |
2006-10-16 | Since 2006/10/09 the ${PLIST} file does not contain the full | seb | 1 | -2/+3 |
2006-10-15 | Include some more magic to set ownership of packages build with | joerg | 3 | -4/+17 |
2006-10-15 | Rename some bugzilla options based on the upcomming 2.22 import and add | adrianp | 1 | -3/+4 |
2006-10-15 | Teach how to unpack .gem files. | minskim | 4 | -4/+25 |
2006-10-15 | Darwin has gm4 and printf. | minskim | 1 | -1/+3 |
2006-10-14 | Added the user-settable variable CCACHE_DIR, so that the cache can be | rillig | 1 | -2/+13 |
2006-10-14 | Completely rewrote apache.mk and apachever.mk. The latter is now an | rillig | 2 | -161/+107 |
2006-10-13 | Creating an archive from the working directory may take some time for | rillig | 1 | -1/+2 |
2006-10-13 | Added a new post-installation check to see whether the files have their | rillig | 3 | -2/+73 |
2006-10-12 | Linux shadow-utils provides a useradd that fails when creating a home | ben | 1 | -0/+146 |
2006-10-12 | Warnings must only be prefixed by a warnings heading, not an error | rillig | 1 | -6/+13 |
2006-10-12 | Portability checks, version two. | rillig | 3 | -31/+107 |
2006-10-11 | Add default DIALER_GROUP and explanation. | reed | 1 | -1/+8 |
2006-10-10 | Added printf to USE_TOOLS, because it is used heavily by the "debug" and | rillig | 1 | -3/+3 |
2006-10-10 | s/LOCALBASE/PREFIX/, but thanks for catching this. | joerg | 1 | -2/+2 |
2006-10-09 | Since a few hours, the .PLIST file does not contain the full pathnames | rillig | 1 | -1/+2 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 12 | -50/+119 |
2006-10-09 | Add variable to control whether the install target is run as root. | joerg | 2 | -2/+8 |
2006-10-09 | Add two variables to control whether make package and make clean | joerg | 4 | -23/+20 |
2006-10-09 | Introduce _SU_ROOT_USER, which can be used for partially unprivileged | joerg | 1 | -4/+7 |
2006-10-09 | Backout rev 1.13 of rillig. Addresses PR 34764 and complains on | joerg | 1 | -9/+7 |
2006-10-09 | Forgot to provide the default value for EXTRACT_DIR. | rillig | 1 | -2/+4 |
2006-10-09 | Added the EXTRACT_DIR variable, which can be used if the distfiles should | rillig | 1 | -2/+13 |
2006-10-09 | Replaced the pipe operator with temporary files, since the former hides | rillig | 1 | -7/+9 |
2006-10-08 | Added a new variable MAKE_PACKAGE_AS_ROOT that controls whether the | rillig | 2 | -2/+19 |
2006-10-08 | Remove the +BUILD_DEFS file before overwriting it. This is necessary to | rillig | 1 | -3/+5 |
2006-10-08 | Made the code simpler and added "set -e". | rillig | 1 | -7/+6 |
2006-10-08 | pkg/34695: Static list of package master sites may (and often will) | mishka | 2 | -8/+32 |
2006-10-07 | Meta-packages that had DIST_SUBDIR set (for whatever reason) tried to | rillig | 1 | -5/+5 |
2006-10-07 | Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed", | rillig | 1 | -4/+5 |
2006-10-06 | Added more error checking: If a directory is specified in | rillig | 1 | -1/+5 |
2006-10-06 | Instead of removing error and warning messages, they are collected in | rillig | 1 | -7/+9 |
2006-10-06 | Added a call similar to "make error-check" when the real target fails | rillig | 1 | -2/+14 |