Age | Commit message (Expand) | Author | Files | Lines |
2006-07-17 | Remove stale comment, noted by bad@ in PR 33871. | wiz | 1 | -7/+1 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -18/+1 |
2006-07-10 | Completely nuke the concept of PKG_PHASE from pkgsrc except for the | jlam | 1 | -16/+1 |
2006-07-10 | Back out revision 1.172 of mk/tools/replace.mk -- we never want to | jlam | 1 | -16/+19 |
2006-06-06 | Move some variable definitions out of bsd.prefs.mk and back into | jlam | 1 | -9/+6 |
2006-06-06 | Separate out the part of bsd.tools.mk that actually created the tools | jlam | 1 | -4/+4 |
2006-06-06 | Refactor "patch" code into correspondingly named subdirectory of | jlam | 1 | -2/+2 |
2006-06-06 | Refactor "fetch" and "extract" code into correspondingly named | jlam | 1 | -2/+3 |
2006-06-05 | Move the default value of X11_TYPE from x11.version.mk into | joerg | 1 | -1/+2 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 1 | -58/+6 |
2006-03-08 | Set LOWER_OPSYS_VERSUFFIX on Darwin. | minskim | 1 | -1/+2 |
2006-02-02 | Don't include define lower opsys version for the host name, e.g. use | joerg | 1 | -2/+1 |
2006-01-12 | Remove branch tag from DragonFly version, so that OS_VERSION matches | joerg | 1 | -1/+2 |
2005-12-29 | X11BASE defaults to /usr/openwin on Solaris, but only when using the | markd | 1 | -3/+5 |
2005-12-28 | Set PATH if not already set at the top of bsd.prefs.mk, just before | abs | 1 | -1/+6 |
2005-12-05 | Applied all quoting fixes found by "pkglint --autofix". | rillig | 1 | -17/+17 |
2005-12-02 | Remove handling for obsolete USE_SOCKS variable. | wiz | 1 | -3/+3 |
2005-11-28 | Prefixed the definitions for the pkgtools with ${SETENV}. Now it is | rillig | 1 | -7/+7 |
2005-11-24 | Properly quote _PKG_DBDIR. | rillig | 1 | -3/+3 |
2005-11-23 | Per request, back out all the SKIP_AUDIT_PACKAGES changes. | erh | 1 | -3/+1 |
2005-11-16 | Improve the handling of allowed vulnerabilities. Instead of the single | erh | 1 | -1/+3 |
2005-11-14 | Removed trailing white-space. | rillig | 1 | -2/+2 |
2005-11-13 | Reverted the change that moved the definition of MANINSTALL from mk.conf to | rillig | 1 | -6/+1 |
2005-11-10 | Moved default definition of MANINSTALL from defaults/mk.conf to | rillig | 1 | -1/+6 |
2005-11-10 | Moved the PKG_INSTALLATION_TYPES variable from defaults/mk.conf to | rillig | 1 | -1/+11 |
2005-11-10 | Added a comment that <bsd.own.mk> includes MAKECONF or /etc/mk.conf, so | rillig | 1 | -1/+2 |
2005-11-09 | Moved the X11ROOT_PREFIX and X11BASE setting to mk/bsd.prefs.mk; | reed | 1 | -1/+17 |
2005-11-01 | Abstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OS | tv | 1 | -8/+24 |
2005-11-01 | Sort OPSYS pre-<sys.mk> settings section by OPSYS name. | tv | 1 | -59/+60 |
2005-11-01 | Shorten the GNU_ARCH list by using a fallthrough variable expression | tv | 1 | -14/+4 |
2005-08-16 | Don't add inet6 to PKG_DEFAULT_OPTIONS, it is a user settable | dillo | 1 | -3/+1 |
2005-07-28 | Start documenting variables. | wiz | 1 | -1/+6 |
2005-07-19 | Don't bother defining a temporary _PKGSRC_USE_TOOLS variable that doesn't | jlam | 1 | -3/+3 |
2005-07-16 | There is still one small but important distinction between some of the | jlam | 1 | -1/+4 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -5/+4 |
2005-06-14 | Require xpkgwedge>=1.13 when used as a build dependency so that the | jlam | 1 | -2/+1 |
2005-06-01 | Include bsd.makevars.mk in bsd.prefs.mk instead of bsd.pkg.mk. This | jlam | 1 | -1/+4 |
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 1 | -14/+1 |
2005-05-14 | Replaced .ifdef with .if defined() and .ifnded with .if !defined(). This | rillig | 1 | -6/+6 |
2005-05-13 | Make _USE_NEW_TOOLS default to "yes" to turn on using the new tools | jlam | 1 | -2/+2 |
2005-05-10 | Make a distinction between the tools that pkgsrc needs and the tools | jlam | 1 | -3/+6 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -1/+2 |
2005-05-02 | * Push the imake- and xmkmf-handling into the new tools framework. | jlam | 1 | -1/+7 |
2005-05-02 | Remove the need for ${FIND} in the top-level make. | jlam | 1 | -2/+2 |
2005-04-30 | net/qmail has been taught to not need expr and wc in the top-level make. | jlam | 1 | -2/+2 |
2005-04-30 | Split replace.mk into two parts, one of which is included by bsd.prefs.mk | jlam | 1 | -1/+14 |
2005-04-08 | Per discussion on tech-pkg, use USE_X11 (not USE_IMAKE) to add X11BASE/bin; | tv | 1 | -2/+2 |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -6/+1 |
2005-02-19 | define GNU_ARCH for rs6000 and set OBJECT_FMT correctly for AIX. | grant | 1 | -5/+6 |
2005-02-17 | add bits for AIX to correctly set MACHINE_ARCH and OS_VERSION, so that | grant | 1 | -1/+20 |