Age | Commit message (Expand) | Author | Files | Lines |
2006-11-10 | Fixed the warning from GNU awk that in strings, \$ is the same as a | rillig | 1 | -2/+2 |
2006-11-10 | Refined the pattern for lines containing bad macros. White-space is | rillig | 1 | -2/+2 |
2006-11-09 | Added documentation. | rillig | 1 | -8/+26 |
2006-11-09 | This is also an FAQ of autoconf, so provide a link to there. | rillig | 1 | -1/+4 |
2006-11-09 | Documented the ksh-compatible form of the SKIP_FILTER. | rillig | 1 | -2/+4 |
2006-11-09 | Added a little comment. | rillig | 1 | -1/+9 |
2006-11-09 | Greatly simplified the code and added documentation. | rillig | 1 | -32/+31 |
2006-11-09 | Fixed the SKIP_FILTER command so that NetBSD's ksh can handle it as well. | rillig | 2 | -5/+7 |
2006-11-09 | Rewrote check-portability in awk instead of shell, since the shell has a | rillig | 4 | -78/+147 |
2006-11-09 | Added a function cs_explain() to check-subr.sh that prints an | rillig | 3 | -6/+51 |
2006-11-09 | Added another sentence that explains how to disable this check for | rillig | 1 | -7/+10 |
2006-11-09 | Added an explanation how to fix the errors reported by this check. | rillig | 1 | -1/+31 |
2006-11-09 | Made the code simpler. | rillig | 1 | -8/+4 |
2006-11-09 | Moved the portability checks from the configure/ directory to checks/, | rillig | 8 | -57/+219 |
2006-11-09 | In the status and error messages, say _which_ lock is being held by | rillig | 1 | -3/+3 |
2006-11-09 | Fixed two scripts so that they also run when "set -u" is in effect. | rillig | 2 | -4/+5 |
2006-11-09 | Clarify _who_ is supposed to set the SUBST_* variables. | rillig | 1 | -2/+2 |
2006-11-09 | Added BUILD_DEFS_EFFECTS. | rillig | 1 | -2/+2 |
2006-11-08 | mail/clamav: rename VIRUSDBDIR to CLAMAV_DBDIR and make it user-settable. | ghen | 1 | -1/+6 |
2006-11-07 | Just make the PREFIX with INSTALL_DATA_DIR. Drop the conditional and | joerg | 1 | -2/+2 |
2006-11-06 | Also add bin/nawk to the tarred-up files. | tv | 1 | -3/+4 |
2006-11-06 | Add lang/nawk and sysutils/install-sh to the "don't blow away" package | tv | 1 | -3/+3 |
2006-11-06 | Use the shell "test" builtin. Not only is it faster, but /bin/test is | tv | 1 | -2/+2 |
2006-11-06 | Move include of mk/x11.b3.mk into the non-openmotif, non-lesstif case. | joerg | 1 | -2/+3 |
2006-11-06 | Add case for modular Xorg. | joerg | 1 | -1/+4 |
2006-11-05 | Add an entry for anope-dbencryption | adrianp | 1 | -0/+1 |
2006-11-05 | Some people really try to run pkgsrc's make with -j5 options. Since that | rillig | 1 | -1/+5 |
2006-11-05 | Code cleanup; removed a redundant comment. | rillig | 1 | -5/+2 |
2006-11-05 | Use REAL_ROOT_USER for configuration dirs. | joerg | 1 | -2/+2 |
2006-11-05 | Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default for | joerg | 4 | -11/+11 |
2006-11-05 | RC scripts should be installed relative to DESTDIR as well. | joerg | 1 | -3/+3 |
2006-11-05 | Look into DESTDIR when checking for WRKDIR references. | joerg | 1 | -2/+2 |
2006-11-05 | Special case LOCALBASE before X11BASE, as they can be identical in | joerg | 1 | -1/+2 |
2006-11-05 | DOCOWN and DOCGRP should be unprivileged as well. | joerg | 1 | -1/+3 |
2006-11-05 | Add an alternative version of bsd.prefs.mk. make(1) processing of | joerg | 1 | -0/+8 |
2006-11-05 | Add a dsecription for XML support | adrianp | 1 | -0/+1 |
2006-11-05 | Normalized the way test(1) is used. Since I have no idea whether ${TEST} | rillig | 2 | -9/+9 |
2006-11-05 | The config.guess, config.sub and libtool files should also be | rillig | 2 | -8/+8 |
2006-11-04 | Added BUILD_DEFS_EFFECTS. | rillig | 4 | -23/+28 |
2006-11-04 | Added some more formats that are needed to recognize SMART_MESSAGES in | rillig | 1 | -2/+3 |
2006-11-04 | mk/defaults/mk.conf is an important source for online help. It just | rillig | 1 | -2/+2 |
2006-11-04 | Since PKG_JVM is not user-settable, it must not be added to BUILD_DEFS. | rillig | 1 | -2/+3 |
2006-11-04 | There is a difference between the variables that can be configured by | rillig | 1 | -14/+29 |
2006-11-04 | Made the code that selects the possible Java VMs much simpler. | rillig | 1 | -18/+9 |
2006-11-04 | Brought the comment into "pkgsrc comment normal form". | rillig | 1 | -17/+33 |
2006-11-04 | When a package sets INSTALLATION_DIRS_FROM_PLIST to "yes", it does not | rillig | 2 | -2/+45 |
2006-11-03 | Add mkfontscale. | joerg | 1 | -1/+9 |
2006-11-03 | Fix thinko: INSTALLATION_DIRS entries don't have ${DESTDIR} as prefix, | joerg | 1 | -3/+3 |
2006-11-03 | Don't reset the "installed" state when using DESTDIR operations on | joerg | 1 | -1/+3 |
2006-11-03 | Add package-install. For non-DESTDIR builds, package and package-install | joerg | 3 | -4/+31 |