Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-02-11 | Migrate several USE_* logic blocks, previously sprinkled liberally | tv | 1 | -3/+1 |
2005-01-27 | Cleanup: wrapper-defs.mk is no longer optional; remove its conditional. | tv | 1 | -5/+4 |
2005-01-27 | Move the PREPEND_PATH for LOCALBASE/bin (and optionally X11BASE/bin) to a | tv | 1 | -1/+4 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 1 | -1/+9 |
2004-10-31 | Add DragonFlyBSD support, provided by Todd Willey on tech-pkg. | wiz | 1 | -1/+13 |
2004-10-20 | Added missing / | martti | 1 | -2/+2 |
2004-10-19 | Translate MACHINE_ARCH and LOWER_ARCH from ppc to powerpc in the case of | ben | 1 | -2/+3 |
2004-10-07 | Make PKGSRCDIR a read-only value. This avoids problems where the user | jlam | 1 | -4/+5 |
2004-10-07 | Remove _PKGSRCDIR now that we have PKGSRCDIR (as per previous commit). | jlam | 1 | -2/+1 |
2004-10-07 | * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, | jlam | 1 | -15/+19 |
2004-10-06 | Climb up the directory tree to find the top, instead of guessing where | jlam | 1 | -5/+5 |
2004-10-06 | Reorganize some of the files under pkgsrc/mk: | jlam | 1 | -7/+7 |
2004-09-27 | Move some wrapper definitions into a separate file wrapper-defs.mk that is | jlam | 1 | -1/+6 |
2004-09-27 | Define PKGSRC_TOPDIR as the path to the top of the pkgsrc tree relative | jlam | 1 | -19/+16 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -3/+3 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -4/+17 |
2004-07-30 | bsd.options.mk provides boilerplate code for standard naming conventions | jlam | 1 | -1/+6 |
2004-07-30 | Only assign X11BASE=/usr/X11R6 if X11_TYPE was not defined, or | xtraeme | 1 | -5/+5 |
2004-07-06 | Retire buildlink2, now that all packages using it have been converted to | wiz | 1 | -3/+2 |
2004-07-02 | else exists ... -> elif exists ... | wiz | 1 | -2/+2 |
2004-04-26 | PKGDIRMODE must be set *after* including defs.*. | tv | 1 | -2/+2 |
2004-04-25 | Make sure PKGDIRMODE is always set in bsd.prefs.mk so it can be checked | tv | 1 | -1/+2 |
2004-04-04 | Make USE_XPKGWEDGE default to "yes", as announced on tech-pkg@ last week. | agc | 1 | -2/+2 |