Age | Commit message (Expand) | Author | Files | Lines |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 1 | -2/+2 |
2006-07-10 | Fix typo in comment. | wiz | 1 | -2/+2 |
2006-07-10 | Always add dependencies for packages pulled in indirectly buildlink3 that | jlam | 1 | -22/+13 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 2 | -1/+28 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -2/+2 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -20/+7 |
2006-06-09 | pkglint says, the :Q operator should not be used in double quotes. | rillig | 1 | -20/+20 |
2006-06-07 | Use ERROR_MSG for an error message. | jlam | 1 | -3/+3 |
2006-06-06 | Remove PKG_PHASEs that no longer exist from the various *_PHASE_* lists. | jlam | 1 | -4/+3 |
2006-06-04 | Band-aid for dependency handling due to the stricter rules from the | joerg | 1 | -2/+2 |
2006-05-06 | If USE_ABI_DEPENDS=no, do not add the BUILDLINK_ABI_DEPENDS.$pkg | reed | 1 | -3/+4 |
2006-04-14 | If we can't find the package with pkg_info when computing BUILDLINK_PREFIX, | jlam | 1 | -3/+5 |
2006-04-10 | Correct typo in example Makefile snippet. | tron | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -16/+16 |
2005-12-09 | Fix build of the packages which pass .la files to libtool by relative | hira | 2 | -3/+6 |
2005-08-10 | If we need imake, then also pull in any other tools that imake needs to | jlam | 1 | -4/+5 |
2005-08-05 | Hardcode a workaround for perl's DynaLoader.a which is definitely a | jlam | 1 | -1/+14 |
2005-07-19 | Tools that are marked with ":pkgsrc" are needed very early on, probably | jlam | 1 | -3/+4 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 3 | -13/+13 |
2005-06-22 | We were writing the wrong directory path for the location to the | jlam | 1 | -2/+2 |
2005-06-20 | Allow for explicit PREFER.<pkg> settings to override PREFER_NATIVE and | jlam | 1 | -6/+7 |
2005-06-15 | Avoid generating a blank line as the first command of a target as that | jlam | 1 | -1/+2 |
2005-06-03 | Coalesce the common makefile code in the builtin.mk file that inspect | jlam | 2 | -0/+167 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 4 | -102/+179 |
2005-05-24 | Add BUILTIN_PACKAGES, this will contain all builtin dependencies used | xtraeme | 1 | -1/+10 |
2005-05-24 | Add a new file find-libs.mk that can be included by builtin.mk files | jlam | 1 | -0/+75 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 1 | -4/+4 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -8/+8 |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 2 | -51/+7 |
2005-02-17 | Revert previous. This breaks databases/postgresql74-lib for me on NetBSD | seb | 1 | -3/+1 |
2005-02-16 | Add ${BUILDLINK_VARS} to WRAPPER_VARS. | seb | 1 | -1/+3 |
2005-02-15 | The libtool wrapper should always do the compiler wrapper transformations, | jlam | 1 | -1/+7 |
2004-12-01 | "the the" -> "the" | wiz | 2 | -5/+5 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -3/+3 |
2004-11-28 | Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready | jlam | 1 | -11/+3 |
2004-11-17 | Generalize BUILDLINK_AUTO_LIBS.<pkg> to BUILDLINK_AUTO_VARS.<pkg>, | jlam | 1 | -19/+20 |
2004-11-17 | BUILDLINK_AUTO_LIBS.<pkg> is "yes" or "no" for whether BUILDLINK_LIBS.<pkg> | jlam | 1 | -6/+13 |
2004-11-12 | Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths. | sketch | 1 | -7/+7 |
2004-11-12 | Add a new variable BUILDLINK_LIBS.<pkg> which contains a list of -l... | jlam | 1 | -10/+32 |
2004-11-10 | Allow BUILDLINK_BUILTIN_MK.<pkg> to point to the builtin.mk file for the | jlam | 1 | -8/+10 |
2004-10-05 | Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk so | jlam | 1 | -55/+2 |
2004-10-04 | When transforming from ${LOCALBASE} into ${BUILDLINK_DIR}, convert | jlam | 1 | -9/+15 |
2004-10-03 | Don't cache transformations of "-lfoo" into "rel/path/to/libfoo.la" because | jlam | 1 | -2/+2 |
2004-09-30 | G/C _WRAPPER_SH.LIBTOOL which isn't needed (it's value was being | jlam | 1 | -13/+2 |
2004-09-24 | Teach the libtool wrapper about the "clean" and "uninstall" modes, where | jlam | 1 | -4/+7 |
2004-09-24 | Create ${BUILDLINK_DIR}/bin for use by packages that need to drop off a | jlam | 1 | -2/+5 |
2004-09-22 | Add a toggle that determines whether we pass extra arguments or not. This | jlam | 2 | -5/+8 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 29 | -2267/+881 |
2004-09-08 | UNBUILDLINK_{PATTERNS,FILES} are actually no more, so garbage-collec them | jlam | 1 | -6/+4 |
2004-09-07 | Use UNWRAP_{PATTERNS,FILES} instead of UNBUILDLINK_{PATTERNS,FILES}. This | jlam | 1 | -3/+3 |