summaryrefslogtreecommitdiff
path: root/mk/buildlink3
AgeCommit message (Expand)AuthorFilesLines
2005-12-09Fix build of the packages which pass .la files to libtool by relativehira2-3/+6
2005-08-10If we need imake, then also pull in any other tools that imake needs tojlam1-4/+5
2005-08-05Hardcode a workaround for perl's DynaLoader.a which is definitely ajlam1-1/+14
2005-07-19Tools that are marked with ":pkgsrc" are needed very early on, probablyjlam1-3/+4
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam3-13/+13
2005-06-22We were writing the wrong directory path for the location to thejlam1-2/+2
2005-06-20Allow for explicit PREFER.<pkg> settings to override PREFER_NATIVE andjlam1-6/+7
2005-06-15Avoid generating a blank line as the first command of a target as thatjlam1-1/+2
2005-06-03Coalesce the common makefile code in the builtin.mk file that inspectjlam2-0/+167
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam4-102/+179
2005-05-24Add BUILTIN_PACKAGES, this will contain all builtin dependencies usedxtraeme1-1/+10
2005-05-24Add a new file find-libs.mk that can be included by builtin.mk filesjlam1-0/+75
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-4/+4
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-8/+8
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv2-51/+7
2005-02-17Revert previous. This breaks databases/postgresql74-lib for me on NetBSDseb1-3/+1
2005-02-16Add ${BUILDLINK_VARS} to WRAPPER_VARS.seb1-1/+3
2005-02-15The libtool wrapper should always do the compiler wrapper transformations,jlam1-1/+7
2004-12-01"the the" -> "the"wiz2-5/+5
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-3/+3
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam1-11/+3
2004-11-17Generalize BUILDLINK_AUTO_LIBS.<pkg> to BUILDLINK_AUTO_VARS.<pkg>,jlam1-19/+20
2004-11-17BUILDLINK_AUTO_LIBS.<pkg> is "yes" or "no" for whether BUILDLINK_LIBS.<pkg>jlam1-6/+13
2004-11-12Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths.sketch1-7/+7
2004-11-12Add a new variable BUILDLINK_LIBS.<pkg> which contains a list of -l...jlam1-10/+32
2004-11-10Allow BUILDLINK_BUILTIN_MK.<pkg> to point to the builtin.mk file for thejlam1-8/+10
2004-10-05Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk sojlam1-55/+2
2004-10-04When transforming from ${LOCALBASE} into ${BUILDLINK_DIR}, convertjlam1-9/+15
2004-10-03Don't cache transformations of "-lfoo" into "rel/path/to/libfoo.la" becausejlam1-2/+2
2004-09-30G/C _WRAPPER_SH.LIBTOOL which isn't needed (it's value was beingjlam1-13/+2
2004-09-24Teach the libtool wrapper about the "clean" and "uninstall" modes, wherejlam1-4/+7
2004-09-24Create ${BUILDLINK_DIR}/bin for use by packages that need to drop off ajlam1-2/+5
2004-09-22Add a toggle that determines whether we pass extra arguments or not. Thisjlam2-5/+8
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam29-2267/+881
2004-09-08UNBUILDLINK_{PATTERNS,FILES} are actually no more, so garbage-collec themjlam1-6/+4
2004-09-07Use UNWRAP_{PATTERNS,FILES} instead of UNBUILDLINK_{PATTERNS,FILES}. Thisjlam1-3/+3
2004-08-29Fix typo in comment, reported by Ryo HAYASAKA in PR 26797.wiz1-3/+3
2004-08-28Make "rename" a synonym for "S".jlam1-1/+4
2004-08-28Add "rm:opt" as a synonym for "S:opt:", and "rmdir:dir" for "r:dir".jlam1-2/+7
2004-08-27Restore a default definition for _BLNK_RPATH_FLAGS lost in previous commit.jlam1-1/+2
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-21/+12
2004-08-13Add ${CAT} as the final pipeline command to BUILDLINK_FILES_CMD.<pkg> sojlam1-2/+2
2004-08-13add some quoting to deal with the case where a file in a packagedmcmahill1-10/+10
2004-08-10Reorder the transformations in _BLNK_TRANSFORM so that commands tojlam1-14/+14
2004-08-10In the rpath transformations, also handle -Wl,@_OPSYS_RPATH_NAME@... injlam1-1/+6
2004-07-30Update documentation for the current state of buildlink3.jlam1-138/+2
2004-07-29Enable X11_TYPE=xorg now that we have the X.org packages on pkgsrc.xtraeme1-1/+2
2004-07-10explicitly don't transform "-Wl,*", fixing a bug that meant we weregrant1-1/+5
2004-07-04Handle --execute the same way as --install (not modifying the arguments).wiz1-2/+2
2004-07-04transform --export-dynamic to -G and strip -fstrict-prototypes.grant2-3/+13