Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-03-11 | Add Interix bits. | tv | 1 | -1/+5 |
2004-03-09 | Add LOWER_OPSYS_VERSUFFIX on FreeBSD platforms, so that the major | recht | 1 | -1/+10 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 1 | -15/+1 |
2004-02-14 | Convert a debugging definition back into the real thing. | jlam | 1 | -3/+2 |
2004-02-14 | add URL to my post to tech-pkg to deprecated Zoularis message. | grant | 1 | -1/+3 |
2004-02-14 | deprecate Zoularis: remove any tests for ZOULARIS* and bomb if | grant | 1 | -10/+6 |
2004-02-13 | Don't use the new pkg_info options unless the the pkg_install tools are | jlam | 1 | -12/+19 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -7/+7 |
2004-02-06 | Hiding the PATH from certain phases of the build only accidentally worked | jlam | 1 | -1/+17 |
2004-02-05 | Simpilfy the test for whether we're inside bsd.prefs.mk. | jlam | 1 | -3/+3 |
2004-02-05 | Include bsd.compiler.mk inside both bsd.pkg.mk and bsd.prefs.mk and define | jlam | 1 | -1/+9 |
2004-02-01 | Use the new compiler selection framework instead of the old one. | jlam | 1 | -5/+5 |
2004-01-27 | "fetch" is also a distinct build phase. | jlam | 1 | -1/+2 |
2004-01-25 | Purge one more instance of _NULL_SUFFIX. Fix by Marc Recht. | jlam | 1 | -2/+2 |
2004-01-25 | pkgsrc requires PKGTOOLS_REQD>=20030918, so we don't need to conditionalize | jlam | 1 | -7/+1 |
2004-01-23 | Move all of the code that sets USE_XPKGWEDGE from bsd.pkg.mk into | jlam | 1 | -22/+39 |
2004-01-23 | Temporary fix for xpkgwedge'd packages which were getting buildlinked | agc | 1 | -2/+3 |
2004-01-21 | Introduce concept of the "phase" that we're in as we progress through | jlam | 1 | -1/+15 |
2003-12-28 | Indent to make nested blocks easier to distinguish. | agc | 1 | -4/+4 |
2003-12-28 | Fix back ".endif" logic which breaks "USE_INET6" on many platforms. | tron | 1 | -2/+2 |
2003-12-27 | Override predefined "USE_INET6" if "USE_SOCKS" is defined. | tron | 1 | -2/+2 |
2003-12-27 | If "USE_INET6" is already defined (e.g. by NetBSD-current's "bsd.own.mk") | tron | 1 | -4/+10 |
2003-12-11 | For BSD/OS, the customized libtool uses "bsdi", so set | reed | 1 | -1/+4 |
2003-12-10 | override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. from | grant | 1 | -2/+13 |
2003-12-05 | For BSD/OS, get rid of that libtool work-around of | reed | 1 | -6/+1 |
2003-12-03 | In bsd.prefs.mk, get rid of possible "/" in OPSYS name and define | reed | 1 | -2/+7 |
2003-10-23 | The "elf" goes after "netbsd", the version number after that. | fredb | 1 | -2/+2 |
2003-10-11 | use 'solaris2' instead of 'solaris' in MACHINE_GNU_PLATFORM to | grant | 1 | -2/+3 |
2003-10-08 | Use the -S argument to pkg_admin(1) if it exists. | agc | 1 | -2/+8 |
2003-09-24 | make CC_VERSION available to packages by including bsd.prefs.mk. | grant | 1 | -1/+7 |