summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2003-08-27(*) Automatically add BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>,jlam1-8/+32
2003-08-27Correct the glob so that we actually match -L${BUILDLINK_DIR}/* andjlam1-2/+2
2003-08-27Correct the glob so that we actually match -L${BUILDLINK_DIR}/* andjlam1-2/+2
2003-08-27Add code to unbuildlinkify files and libtool archives.jlam2-5/+46
2003-08-27Add some .PHONY targets for correctness.jlam1-1/+4
2003-08-27Sync to HEAD for subst.mkjlam17-119/+193
2003-08-27First pass at allowing overwrite packages to build using buildlink3.jlam1-45/+150
2003-08-27Remove spurious line that causes spewage for "static" action.jlam1-2/+1
2003-08-27Promote buildlink3 framework into something that can be chosen by settingjlam1-13/+10
2003-08-27Rename BUILDLINK_DEPOT to BUILDLINK_PKG_DBDIR to more accurately reflectjlam1-13/+12
2003-08-27Add a new su-able target "remove-views" that removes a package from thejlam1-1/+30
2003-08-27Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section.jlam1-2/+2
2003-08-27Some speed optimizations so that we don't keep evaluating some variablesjlam2-17/+29
2003-08-27Forgot a USE_GMAKE => USE_GNU_TOOLS+=make.jlam1-5/+6
2003-08-26Sync to HEADjlam11-28/+91
2003-08-26Move the PKG_INSTALLATION_TYPE and _PKG_DBDIR definitions intojlam2-14/+19
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-26Forgot a line continuation.jlam1-2/+2
2003-08-25Ignore texinfo "dir" files in ${INFO_DIR} (hi, seb!). Also record thejlam1-2/+6
2003-08-25Revert PKG_DBDIR -> PKG_DBDIR_DFLT change. Since the pkg_* tools alljlam3-44/+47
2003-08-25Don't do the info file handling at POST-INSTALL and DEINSTALL times,jlam1-2/+2
2003-08-23Sync to HEAD.jlam7-39/+59
2003-08-23Tighten up and correct the section on rpath flags: add ${RPATH_FLAG} to thejlam1-8/+10
2003-08-23Fix typo: "pkgview" should be "pkgviews".jlam1-2/+2
2003-08-23Style issue: if a variable can take two values, explicitly check for bothjlam1-5/+5
2003-08-23Remove a redundant PKG_DBDIR setting passed to a sub-make. PKG_DBDIR isjlam1-2/+2
2003-08-23Re-order some code to bring logically related stuff together, and commentjlam1-21/+25
2003-08-23Remove the _OPSYS_DEFAULT_PATH that I accidentally committed a while back.jlam1-2/+1
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-22Require version 20030820 of the pkg_install tools to use the new -K and -kjlam3-23/+29
2003-08-21Support PLIST_TYPE, which can be either "dynamic" or "static" to representjlam2-12/+33
2003-08-21Use the 20030819 pkg_install tools, which support PKG_DBDIR_DFLT, andjlam5-107/+113
2003-08-19Sync to HEADjlam5-44/+55
2003-08-19Add the depot directory of the package we're building to the list ofjlam1-1/+5
2003-08-18If INSTALLATION_DIRS is defined, then create the listed subdirectoriesjlam1-1/+16
2003-08-18Change references to -[IL]${DEPOTBASE}/* into -[IL]${LOCALBASE} so thatjlam1-6/+11
2003-08-18Require the 20020810 version of the pkg* tools.jlam1-2/+2
2003-08-17Alter pkgsrc infrastructure to use pkg_install-20030809, and properlyjlam2-12/+18
2003-08-16Use DEPOT_PKG_ADMIN instead of PKG_ADMIN_CMD (just for correctness sincejlam1-4/+8
2003-08-16Define some _PKG_* variables representing the pkg_install tools that pointjlam3-70/+78
2003-08-16Define a DEPOT_PKG_ADMIN command that runs pkg_admin(1) with PKG_DBDIRjlam1-1/+2
2003-08-16Clarify that without defaulting to xpkgwedge, we can't convert packagesjlam1-11/+13
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-16DEPOTBASE can no longer be ${X11BASE}/${DEPOT_SUBDIR}.jlam1-3/+2