Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-08-29 | Fix typo in comment, reported by Ryo HAYASAKA in PR 26797. | wiz | 1 | -3/+3 |
2004-08-28 | Make "rename" a synonym for "S". | jlam | 1 | -1/+4 |
2004-08-28 | Add "rm:opt" as a synonym for "S:opt:", and "rmdir:dir" for "r:dir". | jlam | 1 | -2/+7 |
2004-08-27 | Restore a default definition for _BLNK_RPATH_FLAGS lost in previous commit. | jlam | 1 | -1/+2 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 2 | -21/+12 |
2004-08-13 | Add ${CAT} as the final pipeline command to BUILDLINK_FILES_CMD.<pkg> so | jlam | 1 | -2/+2 |
2004-08-13 | add some quoting to deal with the case where a file in a package | dmcmahill | 1 | -10/+10 |
2004-08-10 | Reorder the transformations in _BLNK_TRANSFORM so that commands to | jlam | 1 | -14/+14 |
2004-08-10 | In the rpath transformations, also handle -Wl,@_OPSYS_RPATH_NAME@... in | jlam | 1 | -1/+6 |
2004-07-30 | Update documentation for the current state of buildlink3. | jlam | 1 | -138/+2 |
2004-07-29 | Enable X11_TYPE=xorg now that we have the X.org packages on pkgsrc. | xtraeme | 1 | -1/+2 |
2004-07-10 | explicitly don't transform "-Wl,*", fixing a bug that meant we were | grant | 1 | -1/+5 |
2004-07-04 | Handle --execute the same way as --install (not modifying the arguments). | wiz | 1 | -2/+2 |
2004-07-04 | transform --export-dynamic to -G and strip -fstrict-prototypes. | grant | 2 | -3/+13 |
2004-07-03 | update the cache for -static | grant | 1 | -2/+2 |
2004-07-03 | fix typo and slight botch up in last | grant | 1 | -3/+3 |
2004-07-03 | Convert -static to -Bstatic. | salo | 1 | -1/+6 |
2004-06-22 | Remove references about BUILDLINK_UPDATE_CACHE in the configure stage, | xtraeme | 1 | -6/+1 |
2004-06-13 | strip -fno-gnu-keywords argument to SunPro, and munge -pthread into | grant | 2 | -3/+13 |
2004-06-04 | A couple packages (including the new boost) use "libfoo.so" as a directory | tv | 1 | -11/+9 |
2004-06-04 | Append ${ABI} to some lib-dirs. This is a no-op on systems that do not | jschauma | 1 | -7/+7 |
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 |
2004-05-17 | libtool archives don't start with '-', so don't match those, which are | jlam | 2 | -4/+4 |
2004-05-08 | remove a word which shouldn't be there. | grant | 1 | -3/+3 |
2004-04-26 | Define BLNK_RECMETHOD.${_pkg_} not only for full dependency but also | minskim | 1 | -2/+3 |
2004-04-24 | Don't treat ${BUILDLINK_DIR} like a local directory in the "${WRKSRC} == | jlam | 2 | -4/+10 |
2004-04-24 | Create links to .pc files in BUILDLINK_DIR when building a pkgviews | minskim | 1 | -2/+2 |
2004-04-22 | When substituting the location of a libtool archive, check to make sure | snj | 1 | -2/+2 |
2004-04-18 | Symlink *.idl into ${BUILDLINK_DIR}. This is needed for various gnome | snj | 1 | -2/+2 |
2004-04-15 | Let -D flags be passed through the transformation script, so that they | jmmv | 1 | -5/+1 |
2004-04-12 | Revert the uberdependencies introduced when originally intending to | tv | 1 | -113/+7 |
2004-04-06 | err BUILDLINK_UPDATE_CACHE should be no for now... sorry I had this change | xtraeme | 1 | -2/+2 |