summaryrefslogtreecommitdiff
path: root/mk/buildlink3/bsd.buildlink3.mk
AgeCommit message (Expand)AuthorFilesLines
2003-08-31Make USE_X11_LINKS=NO mean "don't add a dependency on x11-links".jlam1-7/+14
2003-08-30Missed one more.jlam1-2/+2
2003-08-30The comment in the example buildlink3.mk file in the comments had a typo:jlam1-2/+2
2003-08-30There are three different parts we can add to the common transformingjlam1-2/+18
2003-08-30Protect references to ${PREFIX} and ${X11BASE} directories from beingjlam1-2/+34
2003-08-30* Change the mangled directory name style so that it's possible tojlam1-7/+15
2003-08-29Fix up building X11 packages and fix _BLNK_LT_ARCHIVE_FILTER to translatejlam1-26/+39
2003-08-28Deal with "-Wl,--rpath -Wl,/path/to/dir" by compressing it into a singlejlam1-2/+12
2003-08-28Second pass at making buildink3 usable by overwrite packages. Thisjlam1-31/+92
2003-08-27(*) Automatically add BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>,jlam1-8/+32
2003-08-27Add code to unbuildlinkify files and libtool archives.jlam1-3/+44
2003-08-27Add some .PHONY targets for correctness.jlam1-1/+4
2003-08-27First pass at allowing overwrite packages to build using buildlink3.jlam1-45/+150
2003-08-27Rename BUILDLINK_DEPOT to BUILDLINK_PKG_DBDIR to more accurately reflectjlam1-13/+12
2003-08-27Some speed optimizations so that we don't keep evaluating some variablesjlam1-8/+17
2003-08-26Separate the concepts of where the metadata for a depoted package are, andjlam1-6/+12
2003-08-26ename some private variables so that they begin with _BLNK.jlam1-4/+4
2003-08-26Avoid executing pkg_info when we don't have to.jlam1-15/+14
2003-08-26Add some comments at the top describing a typical buildlink3.mk file.jlam1-1/+22
2003-08-25Revert PKG_DBDIR -> PKG_DBDIR_DFLT change. Since the pkg_* tools alljlam1-3/+3
2003-08-23Tighten up and correct the section on rpath flags: add ${RPATH_FLAG} to thejlam1-8/+10
2003-08-23Rename BUILDLINK_DEPOT to BUILDLINK_PREFIX so that fewer packagejlam1-14/+14
2003-08-22Change two instances of DEPOTBASE into PKG_DBDIR where we are usingjlam1-3/+3
2003-08-22Make pkgtools/x11-links not recursively depend on itself, and fix up thejlam1-7/+6
2003-08-21Use the 20030819 pkg_install tools, which support PKG_DBDIR_DFLT, andjlam1-5/+5
2003-08-19Add the depot directory of the package we're building to the list ofjlam1-1/+5
2003-08-16Use DEPOT_PKG_ADMIN instead of PKG_ADMIN_CMD (just for correctness sincejlam1-4/+8
2003-08-16Stop worrying about empty _COMPILER_LD_FLAG since the wrappersjlam1-13/+9
2003-08-16Programming with make variables/loops is not like programming with shelljlam1-15/+17
2003-08-16libtool-fix-la needs ${DEPOTBASE} and ${LOCALBASE}.jlam1-1/+3
2003-08-16Use the common work log instead of our private one.jlam1-2/+2
2003-08-16Don't rely on the shell supporting ${var%%pattern}, although we do rely onjlam1-4/+9
2003-08-16Make the SunPro compilers look-and-feel a bit more like GCC, which isjlam1-3/+18
2003-08-14Initial implementation of buildlink3, based on buildlink2 and designed tojlam1-0/+902