Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-10-06 | Remove references to DESTDIR. LOCALBASE should not be altered that way, | joerg | 3 | -9/+9 |
2006-10-06 | Kill ancient runes: /usr/local as LOCALBASE was not the default for | joerg | 1 | -17/+1 |
2006-10-06 | Always use LOCALBASE setting from mk/defaults/mk.conf. | joerg | 5 | -14/+5 |
2006-10-06 | _PRESERVE_WRKDIR can be set to "pack" to save a .tar.gz archive of | rillig | 1 | -3/+10 |
2006-10-05 | Add experimental support for -j jobs building in the build | reed | 2 | -4/+18 |
2006-10-05 | Suppress the message that ".DDIR is up-to-date" by introducing a .PHONY | rillig | 1 | -3/+6 |
2006-10-05 | If a word in a configure script is "#", stop scanning that line for | rillig | 1 | -1/+3 |
2006-10-05 | Replaced "test -f" with "ls". That way, broken symbolic links are also | rillig | 2 | -4/+4 |
2006-10-05 | It's SKIP_PORTABILITY_CHECK, not SKIP_PORTABILITY_CHECKS. | rillig | 1 | -2/+2 |
2006-10-05 | Both, the pkgsrc user and the package maintainer must agree that this | rillig | 1 | -3/+3 |
2006-10-03 | fix comment about CHANGES file for changes-entry, since the default is | gdt | 1 | -2/+2 |
2006-10-03 | Rewrote the bin-install target so that it doesn't lock LOCALBASE | rillig | 1 | -20/+31 |
2006-10-02 | Change the quoting to let this work with solaris-2.9 /bin/sh. | dmcmahill | 1 | -2/+2 |
2006-10-02 | Some fixes: | rillig | 1 | -6/+2 |
2006-10-02 | Added a new compile-time check that detects the usage of the "==" | rillig | 2 | -1/+67 |
2006-10-02 | Replaced ${RECURSIVE_MAKE} with ${SH}, so that the README.html files can | rillig | 1 | -2/+2 |
2006-10-01 | Progress messages are prefixed with "sort-packages>", not "upload>". | rillig | 1 | -2/+2 |
2006-10-01 | Reformatted the header comment to be searchable by bsd.pkg.help.mk. | rillig | 1 | -59/+36 |
2006-10-01 | All the files in mk/ are searched for helping information. | rillig | 1 | -7/+9 |
2006-10-01 | The value of PKG_OPTIONS_VAR is printed as is in an error message. This | rillig | 1 | -2/+3 |
2006-09-27 | Remove XFree86. | joerg | 5 | -35/+14 |
2006-09-26 | Use /bin/mount if it exists on Linux, because some distros (e.g. Ubuntu | minskim | 1 | -2/+6 |