Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-11-03 | The Tru64 linker does not know -h ${soname}, only -soname ${soname}. | rillig | 2 | -2/+12 |
2006-11-02 | Removed some code duplication, which results in 120 lines less code. | rillig | 1 | -147/+29 |
2006-11-02 | Adjusted the check-perms target to the recent update of | rillig | 1 | -11/+11 |
2006-10-29 | Update to version 2006-05-10.23 from automake-1.10. | wiz | 1 | -85/+116 |
2006-10-29 | Merge 2006-09-20 (local changes: only sh5 support). | wiz | 1 | -58/+125 |
2006-10-29 | Merge 2006-07-02 (local changes: only sh5 support). | wiz | 1 | -296/+337 |
2006-10-29 | Added a "see also" entry. | rillig | 1 | -1/+4 |
2006-10-28 | Add graphicsmagick and imagemagick options, for ruby-RMagick. | obache | 1 | -0/+2 |
2006-10-27 | add MASTER_SITE_GENTOO, from FreeBSD | drochner | 1 | -1/+57 |
2006-10-26 | Oops, spurious line in the output. | rillig | 1 | -2/+1 |
2006-10-26 | Changed BUILD_MAKE_FLAGS and TEST_MAKE_FLAGS to be appended to the | rillig | 2 | -10/+48 |
2006-10-26 | Converted the commands that output lists to make(1) loops instead of | rillig | 1 | -24/+14 |
2006-10-26 | Change INSTALL_MAKE_FLAGS to be _appended_ to MAKE_FLAGS when running | rillig | 1 | -3/+3 |
2006-10-26 | Replaced a .sinclude with .include to catch errors when X11_TYPE is not | rillig | 3 | -6/+6 |
2006-10-26 | PKG_DEVELOPER is a defined check; it doesn't need to equal the string "yes". | tv | 1 | -2/+2 |
2006-10-26 | -E is an alias for --export-dynamic, which the Solaris linker does not | rillig | 1 | -2/+2 |
2006-10-25 | Tried to document some of the *_ENV variables. There are still many TODO | rillig | 1 | -0/+66 |
2006-10-25 | The file directories.mk provides a short help on some directories that | rillig | 1 | -0/+41 |
2006-10-24 | Add memtest+ 1.65 to pkgsrc, with options for serial console and .iso generation | smb | 1 | -0/+2 |
2006-10-23 | Added the CHECK_PORTABILITY_SKIP variable that may be defined by packages | rillig | 2 | -7/+18 |
2006-10-23 | Moved the help system into its own subdirectory. Extracted the AWK | rillig | 4 | -92/+113 |
2006-10-23 | Added a file describing the DISTNAME variable, so "make help | rillig | 1 | -0/+11 |
2006-10-22 | Added INCSDIR and LIBDIR to BSD_MAKE_ENV. | rillig | 1 | -2/+5 |
2006-10-22 | The new variable BSD_MAKE_ENV defines BINOWN, BINGRP, etc. | rillig | 1 | -1/+7 |
2006-10-22 | Added a variable RUN (no leading underscore) as abbreviation for | rillig | 1 | -1/+8 |
2006-10-22 | Removed setargs_from_cmd, as it is unused. | rillig | 1 | -12/+1 |